0byt3m1n1
Path:
/
data
/
11
/
0
/
118
/
90
/
770253
/
meta
/
788172
/
mysql.backup
/
[
Home
]
File: 1_0065305_2.vuxmysql12.bak.sql
-- MySQL dump 10.13 Distrib 8.0.28, for Linux (i686) -- -- Host: vuxmysql12 Database: 1_0065305_2 -- ------------------------------------------------------ -- Server version 8.0.26-17 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint unsigned NOT NULL DEFAULT '0', `user_id` bigint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_events` -- DROP TABLE IF EXISTS `wp_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_e_events` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `event_data` text COLLATE utf8mb4_unicode_520_ci, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_events` -- LOCK TABLES `wp_e_events` WRITE; /*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_links` ( `link_id` bigint unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint unsigned NOT NULL DEFAULT '1', `link_rating` int NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_options` ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://neuroimagingwp.com/new','yes'),(2,'home','http://neuroimagingwp.com/new','yes'),(3,'blogname','Careex','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','rduemmling@neuroimagingwp.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','4','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:126:{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:36:\"jet-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"jet-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"jet-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"jet-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"jet-menu/([^/]+)/embed/?$\";s:41:\"index.php?jet-menu=$matches[1]&embed=true\";s:29:\"jet-menu/([^/]+)/trackback/?$\";s:35:\"index.php?jet-menu=$matches[1]&tb=1\";s:37:\"jet-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&paged=$matches[2]\";s:44:\"jet-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&cpage=$matches[2]\";s:33:\"jet-menu/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?jet-menu=$matches[1]&page=$matches[2]\";s:25:\"jet-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"jet-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"jet-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"jet-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=7885&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'),(33,'active_plugins','a:12:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:25:\"jet-blocks/jet-blocks.php\";i:3;s:21:\"jet-blog/jet-blog.php\";i:4;s:39:\"jet-data-importer/jet-data-importer.php\";i:5;s:29:\"jet-elements/jet-elements.php\";i:6;s:21:\"jet-menu/jet-menu.php\";i:7;s:41:\"jet-plugins-wizard/jet-plugins-wizard.php\";i:8;s:21:\"jet-tabs/jet-tabs.php\";i:9;s:33:\"jet-theme-core/jet-theme-core.php\";i:10;s:25:\"jet-tricks/jet-tricks.php\";i:11;s:25:\"kava-extra/kava-extra.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','kava','yes'),(41,'stylesheet','careex','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(79,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','America/New_York','yes'),(81,'page_for_posts','7897','yes'),(82,'page_on_front','7885','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','8095','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1669657489','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a: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'),(100,'fresh_site','0','yes'),(107,'cron','a:11:{i:1654116294;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:1654117411;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c9059feef497c200e69cb9956a81f005\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:5;}}}}i:1654117532;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1654118400;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d63aca0b7e6237c7964320bd7fc95644\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7;}}}}i:1654148694;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1654149816;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:1654191894;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s: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:1654191983;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:1654191985;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:1654199541;a:1:{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;}}}s:7:\"version\";i:2;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(127,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1654110416;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(132,'_site_transient_timeout_browser_704e4eb73394a95d1282c9ed2e114611','1654710383','no'),(133,'_site_transient_browser_704e4eb73394a95d1282c9ed2e114611','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"101.0.4951.67\";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'),(134,'_site_transient_timeout_php_check_be350024f30b4b5fb17e000b68f2aafc','1654710384','no'),(135,'_site_transient_php_check_be350024f30b4b5fb17e000b68f2aafc','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'),(137,'_site_transient_timeout_community-events-0a878d6f908149c9e9101e30ed633e9b','1654148834','no'),(138,'_site_transient_community-events-0a878d6f908149c9e9101e30ed633e9b','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"66.193.169.0\";}s:6:\"events\";a:0:{}}','no'),(139,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1654148845','no'),(140,'_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:112:\"\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: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:\"Tue, 31 May 2022 17:51: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: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.1-alpha-53453\";s: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:30:{i:0;a:6:{s:4:\"data\";s:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Dee Teal\";s:7:\"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://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\";s: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 May 2022 17:51: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;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:2;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:3;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:4;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:5;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=12946\";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:90:\"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14850:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&ssl=1\" alt=\"\" class=\"wp-image-12955\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“WordPress and any other software package exist to serve people.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.”</p><cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped ‘fuel the transitions’ through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<h2 id=\"share-the-stories\">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>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to 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 support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</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 loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.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\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12946\";s: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: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:52:\"WP Briefing: Episode 32: An Open Source Reading List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2022 17: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=12940\";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:448:\"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Santana Inniss and Chloé Bringmann Song: […]\";s: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/05/WP-Briefing-032.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:11975:\"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&keywords=Humble+Inquiry&qid=1653587884&s=books&sprefix=humble+inquiry%2Cstripbooks%2C63&sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></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 some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I’m your host 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>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I’ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there’s also like a chunk that’s about cross-cultural group theory and economics, and then like some beach reads, but there’s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that’s a group that’s sort of like a back-to-FOSS basics list. So I’ll share my top few with you in case you want to pack a copy for your next getaway. </p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y’all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone’s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven’t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress’s basic philosophies. It’s all available online, under a creative commons, ShareAlike license. And so it’s worth the read. I’ll put a link to it in the show notes so it’s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that’s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it’s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn’t necessarily mean that you will have a similar experience. And so I’m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you’re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who’ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it’s often hard to understand it if you don’t have those practical applications. And so that is why this one is on my read and reread list this year. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I’m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I’m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year. </p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we’ve come sometimes. I talk about our work frequently. And I talk about what we’re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we’re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it’s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let’s see what we got in the old lineup today. </p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it’s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I’ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter. </p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I’ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn’t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it’s an item cause it’s in this list, but it’s less of, like, a thing to know and more of a general thing to be aware of. It’s a general awareness item. There’s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who’s looking at this all day every day that, yeah, it’s a lot. And it’s hard to get your bearings. So if you have a team that you contribute to already, don’t forget to reach out to each other, just to check-in. Sometimes we don’t think to ask for help. Sometimes we don’t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone’s day.</p>\n\n\n\n<p>And that, my friends, is your smallest 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:\"12940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2022/05/arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;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:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;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=12879\";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:278:\"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:56868:\"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2>Welcome to “Arturo”</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades. </p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching </h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release: </p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include: </p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance. </li><li>New border controls offer a simpler way to set your border exactly as you like it. </li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> </li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing & Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aurélien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Peña</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Grégory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">José Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">kbatdorf</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">nextendweb_ramona</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission & You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1 <a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\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:\"12879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:65:\"WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.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: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=12866\";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:166:\"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 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: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:4240:\"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=05%2F10%2F2022..05%2F17%2F2022&resolution=fixed&milestone=6.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>. </p>\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:\"12866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:127:\"WP Briefing: Episode 31: Open Source & Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=12855\";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:392:\"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Guest: Joe […]\";s: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/05/WP-Briefing-031.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33186:\"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40] </p>\n\n\n\n<p>Y’all, we’ve got an absolutely jam-packed couple of weeks in WordPress. We’ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That’s also what they’re doing. I’ll share some of those highlights in today’s small list of big things, but I did want to specifically call out something that’s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27] </p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself? </p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I’m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15] </p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it’s me and the mouse in my pocket—we in the WordPress community that’s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I’d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it’s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don’t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn’t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I’m like, “all right, let’s write this blog post and this can definitely work. Right?” And then you finish the blog post to hit send, and you’re like, “this is not going to work.”</p>\n\n\n\n<p>But I wasn’t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, “this is a great idea. Let’s make it happen.”</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you’re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn’t work very well. Well, that’s, that’s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days? </p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It’s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I’d look back at old code and be like, “oh, I suck,” you know, or write an email even and you look back on it a day later and are like “what a stupid email, how stupid am I?” You know? But I look back on that one after ten years; I was scared to look at it because I’m like, it must’ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened – to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it’s kinda nice, though, to look back and be like, “oh, I used to be much dumber.”</p>\n\n\n\n<p>Cause then you’re like, look how far I’ve come. I’m no longer that dumb. I’m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I’m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general? </p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it’s not enough. It’s certainly improved a lot. I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I’d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there’s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they’re scared that they’re going to be told that “no, it’s not accessible,” or that they’re going to say the wrong word or offend somebody. So I’d say that there’s some degree of trepidation, but also developers, and it’s not just developers, designers, and product people. There’s so much to learn, and it’s like, “oh God, there’s another piece that I have to learn.” </p>\n\n\n\n<p>And I’m so glad that you invited me on this podcast because it’s the developers that, you know, I am a developer, not anymore, I haven’t touched code in years, but that’s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don’t mind, I’m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I’ve had over the years, it frequently has to do with visual things. Because it’s just screens all day, right? And that’s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you’re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you’re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we’re going through it from the beginning to the end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that’s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I’m including the, you know, the product people, the designers, and the developers. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We’re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50] </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they’re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don’t remember the exact thing cause it’s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it’s if there’s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that’s really great when you’re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I’m included in that population. And I can say that when you’re over 50, you know, I’ve got clouds in my eyes.</p>\n\n\n\n<p>I don’t know where they came from, but they definitely make it harder to see. When I’m in a restaurant, I can’t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won’t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people’s minds with disability. And they’ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they’re like, “well, I don’t even know any people in that category possibly,” and as a result, they’re like, “well, how important is this?” Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it’s because they don’t realize that everybody has different abilities. And so, I’m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I’ve, and I do this in some of my presentations. I play that, that sound. And usually, it’s Laurel for me, but sometimes it’s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There’s a different kind of blindness. If you try and remember, let’s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I’ve been asking people, and I’d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It’s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I’m like, Woah, so maybe I’m blind in a way. Right? So how do you see it? How do you remember things? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I’m a, I’m a real visual person and a tactile person. And so, like if I interacted with someone, I’m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don’t, I don’t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don’t have mental pictures. </p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don’t have an inner dialogue. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don’t understand that either, </p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you’re presenting all of this information.</p>\n\n\n\n<p>And if you don’t pay attention to accessibility, you’re really just missing out. And then there’s colorblindness. If you’re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I’m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you’re not good at your job. I mean, I don’t mean to say it in an offensive way, but you’re not good at your job if you’re unaware. If you break a rule on purpose, great. But if you don’t know the rule, it’s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you’re not doing it as a charity. You’re doing it because you care about your users, and you care about your craft, and you want to build things well, and it’s a necessity. And I think that this is the kind of message that our community needs to hear. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it’s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that’s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don’t, we talk about accessibility a lot, but I don’t want to. It’s part of the plumbing for us. We’ve made it part of the plumbing, and I can tell you it’s a struggle to take accessibility and make it part of an organization, even when you’re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they’re learning because they’re improving their craft.</p>\n\n\n\n<p>And design is typically where there’s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it’s really about the approach because UX and design it’s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it’s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven’t run into somebody that has that disability and therefore you build it better, and it’s, it’s completely blown their mind. They love it. They love doing it. And I’m not hiring people with accessibility coming in. We’re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it’s interesting that you talk about empathy as part of being able to make sure that you’re creating something that’s accessible because I actually feel like empathy is. Like it’s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don’t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, “does this make that experience better or worse?” is the more sustainable option from my perspective, this is specifically leadership. Still, I think it’s true for accessibility as well, and probably product design as a whole, but it’s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What’s your thought on that? I think you kind of agree based on what your answer was </p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can’t never about us without us, as the common saying, and we’ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we’re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we’re like, all right, they were smart. They said, “vet this with users for us, please,” because they didn’t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we’re blown away, always blown away because there are so many things you just don’t know unless you’ve lived with a particular disability. You can’t guess, and you’ve got to speak to your users and a wide variety of them. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it’s a personal passion of mine, so I’m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can’t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you’ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I’m sure you’re familiar with The Onion, the satirical clip, there’s the Blind Onion. And they tweet out, “Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.” And that really hurt at the time, but at the same time, and I was told to ignore it, don’t worry about it, but I’m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn’t too to just give everybody an opportunity to say, “Hey, look at what we’re doing,” and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I’ve created a state of accessibility report that through my company, we’re able to run for a few years, and it’s not, you know, the state is not great.</p>\n\n\n\n<p>And I’m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you’re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there’s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It’s really important because even the frameworks that try to pay attention to accessibility. You’ll often see that people from the community will provide examples, and they’re inaccessible. And it’s really sad when you see that because so many people are just copy-pasting. That’s typically how it works, and they’re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we’re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it’ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We’re about to announce the next one, but we’re still two weeks away.</p>\n\n\n\n<p>So I can’t say anything yet, but yeah, we’re, uh, we’re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress’s what percent of the web right now? 43%? So there you go. That’s so many people. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I’m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let’s what keeps you up at night when it comes to the state of accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it’s, it’s a monster.</p>\n\n\n\n<p>It’s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they’re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that’s, that’s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we’ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that’s I put it in my tagline in my email like that’s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you’ve accomplished so far is what you accomplish, you feel still like you’ve had an impact?</p>\n\n\n\n<p>I feel like you have had an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I’m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I’m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it’s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we’re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don’t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I’ll just record it live. And so. You know you’ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\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:\"12855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;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:65:\"WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 18:06:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.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: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=12840\";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:171:\"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.\";s: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:4830:\"\n<p>The next release candidate for WordPress 6.0 is now available! </p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 – just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=05%2F03%2F2022..05%2F10%2F2022&resolution=fixed&milestone=6.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><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).</li></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</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:\"12840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – April 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:69:\"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-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, 05 May 2022 15:01:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:22:\"the 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=12816\";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:329:\"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now […]\";s: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:10556:\"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class=\"wp-container-2 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class=\"wp-container-3 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href=\"https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/\">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href=\"https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/\">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\">in this post</a>.</li><li>The Training team plans to <a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href=\"https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/\">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/\" target=\"_blank\">version 1.0.0</a> of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href=\"https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/\">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href=\"https://make.wordpress.org/photos/\">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/photos\" target=\"_blank\">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href=\"https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/\">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href=\"https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/\">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href=\"https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/\">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/\">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C0FRG66LR\" target=\"_blank\">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href=\"https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/\">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class=\"wp-container-4 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-5 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href=\"https://europe.wordcamp.org/2022/schedule/\">schedule</a> and get your <a href=\"https://europe.wordcamp.org/2022/tickets/\">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">announced</a> a new program to support underrepresented speakers.</li><li><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-6 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</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:\"12816\";s: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: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:33:\"WordPress 6.0 Release Candidate 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:69:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-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, 03 May 2022 17:18: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: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.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: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=12799\";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:171:\"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.\";s: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:7242:\"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today. </p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons. </li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on. </li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks. </li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor. </li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate <br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</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:\"12799\";s: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: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.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/05/wordpress-6-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 16:46: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: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.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: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=12787\";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:103:\"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.\";s: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:5813:\"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\" data-type=\"URL\" data-id=\"https://wordpress.org/wordpress-6.0-beta4.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update –version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month! </p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navigation: Improve selector performance (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Comments Title: Count toggle working in ‘Singular’ editing mode (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Comment Content: Show moderation message (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Fix: Page patterns don’t show when only one pattern is available (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</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:\"12787\";s: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:54:\"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 13:03:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=12742\";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:132:\"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!\";s: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/04/WP-Briefing-030.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:33449:\"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href=\"https://profiles.wordpress.org/critterverse/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/twentytwentytwo/\">Twenty Twenty-Two Theme</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">Block Locking</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Beginner’s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel=\"noreferrer noopener\" href=\"https://wordsesh.com/\" data-type=\"URL\" data-id=\"https://wordsesh.com/\" target=\"_blank\">WordSesh</a></li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/social-learning/\" data-type=\"URL\" data-id=\"https://learn.wordpress.org/social-learning/\" target=\"_blank\">Social Learning Spaces</a></li><li><a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\" target=\"_blank\">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12742\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow’s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you’re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing. </p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that’s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we’re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She’s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what’s going into the 6.0 release, her role in that process, and then we’ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I’d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I’m excited to have you here. If I understand, you are working on the design side of things with the release. So why don’t you tell me a little bit about the role you’ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I’m kind of the first person to step in over the past few releases. And I think that’s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I’m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who’ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I’m most excited about the style switcher within the global styles panel. Um, so if folks still don’t know what I’m talking about there, it’s the ability to change between different variations of the theme.json without actually switching the theme. </p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they’re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know! </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It’s a really high contrast, bold variation. It’s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That’s excellent. So for folks who do not know what we’re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I’ll put a link to both the classic and block-based versions in our show notes, but you’ll want to use the block-based version to look at these style variations that Channing has mentioned here. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we’re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it’s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we’re talking about the Twenty Twenty-Two default theme, when we’re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there’s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business. </p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users. </p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That’s a great question. I think it’s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That’s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we’re introducing some interface UI around block locking, but also there’ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we’ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that’s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I’m sure that I can find a link for us in our show notes below as well. If for anyone who’s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors? </p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won’t break your website’. </p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client’s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I’m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It’s such a long-requested feature. I mean, we’ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it’s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that’s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it’s not <em>that</em> kind of ‘maintainer.’ So if you’re a WordPress contributor and we said maintainers there, um, just know that that’s not what we’re referring to. If you don’t know what I’m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there’s, ya know…. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn’t mean you, but I did mean <em>you</em>, which makes it harder. I know. </p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it’s not something that you just were gone in one release and then it all gets released and then it’s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:14:06] </p>\n\n\n\n<p>It’s something that has to be staggered across many releases, and there’s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there’s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn’t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it’s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you’re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could, </p>\n\n\n\n<p>Like, there are always things that you can’t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who’s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it’s all a big, big undertaking to understand what is happening and where it happens. And so there’s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren’t around the last time, that WordPress was, was this experimental in public, like it’s always been open source. It’s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don’t be mad. It’ll be… we’re coming for it. We’re going to fix it. Like, that’s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don’t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer. </p>\n\n\n\n<p>And it’s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn’t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project. </p>\n\n\n\n<p>Right now, we’re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there’s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren’t going out too early. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there’s always that difficulty, we’re going to just leap right into open source areas now. There’s always that difficulty around, like, there’s this concept that when, like, we always want to ship something that doesn’t break backward compatibility when possible, we don’t want to ship vulnerabilities. Like, that’s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that’s not our best, but like it skates, right? </p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that’s kind of where we’ve got to aim some days. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:46] </p>\n\n\n\n<p>And that’s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was. But, like, as big a change as those represented, it still skates. And that’s, I think what makes the work especially hard, especially nuanced. And like, we haven’t gotten together as human beings in two years. And so sometimes people just kind of forget there’s a human being back there.</p>\n\n\n\n<p>We’re humans. Everyone be nice. Yeah. I don’t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was 2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we’ve ever experienced in life.</p>\n\n\n\n<p>That’s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it’s kind of terrifying that you’re leaping on me in this—like you’re scaring me a lot right now. And that was quite a thing to say to like, all these… it’s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that’s a real sign of growth in the project. Like when I first started contributing, I don’t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That’s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It’s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven’t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that’s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You’re not expected to be an expert-expert in every single domain. It’s okay to say, I don’t really have a good idea or a good concept of this feature. I don’t have a good feeling for it. What do other folks think? </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you’re over-communicating, it’s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that’s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don’t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it’s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That’s when we have the opportunity to make what we’re offering to the world more solid and always better. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it’s the, one of the most lovely things about the WordPress community. There’s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about. </p>\n\n\n\n<p>I think that’s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it’s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don’t have to, if you don’t want to, not everyone has like a final sign off. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I’m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer’s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that’s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that’s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight. </p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that’s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week. </p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you’re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you’re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30] </p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you’ve never heard of a contributor day, then I’ll include a link to the beginner’s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> and the <a href=\"https://make.wordpress.org/meta/\">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I’m really excited about this. It’s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you’ve not been over there lately, if you’re not super sure what I’m talking about, there’s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>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:\"12742\";s: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:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Apr 2022 09:20:54 +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:7:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;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: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:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"WordCamp Mumbai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"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=12706\";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:\"This month\'s People of WordPress feature shares the story of developer and e-commerce builder Meher Bala. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16652:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a Indian-based WordPress developer and long term contributor on how it helped her find a career and a local and global community to belong to.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&ssl=1\" alt=\"Meher pictured against the backdrop of a window overlooking trees \" class=\"wp-image-12728\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=300%2C151&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=768%2C386&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?w=1247&ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>WordPress is an inspiration to Meher Bala, a frontend web developer and community builder from India. From using the software as a basic website tool to helping entrepreneurs and good causes around the world fulfill their aspirations, she has overcome personal barriers and now aims to inspire others.</strong></p>\n\n\n\n<p>Meher found her vocation and learned new skills through WordPress. She also discovered a way to encourage other women to consider careers in IT. </p>\n\n\n\n<h2>Opening the doors to a career in technology</h2>\n\n\n\n<p>As a child, Meher was diagnosed with dyslexia (difficulty in reading the written word) and dyscalculia (difficulty in comprehending numbers and mathematical functions). With the support of her parents and a tutor, she was able to overcome this learning obstacle. She developed coping techniques and a determination to work to overcome challenges as they appeared later in life.</p>\n\n\n\n<p>In school, she got an opportunity to replace one subject with computer studies as an alternative. This proved to be an eye-opener to future career possibilities. </p>\n\n\n\n<p>She began to research not only what the internet had to offer but also how it worked, including the new and fascinating concepts of email and websites. Her father bought the family’s first desktop computer so she could do her research at home.</p>\n\n\n\n<p>Meher’s father wanted to turn her love for computers into something that would serve her well in the future. In 2005, he enrolled her in a short computer course from a global IT training provider. The course tutor was so impressed with her performance, she was advised to enroll in a four year software development course.</p>\n\n\n\n<p>That meant she had studied the software development course alongside her higher education college course. Looking back, she enjoyed the dual challenge of the degree course in commerce, and the experience prepared her well to keep learning software while working as a developer. Within three years, she had learned C#, C, C++, HTML, Java, and .NET. </p>\n\n\n\n<p>After graduation, she was in a dilemma to choose between commerce and IT. What to choose? She had a compulsory one-year technology internship to complete, and her choice of focus for that year would prove to be a defining moment.</p>\n\n\n\n<p>In 2009, on her birthday, Meher was offered an internship. On the first day of the internship, she was introduced to WordPress. Her initial assignment was to change the look and feel of the WordPress dashboard — in just six hours. But there was a problem – she had never worked with WordPress before!</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I stared at the whiteboard and thought that task given was impossible and difficult to meet the deadline. I wondered if my boss was joking and did not know then what you could do with WordPress as a developer and how it could slot into your toolbox. It opened my eyes.” </p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Meher used her research skills to know more about using WordPress. She found a plugin that would help her achieve her task. She met the deadline and it ingrained an interest that she would never lose. </p>\n\n\n\n<h2>Re-discovering WordPress</h2>\n\n\n\n<p>Five years after her initial WordPress experience, Meher was assigned to lead an international project in WordPress. She was hesitant — she had lost touch with the CMS during that five years, but the project was a great opportunity to become a team leader and lead from the front. </p>\n\n\n\n<p>She decided to update her WordPress skills, relying again on the strength of her research skills and determination. In the process, she also taught her team all about WordPress, inspiring many of those members to continue to develop their WordPress skill set.</p>\n\n\n\n<p>The success of that project was a pivotal moment for Meher and a new dawn as a developer specializing in WordPress.</p>\n\n\n\n<p>As a team lead, Meher soon found it was not possible to always have all the answers straight away. She found internet searches gave practical solutions—but rarely explained the theory behind it.</p>\n\n\n\n<p>So she went looking for a WordPress group to help her expand the scope and depth of her knowledge.</p>\n\n\n\n<h2>Finding the community and its developer learning opportunities </h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"999\" height=\"667\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=999%2C667&ssl=1\" alt=\"Meher at WordCamp Nagpur in 2017\" class=\"wp-image-12762\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?w=999&ssl=1 999w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=300%2C200&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=768%2C513&ssl=1 768w\" sizes=\"(max-width: 999px) 100vw, 999px\" data-recalc-dims=\"1\" /><figcaption>Meher enjoying being part of <em>WordCamp Nagpur in 2017</em></figcaption></figure>\n\n\n\n<p>In 2015, while browsing Facebook, Meher came across an advertisement for something called WordCamp Mumbai, an event that had taken two days before. She did a little digging to learn what a WordCamp was, and about the people behind it. She took the plunge and joined the WordPress Mumbai Meetup group.</p>\n\n\n\n<p>Her first Meetup experience was not love at first sight. She felt the topics were for advanced users, and the timing late in the evening made it difficult to attend.</p>\n\n\n\n<p>But a few months later, the Meetup addressed a topic that could help her resolve an issue in one of her current projects. She made the effort to show up and came away with a number of important tips. The speaker had taken the time to speak to individual attendees. When he came to Meher, she took the opportunity to ask a couple of questions about her project issues. </p>\n\n\n\n<p>Thereafter she went to more Meetups and got to know the people behind this group, just as they started talking about WordCamp Mumbai 2016.</p>\n\n\n\n<h2>A WordCamp adventure</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=600%2C800&ssl=1\" alt=\"Meher pictured with the WordCamp Mumbai 2016 sign \" class=\"wp-image-12758\" width=\"600\" height=\"800\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?w=600&ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=225%2C300&ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Meher discovering <em>WordCamps in Mumbai in 2016</em></figcaption></figure>\n\n\n\n<p>Meher expressed interest in being a part of the coming WordCamp Mumbai and started in an entry-level role with basic responsibilities.</p>\n\n\n\n<p>At first, she thought WordCamp was a formal conference with about 100 people. So on the first day of WordCamp Mumbai 2016, she was surprised to see so many WordCamp enthusiasts attending and enjoying such a relaxed and friendly conference.</p>\n\n\n\n<p>After that great experience, Meher went to many more meetups and did more volunteering. She started taking on responsibilities in the coming WordCamps and getting to know the different aspects of the camp. </p>\n\n\n\n<p>In the following years, at each WordPress, she took up a new role like speaker vetting, sponsors, and volunteer coordination. This allowed her to know more about what an organizer needs to do, from planning to execution, to make WordCamp a successful event.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"900\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=900%2C600&ssl=1\" alt=\"WordCamp Mumbai 2017 group photo of the team\" class=\"wp-image-12765\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?w=900&ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=300%2C200&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=768%2C512&ssl=1 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" /><figcaption>With the team at <em>WordCamp Mumbai in 2017</em></figcaption></figure>\n\n\n\n<p>Meher is grateful for her WordPress journey which was fostered in the Mumbai community. It has been filled with beautiful surprises. </p>\n\n\n\n<p>When people ask why she’s chosen to specialize professionally in WordPress, Meher says WordPress is easy to teach a non-technical person, yet it is still highly customizable. Being a WordPress developer has given her the opportunity to work remotely for global web development companies that let her think out of the box. And she learns new skills with every release.</p>\n\n\n\n<h3>The community makes WordPress special</h3>\n\n\n\n<p>Meher says that some of her most memorable WordPress moments have revolved around special friendships, trying new things, and participating in community building. </p>\n\n\n\n<p>WordPress has let her explore different parts of India, make new friends locally and internationally, and encourage women to be a part of meetup groups and events across India. </p>\n\n\n\n<p>One of Meher’s biggest dreams was to lead WordCamp Mumbai as a lead organizer and show others what could be achieved by working together in open source. In 2019, she did just that and has volunteered at international WordCamps and meetups since.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&ssl=1\" alt=\"Meher speaking at WordCamp Mumbai 2019\" class=\"wp-image-12731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=300%2C151&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=768%2C386&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?w=1247&ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Taking to the stage at WordCamp Mumbai in 2019</figcaption></figure>\n\n\n\n<p>As part of her enthusiasm for sharing the opportunities WordPress can give people, especially women, she has given time to co-organize two global <a href=\"https://wptranslationday.org/\">WordPress Translation month long events</a> and contributor events in India. </p>\n\n\n\n<p>Meher said: “I was first introduced to translation at one of the meetups which was organised to support the WordPress Translation Day. I realized this was another way to support my local communities and bring the power of WordPress to them by contributing in Gujarati and Hindi. I did not imagine I would a few years later be a global organizer for the event itself!”</p>\n\n\n\n<p>With her commitment to ongoing learning as a developer and to model what she believes about the value and community growth opportunities of open source, Meher has given time and energy to the Marketing Team, where she has been a Team Rep, to the Training Team, and to the Core Team contributing to multiple releases. </p>\n\n\n\n<h2>The developer adventure with WordPress is unlimited</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>At the start of my software developer journey, I always thought the C++ and Java were the only skills you required to excel in your career. From the time I started exploring WordPress in depth, I realized the potential and the power of WordPress in web development.</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Being a part of the WordPress community, Meher learned that there is so much more than just building blogs on WordPress. She started exploring different features of WordPress, created her first theme, and eventually specialized as a frontend specialist.</p>\n\n\n\n<p>Meher now works as a consultant and front end developer with an international agency specializing in WordPress. Asked what she thought was the best thing about being a WordPress developer, Meher replied: “Through WordPress, I have an opportunity to build unique out of the box websites and work remotely for global web development companies that encourages you to think out of the box. There is always opportunity to continuously advance my coding skills and learn new techniques with every release.” </p>\n\n\n\n<p>She believes that there is no limit to where using the software can take you and what you can combine it with to find solutions to projects big and small.</p>\n\n\n\n<p>If you earn a living from WordPress, her advice is from the heart: try to give back to the WordPress community.</p>\n\n\n\n<p>“I am sure you will learn or teach something new and definitely make friends across the world. There is no shame in making mistakes, as you can learn from them and develop your skills further. You can also help others as they build their skills.”</p>\n\n\n\n<p>Meher added: “Don’t let the things you find difficult get in the way of your success.”</p>\n\n\n\n<h2 id=\"share-the-stories\">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>Contributors</h2>\n\n\n\n<p>Thanks 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>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Meg Phillips (<a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>) for interviews, writing and image work on this story. Thank you to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for sharing her experiences and to Josepha Haden Chomphosy (<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 of the series. </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 loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.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:\"12706\";s: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: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.0 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2022 16:43:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.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: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=12690\";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:103:\"WordPress 6.0 Beta 3 is now available for testing! You can download and help test Beta 3 in three ways.\";s: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:5387:\"\n<p>WordPress 6.0 Beta 3 is now available for 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 production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta3.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta3</code>.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month! </p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>See What’s in Beta 3</h2>\n\n\n\n<p>Since Beta 2, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implement alternate json files <a href=\"https://core.trac.wordpress.org/ticket/55433\">#55433</a></li><li>Fix duotone rendering in site editor <a href=\"https://github.com/WordPress/gutenberg/pull/37727\">#37727</a> </li><li>Create Comments Title block with simple styling <a href=\"https://github.com/WordPress/gutenberg/pull/40419\">#40419</a> </li><li>Navigation block: After choosing an option from Select Menu, focus after block render <a href=\"https://github.com/WordPress/gutenberg/pull/40390\">#40390</a></li><li>Add comment id to all comments inside comments query loop <a href=\"https://github.com/WordPress/gutenberg/pull/40268\">#40268</a></li><li>Add post-comments-form block to comments template <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">#40256</a></li><li>Elements: Add styles to the footer before the block is rendered <a href=\"https://github.com/WordPress/gutenberg/pull/37728\">#37728</a></li><li>Add default comment status to discussion settings <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Fix styles for nested elements (link color) <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Move <code>wp_enqueue_block_style()</code> to <code>wp-includes/script-loader.php</code>, for better consistency <a href=\"https://core.trac.wordpress.org/ticket/55182\">#55182</a>, <a href=\"https://core.trac.wordpress.org/ticket/55148\">#55148</a></li><li>Move administration related hooks to admin-filters.php <a href=\"https://core.trac.wordpress.org/ticket/54795\">#54795</a></li></ul>\n\n\n\n<h2>Update on the Webfonts API and Style Variations in Twenty Twenty-Two</h2>\n\n\n\n<p>A <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">prior announcement</a> for WordPress 6.0 Beta 1 included a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json”, as a feature that would be included in the release. WordPress 6.0 Beta 3 will allow theme authors to use webfonts in theme.json, with a public API for plugins to register and enqueue webfonts available in a future version for WordPress. Beta 3 will also include <a href=\"https://core.trac.wordpress.org/ticket/55433\">three new style variations</a> to the Twenty Twenty-Two default theme.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>And now another WordPress haiku:</strong></p>\n\n\n\n<p>Release day is near<br>6.0 abounds with joy<br>New features soon here</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:\"12690\";s: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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2022 16:43:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12666\";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:337:\"WordPress 6.0 Beta 2 is now available for testing! This version of the WordPress software is under development. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.  You can test the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5119:\"\n<p>WordPress 6.0 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site. </p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the<a href=\"https://wordpress.org/wordpress-6.0-beta2.zip\"> beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta2</code><br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></p>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about five weeks away. </p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>What’s New In Beta 2</strong></h2>\n\n\n\n<p>As a reminder, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=6.0&group=component&order=priority\">209 tickets in WordPress 6.0</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=04%2F12%2F2022..04%2F19%2F2022&type=enhancement&type=feature+request&milestone=6.0&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">110 new features and enhancements</a>. Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. Here are a few of the changes you will find in Beta 2 specifically: </p>\n\n\n\n<ul><li>Block Editor: Prevent styles from being added to the site editor (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Patterns REST API: Add ‘inserter’ to the schema (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Don’t load remote patterns twice in WP_REST_Block_Patterns_Controller::get_items (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Add the ability to filter the whole notification email in retrieve_password (<a href=\"https://core.trac.wordpress.org/ticket/54690\">#54690</a>)</li><li>Avoid translating empty plugin headers (<a href=\"https://core.trac.wordpress.org/ticket/54586\">#54586</a>)</li></ul>\n\n\n\n<h3><strong>Note on Webfonts API</strong></h3>\n\n\n\n<p>Last week’s announcement for <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">WordPress 6.0 Beta 1</a> includes a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json,” as a feature that would be included in the release. This specific functionality was not included in Beta 2 but may be available at RC.</p>\n\n\n\n<h2><strong>How to Help</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can<a href=\"https://core.trac.wordpress.org/newticket\"> file one on WordPress Trac</a>. This is also where you can find a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h4>And now a WordPress Haiku:</h4>\n\n\n\n<p>We code fervently</p>\n\n\n\n<p>A breathless pause for the test</p>\n\n\n\n<p>Key tapping resumes</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:\"12666\";s: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: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:53:\"WP Briefing: Episode 29: How to Make a WordPress Blog\";s:7:\"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://wordpress.org/news/2022/04/episode-29-how-to-make-a-wordpress-blog/\";s: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, 18 Apr 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=12658\";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:150:\"Join our host Josepha Haden Chomphosy as she takes us back to WordPress basics. Learn everything you need to know about how to make a WordPress blog! \";s: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/04/WP-Briefing-029.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:16764:\"\n<p>In the twenty-ninth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy reminds us of our WordPress roots — blogging — and discusses the basics of starting your first blog on WordPress.</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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/07/6-0-product-walk-through-recap/\">6.0 Product Walkthrough</a></li><li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\" data-type=\"URL\" data-id=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event </a></li><li><a href=\"https://make.wordpress.org/community/events/\">Upcoming WordPress Events</a></li><li><a href=\"https://www.meetup.com/pro/wordpress/\" data-type=\"URL\" data-id=\"https://www.meetup.com/pro/wordpress/\">WordPress Meetup Groups</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12658\"></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.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:39] </strong> </p>\n\n\n\n<p>All right. So you’ve been listening to this podcast for a while. You may be one of these contributors I keep mentioning; you may be an agency owner or freelancer. Maybe you’ve wondered how to make a WordPress blog for your big idea. Or, maybe you’re one of the many people who use WordPress for their project or business. Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool.</p>\n\n\n\n<p>We have long since outgrown that, but even 19 years into our journey, blogging is still a key part of what WordPress enables you to do. That’s because even after those 19 years, the mission of WordPress is still the same. And that is to democratize publishing, to help people have a place online where they can tell their stories or share their projects or set up their businesses.</p>\n\n\n\n<p>If you’ve ever tried to set up a blog, you know that there isn’t a lot of information about what to know before you get going at all. So I’m going to talk about that a little bit today. And just by the way, if you heard the word blog right now and thought, oh, Josepha, how old fashioned? I think it’s important to remember that there’s a business advantage to having well-written, relevant content on your website.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:59]</strong></p>\n\n\n\n<p>And if you’re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. Anyway, back to the topic at hand. Before we can get to any of the fancy things that WordPress can do nowadays, it’s important to know a few things as you get ready to set up your first ever website. </p>\n\n\n\n<p>So let’s dive in. Here is how you need to get yourself started. First, have an idea and a plan. So have an idea for what you’re doing, the concept of your content, who you want to reach, and some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first. Cause, like, if you want the domain name, wordpress.org, like we own that, you can have that! But if you know that you want a domain like WordPressbloggingforthefuture.com, like that one might be more available. And if you know the kind of words you want in your domain, you can be a bit flexible about what is there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:09]</strong></p>\n\n\n\n<p>The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mentioned all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start, before you even know what WordPress is most of the time.</p>\n\n\n\n<p>So, the earliest question that you have to answer for yourself is what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date. </p>\n\n\n\n<p>There’s this whole spectrum of hosting options, and they range from full service where they will keep your WordPress software up to date, provide daily backups, and have customer support if something goes really wrong. So it ranges all the way from full service like that all the way down to essentially zero services, just kind of hands-off.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:11] </strong></p>\n\n\n\n<p>They give you a space to keep your WordPress software, to keep your WordPress site. But they leave everything else up to you. They leave the backups up to you. They leave updating up to you, things like. So that’s the first thing you have to ask yourself. And the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software and what you want and what you need, and you have the ability to learn in the time that you have, the more that you can add on either service with the existing hosts that you chose or moving to a different host; however that works out for you.</p>\n\n\n\n<p>So if that one sounds like the right option, then you choose a host, go to their site, and actually most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it’s just one click and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:10] </strong></p>\n\n\n\n<p>The other option that on the like zero, zero service side, that’s not quite fair, but you know, the other side of that spectrum that probably will be appealing to you if you are already familiar with code or already know how to manage a server or, or you know how to work in this thing called c-panel, et cetera.</p>\n\n\n\n<p>So if you already have a lot of information on how all of that works, you can, if you want to, head over to wordpress.org/download, and you can download a zip file of the WordPress software and set that up in your own environment. </p>\n\n\n\n<p>Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we’re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little.</p>\n\n\n\n<p>I’ve got you covered. In the show notes, you’ll find a link to one of the Learn WP courses for getting started with WordPress. There’s a section on choosing a host as well as various other early steps of this process. So if you felt like I blazed through all of that, which honestly I kind of did, you can work through those lessons in that course, at your own pace, and it’s, and it’s really a very good guide.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:24] </strong></p>\n\n\n\n<p>All right. Let’s pretend we did all of that. Now you’ve got yourself a website. The thing that you will want to do next, or rather the first thing that you’ll notice once you get your site up and running, is that there’s this ‘Hello World’ post– there’s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare like, okay, the Hello World part over here on this page, exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you’re more familiar with WordPress or CMS in general, you can simply remove that and start fresh. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:17]</strong></p>\n\n\n\n<p>So we’ve got now a website, we know, kind of, how to look at our posts and create posts, where comments are, where they can kind of be moderated and stuff. And so, the most fun task for everyone is choosing a theme. But if it’s not a fun task, if it doesn’t sound like a fun task to you, I can help you kind of do some, choose your own adventure guiding questions here. </p>\n\n\n\n<p>Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words, mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There’s like a filtering system where you can put in, like, you want three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:12]</strong></p>\n\n\n\n<p>There’s also a way to look for themes inside your instance, your WordPress site, but like, if you haven’t set that up yet, but you do still want to see kind of what your theme options are, you can go to wordpress.org/themes and and take a look at what’s out there. Just as a quick side note, if you get to that theme directory, if you get to wordpress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically so that you can see how things look right away.</p>\n\n\n\n<p>And there’s actually a theme that does come with every WordPress site. So if you’re not ready, you can skip this thing entirely and just work with the theme that’s already there. Every word, press instance ships with a theme and it is fully functional when you, when you get your site up and running. So you don’t need to choose a theme right now if you don’t feel ready.</p>\n\n\n\n<p>And then the other very fun thing that people do with their WordPress sites is to add plugins to them. So plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want, what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which theme. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>So figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions?</p>\n\n\n\n<p>If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need. Also, there are just endless lists of recommended plugins out there; if that is something that you find valuable as part of your research, those are also easy to find.</p>\n\n\n\n<p>And as a general side note here, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don’t quite know the answers to the questions that I shared, and, and it’s going to be a while until you feel like you can know what those answers are. That’s totally fine.</p>\n\n\n\n<p>I’ll tell you this. I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms and it can kind of help you figure out how to work with plugins in that way. So yeah, I made it sound like you can get a WordPress website built in like seven minutes and on the one hand you definitely can.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>And on the other hand, it’s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem. And obviously, here, are some things that could make you feel a little nervous about doing this for the first time. Things like the five-second installation, which WordPress has been famous for years.</p>\n\n\n\n<p>But also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009 and I started learning how to use WordPress in 2010. So I can say with confidence that once you learn it, it’s easy.</p>\n\n\n\n<p>We are the easiest of the hard options for CMS. Like content management systems are just complicated, but we are the easiest one out there. And so, as you’re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you’re late to this blogging game, like you should have had a website for years. I mean, sure that could be true. And yes, the best time to plant a tree was 20 years ago. But the second-best time to plant that tree is today. </p>\n\n\n\n<p>WordPress didn’t start out powering over 40% of the web, and your first site can’t be immediately measured in the millions of readers. So, what will your small beginning lead you to? </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:12:25]</strong></p>\n\n\n\n<p>And now that brings us to our small list of big things. </p>\n\n\n\n<p>The first one, the next release of WordPress, WordPress 6.0, has reached its beta phase. That means the full focus is on finding and fixing the bugs we accidentally created during this development cycle. Beta two comes out tomorrow and you can follow along in the core channel in the Making WordPress Slack.</p>\n\n\n\n<p>If you’ve never seen how those releases get packaged, and if you just want to keep an eye on what everybody’s doing so that you can be the first to know, yeah, Making WordPress Slack is the way to go. </p>\n\n\n\n<p>The second thing on our small list is that speaking of WordPress 6.0, we had the public walk through a couple of weeks ago, which means that in a few weeks, I’ll do a WordPress 6.0 sneak peek. I’ll share some highlights of the release features and why I think they are super important for you to take a look. Sooner rather than later. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:13:22]</strong></p>\n\n\n\n<p>And then the final, big thing, if you are new to WordPress and this episode has you all fired up to start your blog, we have a bunch of contributors over on the Learn WP team that have just the thing for you.</p>\n\n\n\n<p>You can join the online social learning space called How to Make a WordPress Blog. It’s a free online event that will help you get started. I’ll link the information in the show notes below. And I’ll also share in the show notes, a list of WordPress Meetup groups, where you can find more opportunities to learn and get support from other people locally who are also doing things with WordPress. </p>\n\n\n\n<p>But you can also find a list in the dashboard of your newly installed WordPress blog you no doubt have after this podcast. </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:\"12658\";s: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:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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/2022/04/wordpress-6-0-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, 12 Apr 2022 19:08: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12644\";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:63:\"WordPress 6.0 Beta 1 is now available for download and testing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7809:\"\n<p>WordPress 6.0 Beta 1 is now available 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, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 1 on a test server and site. </p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 1 in three ways:</p>\n\n\n\n<ul><li>Option 1: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li><li>Option 2: Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=6.0-beta1</code>. <br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></li></ul>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about six weeks away. </p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress Bug Free – Help with Testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">this detailed guide</a> will walk you through how to get started.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. And anyone can do it – especially great WordPress community members just like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible 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 have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 5.9 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for 13.0 (release pending), <a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">12.9</a>, <a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">12.8</a>, <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">12.7</a>, <a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">12.6</a>, <a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">12.5</a>, <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">12.4</a>, <a href=\"https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/\">12.3</a>, <a href=\"https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/\">12.2</a>, <a href=\"https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/\">12.1</a>, and <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-24-november/\">12.0</a>. </p>\n\n\n\n<p>Beyond the noted changes, which include more than 400 updates and 500 bug fixes for the editor, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.0&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">189 tickets for the WordPress 6.0</a> core, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&type=feature+request&milestone=6.0&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime\">91 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in version 6.0? Read on for some highlights.</em></p>\n\n\n\n<p>The WordPress 6.0 release will be packed with all kinds of improvements. Here are just a few:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons. </li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on. </li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Comments, Read More, No results in Query Loop, Post Author biography, Avatar blocks. </li><li><strong>Block Locking UI: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor. </li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li><li><strong>Webfonts API: </strong>Manage local fonts with PHP or theme.json. </li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</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:\"12644\";s: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: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:35:\"WordPress 5.9.3 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/04/wordpress-5-9-3-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2022 19:50:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;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:1;a:5:{s:4:\"data\";s:3:\"5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12575\";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:125:\"WordPress 5.9.3 is now available! This maintenance release features 9 bug fixes in Core and 9 bug fixes in the block editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s: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:3896:\"\n<p>WordPress 5.9.3 is now available!</p>\n\n\n\n<p>This maintenance release features 9 bug fixes in Core and 10 bug fixes in the block editor.</p>\n\n\n\n<p>WordPress 5.9.3 is a short-cycle maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.9.3.zip\">download WordPress 5.9.3 from WordPress.org</a>, or visit your Dashboard → Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://make.wordpress.org/core/2022/03/30/wordpress-5-9-3-rc-1/\">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-9-3/\">changelog of version 5.9.3 on HelpHub</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.3 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a> and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.3 happen:</p>\n\n\n\n<p class=\"alignfull is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a>, <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>, <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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:\"12575\";s: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: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:37:\"The Month in WordPress – March 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:69:\"https://wordpress.org/news/2022/04/the-month-in-wordpress-march-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:\"Tue, 05 Apr 2022 13: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:22:\"the 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=12583\";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:325:\"We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to this episode of WP Briefing. There you will find a list of Non-Governmental Organizations (NGOs) that can help. In parallel to the work […]\";s: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:13171:\"\n<p>We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to <a href=\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/\">this episode of WP Briefing</a>. There you will find a list of Non-Governmental Organizations (NGOs) that can help.</p>\n\n\n\n<p>In parallel to the work the community is doing in preparation for the next major release, WordPress 6.0, March has seen the launch of some exciting projects and proposals. Read on to find out more about the latest updates and how to get involved. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>The Pattern Directory is open for public submissions</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?ssl=1\"><img loading=\"lazy\" width=\"1024\" height=\"659\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&ssl=1\" alt=\"View of the Pattern Directory page at WordPress.org.\" class=\"wp-image-12584\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=300%2C193&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=768%2C494&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1536%2C988&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=2048%2C1318&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/new-pattern/\">WordPress Pattern Creator</a> is live! This new tool allows anyone with a WordPress.org user account to build, edit and submit their best block patterns to the <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a>.<br><br>If you’ve used patterns in WordPress, you’ll know that they make it easy to add unique layouts to your website. These include galleries, testimonials, pricing tables, and more. Opening the directory to public submissions enables any WordPress user to enjoy a wider variety of patterns to use on their sites.</p>\n\n\n\n<div class=\"wp-container-7 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Check out the Pattern Creator announcement to learn more</strong></a></div>\n</div>\n\n\n\n<h2>WordPress 6.0 Walkthrough scheduled for April 5, 2022</h2>\n\n\n\n<p>A few updates to the <a href=\"https://make.wordpress.org/core/2022/03/11/wordpress-6-0-planning-update/\">WordPress 6.0 planning</a> were published last month. In case you missed them, <strong>today (April 5) at 15:00 UTC</strong> there is a live and interactive <a href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\">WordPress 6.0 walkthrough</a> hosted by contributors of the release squad.</p>\n\n\n\n<p>The event will take place via Zoom and include a discussion on the new features, potential blockers, and a Q&A session with the community. Attendance is open to anyone who wants to know more about what’s coming in WordPress 6.0.</p>\n\n\n\n<div class=\"wp-container-8 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Join the WordPress 6.0 product walkthrough</strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.8 and 12.9 are here</h2>\n\n\n\n<p>Versions 12.8 and 12.9 of the Gutenberg plugin were released last month. With them, some new exciting features and updates.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">Gutenberg 12.8</a> includes a new Webfonts API, iterative UX enhancements, and bug fixes to increase the editor’s stability.</li><li><a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">Gutenberg 12.9</a> introduces the new block locking UI and support for spacing between Gallery images. Also, many other improvements to give you more control over what is editable and presented to users.</li></ul>\n\n\n\n<div class=\"wp-container-9 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Follow #gutenberg-new to stay updated on the latest Gutenberg releases</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-container-10 wp-block-buttons\"></div>\n\n\n\n<h2>Team updates: Team Reps for the Photo Directory team, community proposals, and more</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/\">WordPress 5.9.2</a> is available for download. This security and maintenance release features one bug fix and three security fixes.</li><li>The Team Representatives for the Make Photo Directory team for 2022 <a href=\"https://make.wordpress.org/photos/2022/03/23/announcement-photo-directory-team-reps-2022/\">have been announced</a>. Congrats to Marcus Burnette (<a href=\'https://profiles.wordpress.org/mdburnette/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdburnette</a>), Katie Richards (<a href=\'https://profiles.wordpress.org/katiejrichards/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>katiejrichards</a>), and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)!</li><li>The Community team considered <a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">revisiting the existing guidelines</a> for in-person regional WordCamps. Conclusions and next steps will be shared soon.</li><li>On a similar note, Cate DeRosia (<a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>) is <a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">looking for ideas</a> on how to support organizers who are trying to restart in-person events in their communities. Share yours by April 13, 2022.</li><li>The Training team published new lesson plans, workshops, and social learning spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/04/01/whats-new-on-learnwp-in-march-2022/\">Check out what’s new in March 2022.</a></li><li>How has WordPress helped grow your story? The Make Marketing team <a href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\">wants to hear about your experience</a>!</li><li>The <a href=\"https://make.wordpress.org/core/2022/03/07/the-performance-lab-plugin-has-been-released/\">Performance Lab plugin</a>, a set of modules that aim to improve performance in WordPress, was released last month.</li><li>Openverse released <a href=\"https://make.wordpress.org/openverse/2022/03/10/openverse-frontend-v3-1-1-release/\">new updates</a> in March. They include a redesigned content reporting flow and new image detail pages.</li><li>WordPress Executive Director Josepha Haden Chomphosy posted a <a href=\"https://make.wordpress.org/project/2022/03/23/removal-of-the-zamir-plugin/\">public statement</a> on the removal of the Zamir plugin a few weeks ago.</li><li>The March 2022 editions of the <a href=\"https://make.wordpress.org/community/2022/03/14/meetup-organizer-newsletter-march-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/03/22/polyglots-monthly-newsletter-march-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the contributor story of the Argentinian web developer and product manager <a href=\"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/\">Juanfra Aldasoro</a>.</li><li>WordPress community members launched the <a href=\"https://block-museum.com/\">Museum of Block Art (MOBA)</a>. This initiative seeks to inspire creativity and push the limits around what can be done with WordPress. All the art curated in this virtual museum is built using the block editor.</li></ul>\n\n\n\n<div class=\"wp-container-11 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/03/30/proposal-steps-to-integrate-wpdiversity-into-wordpress-event-organizing/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Help us build a thriving and inclusive community. Share your thoughts on this </strong><strong>proposal</strong><strong> to introduce WordCamp and Meetup organizers to #WPDiversity programs by April 8, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>Testing requests: WebP feature, template for author pages</h2>\n\n\n\n<ul><li>The Performance Team published a <a href=\"https://make.wordpress.org/core/2022/03/28/enabling-webp-by-default/\">proposal</a> to integrate the WebP image format by default into WordPress core. Your feedback on this feature is appreciated.</li><li><a href=\"https://make.wordpress.org/mobile/2022/04/04/call-for-testing-wordpress-for-ios-19-6/\">Version 19.6</a> of WordPress for iOS is available for testing.</li></ul>\n\n\n\n<div class=\"wp-container-12 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/03/31/fse-program-testing-call-13-authoring-an-author-template/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong> There’s a new call for testing as part of the Full Site Editing Outreach Program: Authoring an Author Template. The deadline to participate is April 21, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>The first flagship WordCamp Asia is looking for organizers</h2>\n\n\n\n<ul><li>WordCamp Asia is tentatively scheduled for February 2023. After two years since the organizing team announced that the first flagship WordCamp Asia was canceled due to the pandemic, they are back together and <a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">looking for more members</a> to join them in planning the event.</li><li>The <a href=\"https://us.wordcamp.org/2022/apply-to-speak-at-wcus/\">Call for Speakers</a> for WordCamp US 2022 is now open. You can submit your application by April 17, 2022.</li><li>Three in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève</a>, Switzerland on April 9, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://athens.wordcamp.org/2022/\">WordCamp Athens</a>, Greece on April 9-10, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria on April 23-24, 2022</li></ul></li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden:<ul><li><a href=\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/\">Coming to a WordCamp Near You: A Return to In-Person WP Events</a></li><li><a href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\">Is WordPress Made for Me?</a></li></ul></li></ul>\n\n\n\n<div class=\"wp-container-13 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp Europe 2022 is still open. If you want to get involved with the WordPress community and have a lot of fun, this is your chance!</strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</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:\"12583\";s: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: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:87:\"WP Briefing: Episode 28: Coming to a WordCamp Near You: A Return to In-Person WP 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 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=12506\";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:172:\"Curious about returning to WordPress events safely? Tune in as WordPress Executive Director Josepha Haden Chomphosy discusses guidelines for returning to in-person 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:\"\";}}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/03/WP-Briefing-028.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:11997:\"\n<p>In the twenty-eighth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses returning to in-person WordPress events.</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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> & <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li><li>Special thanks to: <a href=\"https://profiles.wordpress.org/angelasjin/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordcampcentral.survey.fm/2022-host-in-person-wordpress-event-checklist\">Event Safety Checklist</a></li><li><a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">WordCamp Asia Call for Organizers</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">Open Discussion: Returning to In-Person Events</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">Open Discussion: Returning to Regional Events</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12506\"></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>I was checking the list of upcoming events recently as part of just my regular work and saw that the call for organizers for WordCamp Asia is open. On the one hand, it made my heart skip a beat with excitement. That event is six years or so in the making. And on the other hand, it reminded me of February 10th, 2020, the day that Matt told me that we had to proactively cancel WordCamp Asia. That week was truly heartbreaking for me as well as I think the entire organizing team.</p>\n\n\n\n<p>But it also, fortunately, was prescient. As I think back over the two years since then, I’m grateful for our community wranglers and deputies who have consistently hosted important discussions about how to return to in-person events safely. And with two of our major flagship events returning this year, I’m here to summarize, sort of, what the rules and guidelines are.</p>\n\n\n\n<p>But certainly I hope that you come away from this with an idea of what’s being done to keep everyone safe as we are best able.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:44] </strong></p>\n\n\n\n<p>Firstly, before we dig into specifics, I want to be clear upfront that the guidelines for COVID-aware events are mandatory, unless otherwise stated. For folks who’ve been attending WordPress events, or participating in the community for a long time, this is a change. As a program, we have always done our best to be flexible with guidelines so that we can prioritize local knowledge. But our responsibility is to the long-term success of this community and this program. So moving forward with in-person events that risk the health of our community members poses risks to the program itself. So with that in mind, let’s learn what we’re going to see at events for the rest of the. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:28] </strong></p>\n\n\n\n<p>For any WordPress event that is gathering more than 50 people, the new mandatory guidelines are:</p>\n\n\n\n<p>Number one, follow local laws and guidelines. If your area has suggested guidelines on top of the mandatory ones, follow those.</p>\n\n\n\n<p>Second, is if you are in a location where laws or guidelines require or permit venues to limit admission based on a person’s vaccination status and masking, then events can only happen in venues that are willing to provide staff to check for vaccination status at the door. And then also to remind participants to wear masks during the event.</p>\n\n\n\n<p>And the third thing is if your area or venue legally cannot check vaccination status, your area must pass the in-person checklist, which I will link in the show notes below. But that in-person checklist has to be passed at the time of the application and then again at the time of the event. And in addition to that, the venue must be willing to provide staff who will remind participants to wear masks and check for temperature during the event.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:33] </strong></p>\n\n\n\n<p>Organizers in these areas must be prepared to move online or cancel if the region fails the safety checklist, which again, will be linked in the show notes below. So those are the three things and they are pretty dense, but also I think allow for a fair amount of flexibility. There is also a tidy flow chart linked in the sidebar of make.wordpress.org/community that will help you to decide what sort of event your own area can support right now. </p>\n\n\n\n<p>So those are the mandatory guidelines for WordPress events in general right now, but you probably also have a few specific questions. So I’ve got the three most common questions ready to go with answers from Angela Jin who helped me to kind of pull together the information for this particular podcast props to Angela. Thank you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:25] </strong></p>\n\n\n\n<p>So, first question, anything specific to know about WordCamp Europe? WordCamp Europe will be following these guidelines as well. All attendees and participants are expected to wear a mask while they are at the event and catering will be offered outside so people can remove their masks to eat. </p>\n\n\n\n<p>The second common question is how will these guidelines change as countries and local governments begin deescalating restrictions and safety measures? We should consider these guidelines to be subject to evolution based on what the team is hearing and seeing from the community. But right now we intend to keep these stricter guidelines in place until we see how the loosened rules play out elsewhere. </p>\n\n\n\n<p>And then a third frequent question is what’s going to happen to all these online events?</p>\n\n\n\n<p>The community team will continue to support online events right now. So if your community doesn’t feel ready to have an in-person event, but still wants to kind of get everyone together that is still allowed, and still encouraged. And finally the community team will continue to keep a close eye on situations around the world.</p>\n\n\n\n<p>If it becomes safe to do so, and your community is interested, they of course will be happy to chat with you about a WordCamp. There is an application that I will share the link to in the show notes below as well. In case that is something that your community is wanting to look into. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:54]</strong></p>\n\n\n\n<p>Oh, and I have a little postscript also. I know I was like finally, and now I’m doing a finally, finally. That’s what postscripts are about. P.S. If you have not stopped by the community team’s site or any of their meetings, they’ve been doing a really great job of keeping things moving through two years of unpredictable changes. If you are a community team member, I want to offer you a huge thanks. Thank you so much for helping us to stay aware and able to move forward. </p>\n\n\n\n<p>If you are an organizer, pat yourself on the back. I want to thank you for pivoting with us, moving through online events, even though they are not at all the same as in-person events and certainly they don’t share the reasons that we get people together sometimes.</p>\n\n\n\n<p>And finally, if you are an end to end attendee, if you go to WordPress meetups or you go to any sort of WordPress online events or WordCamps, anything like that, thank your local organizer. They have been doing this probably for a while, and I’m sure that they are looking forward to getting back to in-person events themselves, but even, so they have been putting in a lot of volunteer hours to help make sure that we all know how to use WordPress.</p>\n\n\n\n<p>And so find them, thank them, and I’m sure that they’ll appreciate it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:20]</strong></p>\n\n\n\n<p>And with that, it is time for our small list of big things. Number one, WordCamp Asia has a call for organizers open! This event will be in 2023. And I think that we all simply cannot wait. So I’ll link the call for organizers in the show notes. And then of course you can follow that whole site to stay up to date on what’s happening there.</p>\n\n\n\n<p>The second thing is, while we’re on the topic of events, there’s also an open discussion about how we can best support organizers who are getting back to in-person events. We’d like thoughts from both organizers and attendees. So feel free to drop by and leave a note in the comments section. And while you’re over there, the third thing in my small list of big things, there’s also an open discussion about regional events. So go over there, get all your thoughts about WordPress events together. Get them all sorted out in one go. Just leave comments, boom, boom, boom, boom, boom. All over the place. </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.</p>\n\n\n\n<p>And I’ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:54]</strong></p>\n\n\n\n<p>So my most embarrassing WordCamp story actually has to do with where I was supposed to be versus where people thought I was supposed to be. This was early on in my time with WordPress, with Automattic. And I had convinced someone, I had convinced a colleague and friend of mine to go to my home WordCamp, WordCamp Fayetteville over there in Arkansas.</p>\n\n\n\n<p>And then I didn’t go. But I knew I wasn’t going, I knew I was going to WordCamp Boston, but he did not know that I was not going to go. And so he arrived at WordCamp Fayetteville, WordCamp Northwest Arkansas. I can’t remember what it was called at the time. And immediately was confused about where I was and why I wasn’t there.</p>\n\n\n\n<p>And so there was this excellent moment of mass confusion among states where the folks at WordCamp Fayetteville started tweeting about how I had convinced this contributor to go to that event and then didn’t show up. And then the folks at WordCamp Boston, we’re looking at all of those tweets, because if you are a WordCamp organizer, you are always looking at the tweets from all the other WordCamps happening in your weekend.</p>\n\n\n\n<p>And people got very confused about why I was in Boston while they were thinking that I was in Fayetteville, even though the tweets were talking about how, like, I wasn’t in Fayetteville. They probably didn’t say that it was probably more along the lines of like, “Hey, let’s share a photo with Josepha” to, like, make fun of the fact that I wasn’t there.</p>\n\n\n\n<p>And so I caused mass confusion in multiple states. That’s probably my most embarrassing WordCamp story. You’re welcome. Bye!</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:\"12506\";s: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:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Juan Aldasoro\";s:7:\"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/2022/03/people-of-wordpress-juanfra-aldasoro/\";s: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, 31 Mar 2022 21:42: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;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: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:\"\";}i:5;a:5:{s:4:\"data\";s:20:\"Polyglot Contributor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:12:\"Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12512\";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:120:\"The People of WordPress feature this month shares the story of web and plugin developer Juanfra Aldasoro from Argentina.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19968:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and product manager from Argentina, who found in the software a way to live his life in the way he dreamed.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333.jpg?resize=1024%2C768&ssl=1\" alt=\"Juan standing in front of a mural\" class=\"wp-image-12525\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1536%2C1152&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=2048%2C1536&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress offers something to everyone. For Juan Aldasoro, a developer and product manager for a large distributed company, it provides an opportunity to combine his different interests and skills to live the type of life he wanted. </p>\n\n\n\n<p>“I like visual, creative and technical things. The joy of WordPress is that you can do all of these things, you don’t have to limit yourself to any one aspect . You can also do this from almost anywhere in the world!”</p>\n\n\n\n<p>From working in products since 2012, Juan sees WordPress as a major part of his skillset and toolbox. He said: “It gives you an opportunity to be part of building a product which could potentially be used by thousands of people and more on your site. It encourages you to think about different languages and how you can make it accessible. It allows you to work on different platforms. Working in WordPress gives you this broad approach. Working this way on products ended up pushing me into learning about all these different things. Only in open source can you really do this and use your creative side to find solutions.”</p>\n\n\n\n<h2><strong>Learning about being part of a community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"924\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813.jpeg?resize=1024%2C924&ssl=1\" alt=\"Juan standing in a astreet with murals behind him\" class=\"wp-image-12529\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1024%2C924&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=300%2C271&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=768%2C693&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1536%2C1386&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=2048%2C1847&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Born in a mid-sized city in Argentina, Juan was raised in a family in which music, arts and sports were always an essential part of everyday life.</p>\n\n\n\n<p>“These activities encourage human beings to be creative and participative, and at the same time they are highly formative when it comes to mould people in order to become part of a group, a team, a community.”</p>\n\n\n\n<p>The youngest of five siblings, Juan became highly motivated, trying to follow the steps of his siblings. Having a computer at home, he started to make connections that laid the foundation for his career as a developer. His interest in computers grew through that access to a machine running MS-DOS – the one with the black screen command line! Mastering this became a challenge to him and something to share with others. Through doing this, he found a way to more social interaction and new friendships. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Without being conscious of it, my friends and I were sharing pieces of code.</p></blockquote>\n\n\n\n<p>He said: “I started learning some super easy stuff that made me feel like Houdini at that time. I could save a game play, something intangible, on a floppy disk and carry that piece of plastic and magnetic material back home. I was saving the play or game in a square object and then loading that back at home. I now realize, those were my first interactions with computer commands. Without being conscious of it, my friends and I were sharing pieces of code in a unique way.”</p>\n\n\n\n<p>This interest grew further through computer magazines and experimenting as “there was always something new to learn.” Although sport became a big part of Juan’s life in his teens, he kept up his computer learning. Taking a new direction, he found online tutorials enabling him to learn how to play the guitar. This led to setting up a punk rock band with his friends. </p>\n\n\n\n<p>“Education has always been important in my family, and thanks to my parent’s efforts, I attended a school where I learned to express myself in another language.” The school had hired a satellite internet connection in the mid-nineties and had HTML on the computer studies program. These facilities were not that common in Argentina or many other countries either at that time. Also, his parents had the foresight to secure a rare internet connection at the house in 1997. </p>\n\n\n\n<p>Juan recalled: “Browsing around the Internet opened a new universe in my mind. This new universe was extremely fantastic but also extremely expensive. I needed to make the most of every second online.”<br><br>“It was a whole new world and one thing led to the other. I started learning a bit of everything, editing graphics, scripting and so on. I still remember my first website in the fantastic sunset strip, Geocities.”</p>\n\n\n\n<h3><strong>Trying to go pro</strong></h3>\n\n\n\n<p>After high school, Juan moved to the city along with his brother and began to study IT at University. When he was asked by a friend to work at a software company, he decided to try that whilst continuing his studies. Through his job he had the chance to explore web-related opportunities, and with a friend from university, they started managing teams and projects across Latin America and Spain.<br><br>Juan describes this experience as one of the most fulfilling in his life. He was able to travel abroad for work, experience remote working, manage teams, present projects and speak formally in front of senior people. As the company grew at a fast pace, they learned how to set up and run a large organization. Eventually, he decided to drop out of his university program and focus on the opportunity of learning first hand.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=600%2C600&ssl=1\" alt=\"Juan riding a bicycle in a historical city during his travels\" class=\"wp-image-12509\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?w=600&ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>One of the key early learning from working internationally was that business and web development could be just as fast-moving and successful in Argentina as in other places. “I realized there’s no such thing as a secret sauce for success. Projects are backed by people’s talent and time, and you can find that in any latitude.”<br><br>By his mid-20s, Juan decided he wanted to try building something from scratch. He created a social network for photo sharing in Latin America, which was used by more than 30,000 people across Latin America and Spain in its time. Through this, he discovered that other people had a blog and he did not want to be left behind. The discovery of WordPress was to change the focus of his life.<br></p>\n\n\n\n<h2>Hello to WordPress</h2>\n\n\n\n<p>Spending some time traveling around Europe, Juan found himself ‘surrounded by uncertainty’ and worried about what the future could bring. “I had some clues, but under uncertainty, the more you ask the less you answer. I started thinking about embracing the following philosophy: I didn’t want to be part of a large company, I didn’t want to continue studying and I wanted to travel as much as I could.” He did not realize at that time how this vision for his life was to mirror what he would find in WordPress.</p>\n\n\n\n<p>He started using WordPress for a few sites in 2005. By 2007 he was using it for almost everything. He was struck by the magnitude and range of what the software could do, from a simple tool used to create a blog in the blink of an eye through to complex projects.</p>\n\n\n\n<p>His first problem-solving project was simple and saved data received through a contact form plugin. “To complete this project I discovered the Codex and I learned how easy and intuitive it is to create a plugin. I had fallen in love with WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I was truly amazed by how I could learn from others.</p></blockquote>\n\n\n\n<p>As he explored the options with the software, Juan was unsure of how intellectual property worked and wanted to be respectful of other people’s work. “I didn’t understand open source yet, and I wasn’t sure if I was stealing from others. That was my first interaction with GPL and open source. I was truly amazed by how I could learn from others and improve things created by others or by myself.”</p>\n\n\n\n<p>He realized: “WordPress was the way to go if I wanted to pursue a dream of traveling, skipping winter, and working at the same time; what we now call a digital nomad. I already knew how to work remotely, I could work for companies located anywhere, as long as they could communicate in English or Spanish.”</p>\n\n\n\n<p>Juan started his own web agency, where he provided services to small and medium-sized companies abroad in the USA, UK, and Australia. He built his reputation and developed strong relationships in WordPress. “The experience couldn’t be better. I was learning, having fun, making a living out of it, and at the same time exploring the world.”</p>\n\n\n\n<p>In mid-2012, he discovered the full power of the WordPress community firsthand. In his spare time he started developing themes and from all he heard, wanted to attend a major event with lots of others in WordPress, a WordCamp. He took the plunge and booked for WordCamp in Edinburgh, in the UK. He said: “I got to meet many super talented people, and the atmosphere of the event was awesome. A place where competitors were also colleagues. Seeing the humility of somebody like Mike Little, the co-founder of WordPress, was amazing.”</p>\n\n\n\n<p>He added: “While there, unconsciously, I started dreaming of holding something like that in Argentina – the joy of hosting the WordPress community in my home country.”</p>\n\n\n\n<p>Back home, while browsing the Codex, he happened to see that WordPress was turning 10. A lot of meetups were going to be organized worldwide to celebrate the birthday. But there was nothing organized in Argentina. This was a catalyst for starting a local meetup. Together with a colleague, he organized an Argentinian 10th birthday meetup. </p>\n\n\n\n<p>More than 20 people showed up. “There was a common denominator. We all loved WordPress, it was part of our day-to-day life. We wanted to share experiences, make new friends and continue growing from what we could learn from others. That day we were a group of people with shared interests. That’s the simplest way to define a community, isn’t it?” This early meetup led to the formation of what is now called <a href=\"http://wpargentina.org/\">WordPress Argentina</a>.</p>\n\n\n\n<p>In his desire to skip winters and do more traveling, his next adventure was to take him to visit family working in the US and attend one of the biggest WordCamps in the world in San Francisco. His interest kept growing and he traveled across Europe to be part of the first edition of WordCamp Europe in the Netherlands in 2013.</p>\n\n\n\n<p>He said: “There’s almost nothing I could write to fully express what you experience in such events. They are the main WordPress events worldwide. The best part: I made a lot of good friends from many different places. I’m glad I have more excuses to continue traveling.”</p>\n\n\n\n<p>Once again in Argentina, our organization started growing thanks to the energy of the whole group, we started hosting formal meetups. In May 2015, we crowned all these efforts with a new <a href=\"https://buenosaires.wordcamp.org/2015/\">WordCamp in Buenos Aires</a>, Argentina.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51.jpg?resize=1024%2C683&ssl=1\" alt=\"Juan speaking at WordCamp Buenos Aires\" class=\"wp-image-12528\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>“Organizing such an event in my home country with many of the contributors I had met from the very first meetup was an experience I will always keep with me.”</p>\n\n\n\n<p>Juan believes one of his biggest contributions to open source was as part of being able to expand the community in Argentina and to share this with other Latin American and Spanish speaking countries. He also contributes as a volunteer translator in the Polyglots Team, to the Make WordPress Support team, and contributes to code blocks and Gutenberg. “I am really excited about seeing the future of Gutenberg as it is the future of WordPress.”</p>\n\n\n\n<p>Throughout his time contributing, Juan believes in helping to set the foundations and encouraging others to give their time and talents. He is keen to share that contributing does not have to be the same all the time and that you can have breaks and focus on one area in a particular period too. He gives the example of how in his spare time he watches Trac, where tickets about the software are logged, and looks where he might be able to help or think of solutions.</p>\n\n\n\n<p>He said: “Anytime I find I can contribute to or make improvements in code-related areas, I will do as it is important to keep giving to the community. I enjoy crawling over meta, trac, GitHub and the different places that are requesting help. There is always somewhere you can help. At the moment, my focus is code and translations. I always try to save time to help these two areas. It is like you give and you get, you learn things. You meet amazing people and opportunities arrive.”</p>\n\n\n\n<h2>Finding your path in WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"768\" height=\"1024\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505.jpeg?resize=768%2C1024&ssl=1\" alt=\"Juan sat in a street cafe surrounded by parked motorcycles\" class=\"wp-image-12527\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=768%2C1024&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=225%2C300&ssl=1 225w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1152%2C1536&ssl=1 1152w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1536%2C2048&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?w=1920&ssl=1 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>“Life is about experiences, it is about the people you surround yourself with and trying to do what you love. What you can find in an open source project like WordPress is an environment full of people who work with a tool they love. An environment that is ready to help and to give advice. Follow what makes you happy, try to be surrounded by people who make you better, try to empower others, try to give back. Try. Make your own path.”</p>\n\n\n\n<h2 id=\"share-the-stories\">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 id=\"contributors-to-this-feature\">Contributors to this feature</h2>\n\n\n\n<p>Thank you to Juan Aldasoro (<a href=\'https://profiles.wordpress.org/juanfra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juanfra</a>) for sharing his story. </p>\n\n\n\n<p>Interviews and feature by Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>). Reviews by Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Anjana Vasan (<a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>) and Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>).</p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy (<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>) and others for their support </em>of this initiative.</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 loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.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:\"12512\";s: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: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:45:\"Get Creative with the All-New Pattern Creator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2022 17:34:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=12460\";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:351:\"It’s been less than a year since the WordPress Pattern Directory was launched, and we already have more exciting news to share. The Pattern Creator is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account! The WordPress Pattern Directory […]\";s: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:\"Anjana Vasan\";s: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:5700:\"\n<p>It’s been less than a year since the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/\" target=\"_blank\">WordPress Pattern Directory</a> was launched, and we already have more exciting news to share. <strong>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/new-pattern/\" target=\"_blank\">Pattern Creator</a> is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account!</strong></p>\n\n\n\n<figure class=\"wp-container-15 wp-block-gallery-14 wp-block-gallery alignfull has-nested-images columns-default\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"2800\" height=\"3000\" data-id=\"12485\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=2800%2C3000&ssl=1\" alt=\"Pattern Directory, showing gallery patterns.\" class=\"wp-image-12485\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?w=2800&ssl=1 2800w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=280%2C300&ssl=1 280w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=956%2C1024&ssl=1 956w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=768%2C823&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=1434%2C1536&ssl=1 1434w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=1911%2C2048&ssl=1 1911w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?w=2000&ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"2800\" height=\"2841\" data-id=\"12468\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=2800%2C2841&ssl=1\" alt=\"View of a user-submitted pattern.\" class=\"wp-image-12468\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?w=2800&ssl=1 2800w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=296%2C300&ssl=1 296w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=1009%2C1024&ssl=1 1009w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=768%2C779&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=1514%2C1536&ssl=1 1514w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=2018%2C2048&ssl=1 2018w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n<figcaption class=\"blocks-gallery-caption\">Pattern Directory — List of patterns, and a single pattern detail.</figcaption></figure>\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/article/block-pattern-directory/\" target=\"_blank\">WordPress Pattern Directory</a> includes attractive, handy patterns created by designers that can make your experience building a stunning site <em>much</em> easier. <a href=\"https://wordpress.org/support/article/block-pattern/\" target=\"_blank\" rel=\"noreferrer noopener\">Patterns</a> can save you a significant amount of time and also give you greater freedom when you’re building your site. With patterns, you can make or replicate complex layouts with just a few clicks, and using them is as simple as copy and paste.</p>\n\n\n\n<h2>Create Your Own Bold, Beautiful Patterns Built Entirely with Blocks</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?ssl=1\"><img loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1024%2C683&ssl=1\" alt=\"Pattern submission screen, successfully submitted pattern with a "Thank you" modal.\" class=\"wp-image-12479\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1024%2C683&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=768%2C512&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1536%2C1024&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>As the name implies, the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/new-pattern/\" target=\"_blank\">Pattern Creator</a> allows anyone, from designers to content creators, to make custom patterns: a collection of blocks arranged in any way, for any purpose intended by the creator. Like most things in WordPress, these are available for public use once it’s submitted to the WordPress Pattern Directory. Have a look at <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/about/\" target=\"_blank\">these guidelines</a> to learn more about what makes a pattern suitable for listing in the directory.</p>\n\n\n\n<p>So what are you waiting for? Check out <a href=\"https://wordpress.org/patterns/\" target=\"_blank\" rel=\"noreferrer noopener\">all the patterns</a> already available or better yet, make your own!</p>\n\n\n\n<div class=\"wp-container-16 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter is-style-fill\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/patterns/about/\" style=\"border-radius:75px\"><strong>Learn more about creating patterns</strong></a></div>\n</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:\"12460\";s: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: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:50:\"WP Briefing: Episode 27: Is WordPress Made for Me?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Mar 2022 12:57:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=12451\";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:416:\"Who is WordPress actually made for? Join our host, WordPress Executive Director Josepha Haden Chomphosy, as she explores this controversial question and three things that can help find the answer. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Hosts: Josepha Haden Chomphosy Editor: Dustin HartzlerLogo: Beatriz […]\";s: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/03/WP-Briefing-027.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:9785:\"\n<p>Who is WordPress actually made for? Join our host, WordPress Executive Director Josepha Haden Chomphosy, as she explores this controversial question and three things that can help find the answer.</p>\n\n\n\n<p><strong><em>H</em></strong><em><strong>ave 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<p>Hosts: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> <br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\">WordCamp Europe call for volunteers</a></li><li><a href=\"https://make.wordpress.org/photos/\">WordPress Photo Directory team</a></li><li><a href=\"https://www.unicefusa.org/stories/unicef-children-crossfire-ukraine-crisis/39542?utm_campaign=20220225_Emergencies&utm_medium=Organic&utm_source=UkraineWebStoryChildrenFeb2022&utm_content=LearnMoreUkraineWebStoryChildrenFeb2022&ms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none&initialms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none\">UNICEF</a></li><li><a href=\"https://www.doctorswithoutborders.org/what-we-do/countries/ukraine\">Médecins Sans Frontieres</a> </li><li><a href=\"https://www.icrc.org/en/where-we-work/europe-central-asia/ukraine\">International Committee of the Red Cross</a> </li><li><a href=\"https://help.rescue.org/donate/ukraine-acq?ms=gs_ppc_fy22_ukraine_mmus_feb&initialms=gs_ppc_fy22_ukraine_mmus_feb&gclid=CjwKCAiAjoeRBhAJEiwAYY3nDHNlEUUNRM4wKl1bY0ploy1RNl0M7G1OlLTqawZdg_XhrJ0TircZ_RoCfh8QAvD_BwE\">International Rescue Committee</a></li><li><a href=\"https://www.unrefugees.org/what-we-do/\">UN Refugee Agency</a> </li><li><a href=\"https://donate.wck.org/give/236738/#!/donation/checkout\">World Central Kitchen</a></li><li><a href=\"https://www.techtotherescue.org/tech/tech-for-ukraine\">Tech For Ukraine</a></li><li><a href=\"https://twitter.com/hashtag/wp4ukraine\">#WP4Ukraine</a></li></ul>\n\n\n\n<h2>Transcript </h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\" target=\"_self\">Read more</a>\n\n\n<p><strong>Episode 27</strong></p>\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>Today, we’re talking about who WordPress is built for. I was talking to a group of contributors last week and we encountered some questions around just who WordPress is built for. And it’s a question that you’ll find any time that you’re working on user testing or on triaging tickets, and especially when that comes up when you look at the big picture, roadmap sorts of things. The easiest answer for this question is, of course, everyone because WordPress’ mission is to democratize publishing and that should be available to everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong><strong>[00:01:11]</strong></p>\n\n\n\n<p>However, everyone is a really big target and certainly doesn’t help get your mind around the people that you’re wanting to actually build it for, the people that you actually want to be able to use your product, your software on a day-to-day basis. So let’s take a look at the one question that can help us figure out who it’s built for today and how we get it to being something that’s built forever.</p>\n\n\n\n<p>Firstly, there’s a basic premise of open source that informs this thought. And that premise is that we are citizens of a community of contributors therefore the decisions are made by the people who show up. In general, I believe that to be true, though, I also believe that some basic qualifications are needed.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:50] </strong></p>\n\n\n\n<p>So with that in mind, the one question that can help us figure out who a software is built for is this: how do your active contributors see themselves? I would bet that most contributors to open source software projects, like WordPress, are developers of some sort, it is sort of written right into the definition of the project. </p>\n\n\n\n<p>If you work on software, then you need developers. And what I love about WordPress, in particular, is that we do work to include contributors who are not developers. Yet it still remains true that there is a fairly high level of technical knowledge required to actively contribute. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:2:25] </strong></p>\n\n\n\n<p>Which kind of brings us to the second half of the original question of how can we make sure that WordPress can be something that’s built for everyone? The answer to this one is easy to say, hard to do, and that is to make sure to include them as co-creators in the development process. </p>\n\n\n\n<p>We’ve talked about co-creators in open source before. It’s this idea that people who use the software every day are likely to know the biggest pain points. So if you want your software to be used by people who don’t know HTML, talk to a bunch of people who don’t know HTML about how it is to use your software. </p>\n\n\n\n<p>If you want your software to be mostly used by enterprise agencies, talk to enterprise agencies, but also ask them what their clients hate, because everyone has more than one stakeholder. And I know that I said this already, but it bears repeating that, obviously, this is all very easy to say and hard to do. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:3:20] </strong></p>\n\n\n\n<p>So what is my best guess for the how-to-do part for WordPress? There are three things. </p>\n\n\n\n<p>The first is testing. This not only helps bring in new contributors and helps train future contributors, which I’ve talked about on the podcast before. But testing also gives us a higher chance of actionable feedback from folks who don’t necessarily spend time directly in the WordPress project. </p>\n\n\n\n<p>Frequently the feedback that we do get that is just kind of undirected and ad hoc is exactly that– it is undirected and ad hoc and is then hard to follow up on and make sure that we understand what was wrong and how we can help fix it. And so testing is important for that. And testing it turns out is important for a bunch of things. When you’re working in open source. </p>\n\n\n\n<p>The next thing is support. So checking in with support teams at hosts, as well as the hardworking support teams in the project. And that can really help us to get early indications of what difficulties exist now. They have routinely seen problems and issues that are raised in support forums, and from their everyday users that they are providing support to. </p>\n\n\n\n<p>That probably could be fixed in WordPress if we had a good understanding of just what was not going right, how many people really needed it to go better, and what our targets were to fix that particular problem. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:4:45] </strong></p>\n\n\n\n<p>And the third thing is communication. I know that I’ve gone on record in many places as saying that most of our problems at the end of the day are communication problems. And I’m going on record about it again here in this podcast, establishing better communication patterns with users is key. </p>\n\n\n\n<p>That can be a multi-year project in itself. And even after that, it’s going to be an ongoing journey. But it is one of the many things that WordCamps and other WordPress events have given to us over the years, an opportunity to really hear from and see the struggles that people who are not building with WordPress every day, or literally building WordPress every day are actually having.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:5:34] </strong></p>\n\n\n\n<p>So now that you’ve heard my small list of way too big things, that brings us to our regular small list of big things. The first thing is that WordCamp Europe is still looking for volunteers. If you’ve never done that before, I think it’s quite fun. You get to meet a lot of people and the team of organizers is super fun, but I’ll leave a link for you in the show notes.</p>\n\n\n\n<p>We also have a new code-free way to contribute through the photo directory. That team is just getting started and still is working toward building out its programs. So now’s a good time to drop in and just kind of see what they are up to. And finally, a reminder that we do have contributors who are affected by the war in Ukraine right now. I will reshare the list of humanitarian organizations in case you missed them a couple of weeks ago as well. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:6:21] </strong></p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for this WordPress Briefing. I’m your host, Josepha Haden Chomphosy. 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:\"12451\";s: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: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:48:\"WordPress 5.9.2 Security and 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2022 02:24: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: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:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12421\";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:367:\"WordPress 5.9.2 is now available! This security and maintenance release features 1 bug fix in addition to 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.9.2 is a security and maintenance release. The next major 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s: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:3697:\"\n<p><strong>WordPress 5.9.2 </strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/ticket/54578\">1 bug fix</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.9.2 is a security and maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/6-0/\">6.0</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.9.2.zip\">download WordPress 5.9.2 from WordPress.org</a>, or visit your Dashboard → Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>The security team would like to thank the following people for responsively reporting vulnerabilities, allowing them to be fixed in this release:</p>\n\n\n\n<ul><li>Melar Dev, for finding a Prototype Pollution Vulnerability in a jQuery dependency</li><li>Ben Bidner of the WordPress security team, for finding a Stored Cross Site Scripting Vulnerability</li><li>Researchers from <em>Johns Hopkins University, </em>for finding a Prototype Pollution Vulnerability in the block editor</li></ul>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.9.2&group=component&col=id&col=summary&col=owner&col=type&col=status&col=priority&col=milestone&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-9-2/\">version 5.9.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.2 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, with the help of <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> on package updates, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> on mission control, and <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> on backport commits.</p>\n\n\n\n<p>In addition to the release squad members and security researchers mentioned above, thank you to everyone who helped make WordPress 5.9.2 happen:</p>\n\n\n\n<p class=\"is-style-wporg-props-short alignfull\"><a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>.</p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Props <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> and <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> for peer review.</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:\"12421\";s: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: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 26: Matt Mullenweg on Ukraine, Community, 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Mar 2022 21:39: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: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=12415\";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:384:\"Matt Mullenweg speaks to WordPress contributors worldwide on this special edition of the WP Briefing podcast with Josepha Haden Chomphosy. Join us to hear Matt’s thoughts on Ukraine. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Hosts: Josepha Haden Chomphosy and Matt Mullenweg […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}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:62:\"https://wordpress.org/news/files/2022/03/WP-Briefing-026-1.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6361:\"\n<p>Matt Mullenweg speaks to WordPress contributors worldwide on this special edition of the WP Briefing podcast with Josepha Haden Chomphosy. Join us to hear Matt’s thoughts on Ukraine.</p>\n\n\n\n<p><strong><em>H</em></strong><em><strong>ave 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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Hosts: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> & <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li></ul>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p><a href=\"https://www.unicefusa.org/stories/unicef-children-crossfire-ukraine-crisis/39542?utm_campaign=20220225_Emergencies&utm_medium=Organic&utm_source=UkraineWebStoryChildrenFeb2022&utm_content=LearnMoreUkraineWebStoryChildrenFeb2022&ms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none&initialms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none\">UNICEF</a></p>\n\n\n\n<p><a href=\"https://www.doctorswithoutborders.org/what-we-do/countries/ukraine\">Médecins Sans Frontieres</a> </p>\n\n\n\n<p><a href=\"https://www.icrc.org/en/where-we-work/europe-central-asia/ukraine\">International Committee of the Red Cross</a> </p>\n\n\n\n<p><a href=\"https://help.rescue.org/donate/ukraine-acq?ms=gs_ppc_fy22_ukraine_mmus_feb&initialms=gs_ppc_fy22_ukraine_mmus_feb&gclid=CjwKCAiAjoeRBhAJEiwAYY3nDHNlEUUNRM4wKl1bY0ploy1RNl0M7G1OlLTqawZdg_XhrJ0TircZ_RoCfh8QAvD_BwE\">International Rescue Committee</a></p>\n\n\n\n<p><a href=\"https://www.unrefugees.org/what-we-do/\">UN Refugee Agency</a> </p>\n\n\n\n<p><a href=\"https://donate.wck.org/give/236738/#!/donation/checkout\">World Central Kitchen</a></p>\n\n\n\n<p><a href=\"https://www.techtotherescue.org/tech/tech-for-ukraine\">Tech For Ukraine</a></p>\n\n\n\n<p><a href=\"https://twitter.com/hashtag/wp4ukraine\">#WP4Ukraine</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12415\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:00</p>\n\n\n\n<p>Hello, everyone, and welcome to a special edition of the WordPress Briefing. I have Matt here with me today because we want to acknowledge that we are once again at the start of a very difficult time. Neither of us would presume to know what it’s like to be at the heart of such massive disruption in our lives. But who would we be if we didn’t stop and check in with you all, the project that we hold so dear? And with that, I’ll hand it right over to you, Matt.</p>\n\n\n\n<p><strong>Matt Mullenweg </strong>00:27</p>\n\n\n\n<p>Hello everyone. First, I want to thank Josepha for inviting me to join the WordPress Briefing to share what’s been on my mind in light of recent global events. </p>\n\n\n\n<p><strong>Matt Mullenweg </strong>00:37</p>\n\n\n\n<p>I’ve been listening and watching events escalate in Ukraine, often in a state of shock. The scale alone is hard to take in. I mean, in the last 7 days, more than 500,000 people have fled their homes, more refugees are expected every day. The downstream humanitarian crises of the invasion are unimaginable. </p>\n\n\n\n<p><strong>Matt Mullenweg </strong>00:56</p>\n\n\n\n<p>And seeing destruction in the world we live in is confusing, disconcerting, and difficult. In my experience, open source and WordPress bring people together; people from other countries and cultures, people that we know as friends and colleagues. Technology connects us, regardless of where we are. Nothing can negate the bad things happening in the world, but when I see how this community of contributors collaborates, regardless of borders, you all remind me of the good in the world every day.</p>\n\n\n\n<p><strong>Matt Mullenweg </strong>01:30</p>\n\n\n\n<p>I firmly believe that the web can be an equalizer and a force for good in the world. To me, the WordPress project is the epitome of goodness—everyone has a voice, a platform, and a community. You have the power to make your corner of the world, and the web, a sanctuary for those who need it—especially now.</p>\n\n\n\n<p><strong>Matt Mullenweg </strong>01:45</p>\n\n\n\n<p>If you or someone you know is affected by this war, I encourage you to be present as the ramifications unfold. While we may all feel fatigued and have a sense of languishing from the past two years of the Covid pandemic, the gift of time and support for one another cannot be overstated. I’m confident that every single person in the WordPress community will approach the situation in Ukraine with sensitivity and understanding. </p>\n\n\n\n<p><strong>Matt Mullenweg </strong>02:07</p>\n\n\n\n<p>I invite you to join me in standing with those in the world working to end conflict and working toward a world of peace, promise, and opportunity. If you’re looking for a way to help support the humanitarian crisis in Ukraine, I will offer some suggested NGOs, or Non-Governmental Organizations, that provide assistance to local peacebuilders in the region. </p>\n\n\n\n<p><strong>Matt Mullenweg </strong>02:26</p>\n\n\n\n<p>In closing, please know that my thoughts are with everyone in our community. I know that my words here can’t change anything there, but I hope that we all remember that words of support are never unwelcome. And we can never know when a little human kindness can help someone share the invisible heaviness in their heart. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:44</p>\n\n\n\n<p>Thanks for that, Matt. My friends, there are links in the show notes to some of the groups that Matt referenced. And that is it for this special edition of the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. Be safe, be kind to yourself and others, 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:\"12415\";s: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: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 – February 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/2022/03/the-month-in-wordpress-february-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:\"Fri, 04 Mar 2022 17:40:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"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:22:\"the 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=12411\";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:332:\"There’s a lot going on in the world right now, and safety is top of mind for everyone in the WordPress community. If you don’t know where to begin, or how to support your peers, Executive Director Josepha Chomphosy’s advice to the global community is to start small.  Overall, February has been a busy month […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anjana Vasan\";s: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:11940:\"\n<p>There’s a lot going on in the world right now, and safety is top of mind for everyone in the WordPress community. If you don’t know where to begin, or how to support your peers, Executive Director <a href=\"https://josepha.blog/2022/02/25/to-my-global-community-start-small/\">Josepha Chomphosy’s advice</a> to the global community is to start small. </p>\n\n\n\n<p>Overall, February has been a busy month for WordPress. To begin with, it was thrilling to see the enthusiasm for the release of WordPress 5.9 Joséphine from January continue last month, and that’s not all. </p>\n\n\n\n<p>We have many exciting updates to share, so keep reading to learn about the latest achievements from the WordPress community.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 6.0: May 24, 2022 is the proposed release date</h2>\n\n\n\n<ul><li>The proposed <a href=\"https://make.wordpress.org/core/2022/02/16/wordpress-6-0-planning-roundup/\">release schedule for WordPress 6.0</a>, the second major release of 2022, has been published.</li><li>While we’re waiting for 6.0, check out the <a href=\"https://wordpress.org/news/2022/02/wordpress-5-9-1-maintenance-release/\">WordPress 5.9.1 maintenance release</a> which was released on February 22, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-17 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.slack.com/archives/C02RQBWTW\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Are you interested in contributing to WordPress core?</strong> Join the #core channel in Slack. Also, don’t miss the Core Team’s weekly developer chat on Wednesdays at 8 PM UTC.</a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.5, 12.6, and 12.7 were released</h2>\n\n\n\n<p>The Core Team launched three new versions of Gutenberg last month. All come with new features, code quality improvements, and bug fixes.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">Gutenberg 12.7 </a>is available to download. This version improves the Patterns experience, allows you to add border styles to column blocks, and includes other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">Gutenberg 12.6</a> was launched on February 16, 2022. This release includes a new color panel, updated color controls, a new Post Author Biography block, Read More block, and plenty of other exciting updates!</li><li><a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">Gutenberg 12.5 </a>was released on February 2, 2022. This version allows switching theme styles variations, custom taxonomies filtering, and more.</li></ul>\n\n\n\n<div class=\"wp-container-18 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/chat/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Want to get involved in developing Gutenberg? </strong>Contribute to Gutenberg on GitHub, and join the #core-editor channel in the Make WordPress Slack. Follow the #gutenberg-new tag for details on the latest updates.</a></div>\n</div>\n\n\n\n<h2>WordPress News gets a new look</h2>\n\n\n\n<p>The redesign of <a href=\"https://wordpress.org/news\">WordPress News</a>, which was first announced by Matt Mullenweg, Co-Founder of WordPress, in State of the Word 2021, went live on February 16, 2022.</p>\n\n\n\n<div class=\"wp-container-19 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Read the redesign announcement </strong>to learn more about the inspiration behind the new look.</a></div>\n</div>\n\n\n\n<h2>Team updates: #WP Diversity, a new blog for developers, and more</h2>\n\n\n\n<ul><li>The #WPDiversity working group, which is part of the Community Team, hosted an open Zoom meeting with volunteers on February 23, 2022. If you’re interested in contributing, read the <a href=\"https://make.wordpress.org/community/2022/02/24/recap-of-the-diverse-speaker-training-group-wpdiversity-on-february-23-2022/\">recap of the meeting</a> to view available roles. </li><li>The Core Team shared a <a href=\"https://make.wordpress.org/core/2022/02/25/proposal-to-start-a-news-blog-on-developer-wordpress-org/\">proposal to start a blog</a> on developer.wordpress.org to share news and updates relevant to developers. </li><li>The first Gutenberg Developer Hours session hosted on February 8th by the Core Team was successful. Head over to <a href=\"https://make.wordpress.org/core/2022/02/24/february-8th-gutenberg-developer-hours-session-evaluation/\">this page</a> to learn more about the participants’ feedback.</li><li>The Core Team published “<a href=\"https://make.wordpress.org/core/2022/02/24/feature-project-plugin-dependencies/\">Feature Project: Plugin Dependencies</a>,” where they identified the problems with plugin dependencies and suggested potential solutions to improve the plugin experience.</li><li>The WordPress Photo Directory has a <a href=\"https://make.wordpress.org/photos/\">new Make team</a>. There is currently an open <a href=\"https://make.wordpress.org/photos/2022/02/23/photo-directory-team-rep-nominations-for-2022/\">call for team reps</a> and collaboration is happening at the new <a href=\"https://wordpress.slack.com/messages/photos/\">#photos</a> channel of the Make WordPress Slack.</li><li>The Polyglots Team shared a proposal for a <a href=\"https://make.wordpress.org/polyglots/2022/02/01/proposal-milestone-template-for-polyglots-locale-teams/\">milestone template </a>for the Polyglots Locale Teams.</li><li>The Community Team published a proposal for <a href=\"https://make.wordpress.org/community/2022/02/16/proposal-refurbishing-camera-kits/\">refurbishing camera kits</a>.</li><li>The <a href=\"https://make.wordpress.org/community/2022/02/21/2022-global-sponsors-announcement/\">Global Community Sponsors for 2022</a> have been announced.</li><li>The February 2022 edition of the monthly <a href=\"https://make.wordpress.org/community/2022/02/15/meetup-organizer-newsletter-february-2022/\">Meetup Organizer Newsletter</a> has been published.</li><li>The latest edition of People of WordPress highlighting <a href=\"https://wordpress.org/news/2022/02/people-of-wordpress-tonya-mork/\">Tonya Mork</a> was published on February 28, 2022. Read Tonya’s story to learn more about how WordPress helped her find herself again after a health crisis. </li><li>The February 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/02/22/polyglots-monthly-newsletter-february-2022/\">Polyglots Monthly Newsletter</a> has been published.</li></ul>\n\n\n\n<div class=\"wp-container-20 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>The Community Team published a discussion on diversity in WordPress events.</strong> If you’re comfortable sharing your experience, you can still comment on the post.</a></div>\n</div>\n\n\n\n<h2>Feedback/Testing requests: WordPress iOS 19.3 and Android 19.3 </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/02/22/call-for-testing-wordpress-for-ios-19-3/\">WordPress for iOS 19.3</a> beta is available for testing, along with <a href=\"https://make.wordpress.org/mobile/2022/02/22/call-for-testing-wordpress-for-android-19-3/\">WordPress for Android 19.3</a></li></ul>\n\n\n\n<div class=\"wp-container-21 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/polyglots/2022/02/08/call-for-early-testers-glotpress-feedback-feature/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Test and share your feedback</strong> on the GlotPress feedback feature.</a></div>\n</div>\n\n\n\n<h2>WordCamp Europe 2022 announces steps to ensure a diverse, inclusive, and welcoming event</h2>\n\n\n\n<ul><li>WordCamp Europe 2022 <a href=\"https://europe.wordcamp.org/2022/diversity-at-wceu/\">announced a plan</a> to ensure more diversity and inclusion in events moving forward.</li><li>The WordPress Foundation published a post on how <a href=\"https://wordpressfoundation.org/news/2022/open-source-software-good-for-business/\">open source software is good for business</a>.</li><li>In a recent episode of WP Briefing titled “<a href=\"https://wordpress.org/news/2022/02/episode-25-five-cents-on-five-for-the-future/\">Five Cents on Five for the Future</a>,” Executive Director Josepha Haden Chomphosy talks about future-proofing the WordPress project with the Five for the Future pledge.</li><li>The Training Team is hosting several WordPress Social Learning Meetups <a href=\"https://www.meetup.com/wordpress-social-learning/events/\">in March 2022</a>.</li><li>Don’t miss the following upcoming WordCamps:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève</a>, Switzerland on April 9, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://central.wordcamp.org/wordcamps/wordcamp-athens-attica-greece-2022/\">WordCamp Athens</a>, Greece between April 9 and 10, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria from April 23 to 24, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> in Porto, Portugal from June 2 to 4, 2022 (in person)</li><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://montclair.wordcamp.org/2022/\">WordCamp Montclair</a> in New Jersey, USA June 25 (in person)</li><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://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, California from September 9 to 11, 2022 (in person)</li></ul></li></ul>\n\n\n\n<div class=\"wp-container-22 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>It’s not too late to be a volunteer at WordCamp Europe 2022. </strong>If you’re interested, head over to this page to apply.</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a><em> </em><a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a><em> </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</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:\"12411\";s: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:78:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Tonya Mork\";s:7:\"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:66:\"https://wordpress.org/news/2022/02/people-of-wordpress-tonya-mork/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Feb 2022 23:55: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:8:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;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: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:3:\"5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:5;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:6;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:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"Test Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12151\";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:98:\"The People of WordPress feature this month shares the story of engineer and developer Tonya Mork. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14131:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and engineer from the US, who found the software and its community provide the impetus to keep her going forward.</strong></p>\n\n\n\n<p>WordPress gave Tonya Mork a new lease of energy after a health crisis from which she nearly died. She had spent two decades as an electrical and software engineer in high tech automated manufacturing. But when she discovered the WordPress software, teaching it to others became her new purpose. Through this discovery, she has gone on to help thousands of developers understand and build code in great depth.</p>\n\n\n\n<p>As part of her WordPress journey, she has shared her skills in the roles of Release Coordinator and the Core Tech Editor for the most recent major WordPress release, <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a> Joséphine. </p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=1024%2C515&ssl=1\" alt=\"Tonya pictured in her work room\" class=\"wp-image-12326\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=1024%2C515&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=300%2C151&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=768%2C386&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?w=1247&ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h2 id=\"life-takes-an-unexpected-turn\">Life takes an unexpected turn</h2>\n\n\n\n<p>For the first 22 years of Tonya’s life, she rose through the ranks from enlisted personnel in the US Navy to a highly sought after chief engineer with a multi million-dollar industrial automation engineering firm. </p>\n\n\n\n<p>However, while she was working in engineering, her life was to change dramatically. In 2007, Tonya started to face health challenges that had an impact on all that she had known.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>“My career defined me. It was my canvas and my art. When it was gone, I did not recognize myself.</strong></p><cite>Tonya Mork</cite></blockquote>\n\n\n\n<p>One day, she woke up at home ready to visit a client’s facility where her firm was building a robotic system. She said: “As I headed for the door, I fell to my knees, as this wave of pain crushed down on my chest.”</p>\n\n\n\n<p>Doctors diagnosed her with a very rare heart disease that caused her blood vessels to spasm, cutting off blood to whatever was downstream of the blockage. </p>\n\n\n\n<p>A few months later, she was diagnosed with a second rare and more serious condition, related to the migraines from which she had been suffering. Combined with her heart condition, this made every migraine attack life-threatening.</p>\n\n\n\n<p>For nearly seven years, the unexpected changes to her health left her mostly homebound and constantly monitored. This meant she had to close her engineering firm and say goodbye to staff and clients. </p>\n\n\n\n<p>“My career defined me. It was my canvas and my art. When it was gone, I was lost. I didn’t recognize myself.”</p>\n\n\n\n<p>But in her darkest hour, she found her strength. Tonya made a choice to move forward, and make the most of her life.</p>\n\n\n\n<p>“When you are at rock bottom, you have to make a decision or else it will consume you. My decision was that I chose to be happy,” said Tonya.</p>\n\n\n\n<p>One of Tonya’s first steps was to start writing a blog using WordPress. In this she shared insights on how to find peace and joy in any situation. She wrote about kindness and helping one another. </p>\n\n\n\n<p>The joy of making solutions through WordPress became a way for Tonya to accept her new life and not feel as limited by her health. She wanted purpose, and in WordPress, she found just that.</p>\n\n\n\n<p>Tonya felt she could do something worthwhile in the virtual world. </p>\n\n\n\n<h2 id=\"a-ray-of-hope-for-tonya\">A ray of hope for Tonya</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"1000\" height=\"750\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?resize=1000%2C750&ssl=1\" alt=\"\" class=\"wp-image-12327\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?w=1000&ssl=1 1000w, https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?resize=300%2C225&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?resize=768%2C576&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>In 2013, Tonya’s health deteriorated further. She was admitted into intensive care and was diagnosed with a third rare disease, this time related to her autoimmunity. She was not expected to survive this time. </p>\n\n\n\n<p>Following what she describes as a ‘miraculous recovery,’ she became stronger and was able to stop relying on a wheelchair. She used the energy from working on websites to keep going. “WordPress kept my mind alive,” said Tonya.</p>\n\n\n\n<p>She had first used WordPress for her engineering firm’s intranet. But when she discovered the software’s full potential and the collaborative opportunities of open source, it opened a new world. </p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“Finding WordPress helped me to find myself again”</p><cite>Tonya Mork</cite></blockquote></figure>\n\n\n\n<p>During the years which followed, she donated her time to build some WordPress websites and plugins. She said: “Through giving my time, I was able to do something other than sit in isolation.” </p>\n\n\n\n<p>Tonya was amazed by the sharing in open source in general and in WordPress in particular. She said: “I was amazed to see people sharing so much information freely with one another. In my former engineering world, information was proprietary. Throughout my career, I had worked to break down those silos and help anyone to understand complex systems. I was drawn to this open community.” </p>\n\n\n\n<p>She also became aware that WordPress developers were hungry to learn more about development. She wanted to be part of the solution with her passion for teaching and the knowledge she had gained in industry.<br><br>She said: “Finding WordPress helped me to find myself again. Here in this community, I was able to feel like a person again, not a sick one, but a professional with something to give.”</p>\n\n\n\n<p>As her interest in the software grew, Tonya decided to start a non-profit where she turned to WordPress to build the websites. This re-sparked her interest in programming. She said: “I wanted to really know the code and understand what made it tick.”</p>\n\n\n\n<p>The realization led Tonya to start the WP Developers’ Club, which in turn spawned <a href=\"https://knowthecode.io/\">Know the Code</a>, to help educate individual developers, and is still used today.</p>\n\n\n\n<h2 id=\"from-helping-wordpress-companies-to-working-on-wordpress-core\">From helping WordPress companies to working on WordPress Core</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"300\" height=\"300\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/02/tonya-with-dog.jpg?resize=300%2C300&ssl=1\" alt=\"Tonya pictured with her dog\" class=\"wp-image-12328\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/02/tonya-with-dog.jpg?w=300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/02/tonya-with-dog.jpg?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Tonya went on to work with big and medium size WordPress companies helping their developers and supporting them in raising their firms’ leverage with WordPress.</p>\n\n\n\n<p>By late 2020, she knew she wanted to do even more with WordPress.</p>\n\n\n\n<p>In February 2021, Tonya joined an international firm in the ecosystem and began working closely on WordPress Core.</p>\n\n\n\n<p>At that time, WordPress Core was pulling together a new Triage team. Tonya started volunteering on that team to find collaborative solutions, and help others do so. In 2020 for <a href=\"https://wordpress.org/news/2020/12/simone/\">WordPress 5.6 Simone</a>, she became the release’s Triage lead, and again for <a href=\"https://make.wordpress.org/core/5-7/\">WordPress 5.7 Esperanza</a>. </p>\n\n\n\n<p>In 2021, she became a Test Team Rep and helped to expand the team and is an advocate for the value of testing and feedback in the release development process.</p>\n\n\n\n<h2 id=\"a-new-successful-chapter-with-wordpress-5-9\">A new, successful chapter with WordPress 5.9</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"1024\" height=\"480\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=1024%2C480&ssl=1\" alt=\"Tonya was one of the notable contributors to the WordPress 5.9 release featured in this picture.\" class=\"wp-image-12329\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=1024%2C480&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=300%2C141&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=768%2C360&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=1536%2C719&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=2048%2C959&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Tonya’s passion for the software and getting people involved in its growth continued. For the WordPress 5.9 release in 2021, she took on the role of both the Core Tech Lead and the Release Coordinator. As this was a big release and included the first major implementation of Full Site Editing, it had many moving parts and hundreds of contributors. She was able to share the skills she had learned in communication and project management from her days streamlining and documenting engineering software and processes. </p>\n\n\n\n<p>In the first 24 hours of WordPress 5.9 landing, it had more than 10 million downloads—and 17 formally reported bugs.</p>\n\n\n\n<h2 id=\"giving-back-to-open-source\">Giving back to open source</h2>\n\n\n\n<p>Now in what Tonya describes as her third chapter. She said: “I’m a very different person from the engineer I used to know. What really matters in this world is when you reach out and make a difference in someone’s life.”</p>\n\n\n\n<p>She feels she has found her purpose in this life. “I’m on a mission to give back and make a difference. Teaching is how I will do it. And in WordPress I have found my professional home, and I have all this software knowledge that I just want to share.”</p>\n\n\n\n<h2 id=\"share-the-stories\">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 id=\"contributors-to-this-feature\">Contributors to this feature</h2>\n\n\n\n<p>Thank you to Tonya Mork (<a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>) for sharing her story. </p>\n\n\n\n<p>Interviews and feature by Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>). Reviewed by Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), and Anjana Vasan (<a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>). Photo editing Reyez Martínez (<a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>) and Jean Baptiste Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>). </p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy (@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) and others for their support </em>of this initiative.</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 loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.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:\"12151\";s: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: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:35:\"WordPress 5.9.1 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/02/wordpress-5-9-1-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Feb 2022 15:49: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:8:\"category\";a:1:{i:0;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=12266\";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:33:\"WordPress 5.9.1 is now available!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s: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:7802:\"\n<p>WordPress 5.9.1 is now available!</p>\n\n\n\n<p>This maintenance release features 82 bug fixes in both Core and the block editor.</p>\n\n\n\n<p>WordPress 5.9.1 is a short-cycle maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.9.1.zip\">download WordPress 5.9.1 from WordPress.org</a>, or visit your Dashboard → Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://make.wordpress.org/core/2022/02/16/wordpress-5-9-1-rc-1/\">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-9-1/\">version 5.9.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a> and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.1 happen:</p>\n\n\n\n<p class=\"is-style-wporg-props-medium alignfull\"><a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/azouamauriac/\">Flinim Asso</a>, <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a>, <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a>, <a href=\"https://profiles.wordpress.org/staatic/\">Team Staatic</a>, <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/antonynz/\">wpcharged</a>, <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a>, <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a>, and <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>.</p>\n\n\n\n<p>Thanks to <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a>, <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a>, <a href=\'https://profiles.wordpress.org/ironprogrammer/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ironprogrammer</a>, <a href=\'https://profiles.wordpress.org/bph/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bph</a>, <a href=\'https://profiles.wordpress.org/abhanonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>abhanonstopnewsuk</a> and <a href=\'https://profiles.wordpress.org/threadi/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>threadi</a> for their help to test the release package.</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:\"12266\";s: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: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:58:\"WP Briefing: Episode 25: Five Cents on Five for the Future\";s:7:\"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://wordpress.org/news/2022/02/episode-25-five-cents-on-five-for-the-future/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Feb 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=12288\";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:450:\"In this twenty-fifth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses future-proofing the WordPress project with the Five for the Future pledge. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann & Santana Inniss Song: […]\";s: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/02/WP-Briefing-025.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10286:\"\n<p>In this twenty-fifth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses future-proofing the WordPress project with the Five for the Future pledge. </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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> & <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References</h2>\n\n\n\n<ul><li><a href=\"https://ma.tt/2014/09/five-for-the-future/\">Five for the Future</a>, on ma.tt circa 2014</li><li><a href=\"https://www.cambridge.org/core/books/governing-the-commons/A8BB63BC4A1433A50A3FB92EDBBB97D5\">Governing the Commons</a>, Elinor Ostrom</li><li><a href=\"https://wordpress.org/five-for-the-future/files/2022/01/WP-Sponsored-Contributor-Team-White-Paper-Google-Docs.pdf\">Five for the Future White Paper</a></li><li><a href=\"https://make.wordpress.org/core/2022/02/16/wordpress-6-0-planning-roundup/\">6.0 Planning Roundup</a></li><li><a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\">Part I: Full Site Editing Course</a></li><li><a href=\"https://learn.wordpress.org/course/part-2-personalized-site-design-with-full-site-editing-and-theme-blocks/\">Part II: Full Site Editing Course</a></li><li><a href=\"https://learn.wordpress.org/course/part-3-advanced-site-design-with-full-site-editing-site-editor-templates-and-template-parts/\">Part III: Full Site Eiditing Course</a></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-12288\"></span>\n\n\n\n<p>Episode 25</p>\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:42] </strong></p>\n\n\n\n<p>I have a non-mailbag mailbag question that I would like to answer for y’all today. Non-mailbag because no one actually emailed me about it and mailbag because Twitter is basically like a giant mailbag. And I do get a lot of DMS about this particular topic. If you want to send something to my actual WP Briefing mailbag, you can send it to <a href=\"mailto:wpbriefing@worpress.org\">wpbriefing@worpress.org</a>. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:06] </strong></p>\n\n\n\n<p>But the question that I frequently get asked in my DMS on Twitter is: what is Five for the Future? It’s not always that tidy the question, but that still is the question we’re answering today. So if you take a casual survey of active contributors to the WordPress project, the high-level answer that you’re likely to get to that question is “a way to remind people to give back to the project.” Or, if you run in more business-y circles, you might hear that it is an initiative that encourages companies to give back 5% of their resources. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:40] </strong></p>\n\n\n\n<p>And both of those answers are true. So a quick mini-history lesson; the original concept of Five for the Future came from Matt Mullenweg in 2014. There’s a lovely blog post on it that I will link in the notes below, but it was essentially a call to any companies experiencing success with WordPress to contribute back to the project and make sure that the project was a success.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:07] </strong></p>\n\n\n\n<p>The initial program then included outreach recognition, et cetera, proposed in 2017 by <a href=\"https://wordpress.org/support/users/liljimmi/\">Tracy Levesque</a> and <a href=\"https://wordpress.org/support/users/iandunn/\">Ian Dunn</a>. Then that was defined and formalized with the help of the WordPress community in 2018. And then, in 2019, we had our first trial run with entire dedicated teams sponsored by companies inside the WordPress ecosystem.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:36] </strong></p>\n\n\n\n<p>So that’s the mini-history lesson chronology of this program. The intentions that informed the work of building the program in 2017 have become a bit lost to the ages. So I’m here to share it with you. The basic heart and soul of the Five for the Future program is to make sure that there is a way to refresh the commons of the WordPress community and ecosystem.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:00] </strong></p>\n\n\n\n<p>And as a result, ensure that the common resources of WordPress are available long after we have stopped being available to care for them. If you are familiar with the concept of the tragedy of the commons, Five for the Future was created to help avoid that tragedy. There were two original goals for formalizing the program.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:22] </strong></p>\n\n\n\n<p>The first one was to acknowledge companies that participated in Five for the Future by sponsoring contributors to work on the WordPress project. And the second was to motivate more companies to sponsor more volunteers. Either by hiring them and paying them to contribute or by assigning their existing employees to contribute to the WordPress project.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:46] </strong></p>\n\n\n\n<p>Of course, it’s hard to quantify participation and hard to qualify what should be seen as an impactful contribution, which is why when the program was originally created, it was in partnership with team reps and community members who were active at the time. There are many posts around that discuss the next steps for this program.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:07] </strong></p>\n\n\n\n<p>And as I’m looking through them, the next steps revolve around some of the hardest and most important questions that we have to answer as a project and as stewards of open source. Those questions are things like:</p>\n\n\n\n<ul><li> How do we remain true to these gloriously subversive values of WordPress and open source while also finding a way to thoughtfully secure our organization’s future?</li><li>Does contributing without the expectation of reciprocity hold up when we are looking at how to acknowledge contributors who sustain us?</li></ul>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:40] </strong></p>\n\n\n\n<p>And if you’re familiar with Elinor Ostrom’s award-winning work, Governing the Commons, you may also be wondering how this particular program aligns with her eight principles designed to sustain organizations like ours.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:57] </strong></p>\n\n\n\n<p>As an aside to that last question, this particular program does not have all eight principles accounted for, but among WordPress’s many programs, we do account for most of them. Although imperfectly, as is the way with human beings, that’s probably a whole episode unto itself, I did want to quickly answer that particular question.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:16] </strong></p>\n\n\n\n<p>So to get back to my non-mailbag, mailbag question, if I had to tell you in the span of an elevator ride what Five for the Future was, this would be my answer. <strong>It is a v1 program with a dual goal of boldly declaring the need to refresh the shared resources of WordPress and offering the ways and means for communities and individuals alike to participate in refreshing those resources</strong>.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:45] </strong></p>\n\n\n\n<p>If you want to learn more about the Five for the Future initiative, you can check out wordpress.org/5. Like literally just the number five. Or, if you want to learn more about the program that has grown from the Five for the Future initiative, you can check out the white paper that’s linked in the notes below.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:11] </strong></p>\n\n\n\n<p>And that brings us now to our small list of big things. Number one on my small list, the planning post for WordPress 6.0 is out. I’ve included a link in my massive list of links below. But it includes our best guess at timing, features that we intend to include, and a call for volunteers as well. So if you are looking for ways to give back, that is a clear and immediate option.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:38] </strong></p>\n\n\n\n<p>The second thing on the list is if you are a team rep, don’t forget that we have daylight saving time ending and starting depending on your hemisphere within the month. If you move meetings, if you’re in a team that moves your meetings, discuss it now so that folks have time to adjust their calendars. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:55] </strong></p>\n\n\n\n<p>And the third thing on my small list of big things is that there’s a suite of Full Site Editing courses that are now available on learn.wordpress.org. I will add that to my giant list of links below, but I encourage you to wander on over and see what all the fuss is about. I think the courses are excellent. They’re great for folks who don’t quite know what Full Site Editing is yet, but then also they give you a few intermediate tips and tricks as you’re getting your legs underneath you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:27] </strong></p>\n\n\n\n<p>So, that my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. 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:\"12288\";s: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:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"A New 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:56:\"https://wordpress.org/news/2022/02/a-new-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Feb 2022 17:56: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:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i: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:\"Meta\";s:7:\"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=12244\";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:385:\"In June 2021, @beafialho in collaboration with @pablohoney floated the idea of giving WordPress News a new look. Today, those ideas become a reality—we’re excited to share that redesign of WordPress News is live! The new design leans on the aesthetics of jazz, intrinsically connected to WordPress and which ultimately translates its uniqueness, historic significance […]\";s: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:\"Kelly Hoffman\";s: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:5727:\"\n<figure class=\"wp-block-image alignfull size-full\"><img loading=\"lazy\" width=\"2560\" height=\"1605\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?resize=2560%2C1605&ssl=1\" alt=\"\" class=\"wp-image-12279\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?w=2560&ssl=1 2560w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?resize=300%2C188&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?resize=1024%2C642&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?resize=768%2C482&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?resize=1536%2C963&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_responsive_sizes-scaled.jpg?resize=2048%2C1284&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In June 2021, <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> in collaboration with <a href=\'https://profiles.wordpress.org/pablohoney/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pablohoney</a> <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">floated the idea</a> of giving WordPress News a new look. Today, those ideas become a reality—we’re excited to share that redesign of <a href=\"https://wordpress.org/news/\">WordPress News</a> is live!</p>\n\n\n\n<p>The new design leans on the aesthetics of jazz, intrinsically connected to WordPress and which ultimately translates its uniqueness, historic significance and future potential. Among other improvements, the new design leaves more space for content and includes new typefaces for better readability. It also uses a color palette intended to reflect the evolving Gutenberg language.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"2560\" height=\"1605\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?resize=2560%2C1605&ssl=1\" alt=\"\" class=\"wp-image-12260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?w=2560&ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?resize=300%2C188&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?resize=1024%2C642&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?resize=768%2C482&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?resize=1536%2C963&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/02/news_postpages-scaled.jpg?resize=2048%2C1284&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"2560\" height=\"1605\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?resize=2560%2C1605&ssl=1\" alt=\"\" class=\"wp-image-12262\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?w=2560&ssl=1 2560w, https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?resize=300%2C188&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?resize=1024%2C642&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?resize=768%2C482&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?resize=1536%2C963&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/02/news_communitypodcast-scaled.jpg?resize=2048%2C1284&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The revamp of the WordPress News page includes the header and footer of the page. We also shipped those two global elements to all pages of WordPress.org. However, there’s more work to do within the header to improve the information architecture. This new design is just the first, small step to modernize and improve the site iteratively. Any further discussion on future redesigns will occur in the <a href=\"http://wordpress.slack.com\">#design channel on Slack</a>.</p>\n\n\n\n<figure class=\"wp-block-image alignfull size-full\"><img loading=\"lazy\" width=\"2560\" height=\"1605\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?resize=2560%2C1605&ssl=1\" alt=\"\" class=\"wp-image-12263\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?w=2560&ssl=1 2560w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?resize=300%2C188&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?resize=1024%2C642&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?resize=768%2C482&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?resize=1536%2C963&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/02/news_mobile_menu-scaled.jpg?resize=2048%2C1284&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Take a look around and subscribe to WordPress News if you haven’t already. If you see something in the design that doesn’t look right, please submit an issue on <a href=\"https://github.com/WordPress/wporg-news-2021/\">GitHub</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:\"12244\";s: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:58:\"\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:44:\"WP Briefing: Episode 24: Three Goals in 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:66:\"https://wordpress.org/news/2022/02/episode-24-three-goals-in-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, 07 Feb 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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12176\";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:413:\"In episode 24 of the WordPress Briefing, the Project’s Executive Director reviews three big-picture goals for the year: Increased Gutenberg adoption, support of all open source alternatives, and stewarding the open source ethos. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler […]\";s: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/02/WP-Briefing-024.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9160:\"\n<p>In episode 24 of the WordPress Briefing, the Project’s Executive Director reviews three big-picture goals for the year: Increased Gutenberg adoption, support of all open source alternatives, and stewarding the open source ethos.</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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">Big Picture Goals 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/26/preliminary-roadmap-for-6-0/\">Preliminary Roadmap for 6.0</a> (Gutenberg Phase 2)</li><li><a href=\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\">A New News Design</a></li><li><a href=\"https://wpmake.tumblr.com/\">Making WordPress</a>: Unofficial aggregator for all <a href=\"https://make.wordpress.org/\">Making WordPress blogs</a></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-12176\"></span>\n\n\n\n<h2 id=\"episode-24\">Episode 24</h2>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:00</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project. Some insight into the community that supports it and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:07</p>\n\n\n\n<p>A couple of weeks ago, I published a post about the big picture goals for the WordPress project in 2022. As I was thinking through our planned releases for the year and looking out toward what would spell success for WordPress over the next three years, three things really lined up in both sets of answers for me.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:23</p>\n\n\n\n<p>I provided some detail on how we can work toward these goals in the post, which I will link for you in the show notes, but I also wanted to take some time to explain why I feel we have to work toward these goals this year. So these all build on one another. To refresh your memory of the three big focuses, they are one to drive adoption of the new editor in WordPress, support open source alternatives for site building necessities, and three, open source stewardship. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:52</p>\n\n\n\n<p>So the first one; is driving the adoption of the new WordPress editor. Early on in the start of the Gutenberg Project, folks could not go two days without hearing me talk about the phases of adoption and how those line up with the phases of Gutenberg, and who would need our support the most in each of those phases.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:09</p>\n\n\n\n<p>I have always believed that what we would be shipping at this point in our project would prove the plausible promise of what we were doing in phase one. That’s definitely what I’m seeing from what was shipped in 5.9, as well as what we plan to ship in May with 6.0. And the people who need the most support right now are absolutely our users, your clients, no matter whether they were not keeping up with WordPress developments or simply were waiting to see what all the fuss was about. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:37</p>\n\n\n\n<p>There will be people who look to you as someone who has been here a while to help them make sense of what they’re seeing. And what I find so exciting about this adoption, sort of, work in the WordPress project is that this is the time when we as practitioners of WordPress, no matter whether you are a designer or a developer or builder, business coach. This is the time when we get to guide others through the hardest parts of our learning processes. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:07</p>\n\n\n\n<p>The process of helping people to learn new technologies relies not only on your hard-won expertise but also on the belief that the future is worth fighting for. Enabling someone’s success is an investment in the future and investment for that person or for WordPress or your community. All investments are welcome here. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:28</p>\n\n\n\n<p>Fortunately, table stakes are just that you care. And speaking of future investments, the second focus is open source alternatives for site building necessities. So things like images, forms, stores, themes, etc. It literally just things you need to build a site. I would like to start by saying that I am completely aware of the fact that 99% of WordPress users will never care about open source freedoms and philosophies in the same way that WordPress maintainers and contributors care about open source freedoms and philosophies. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:04</p>\n\n\n\n<p>You could substitute the name of any other open source project right there, and the statement would still be true. And yet, I will always believe that people should have the rights and freedoms that open source brings to them even if they do not know they are there. And so it makes all the sense in the world to me that as a project and open source community, we should strive to make choosing Open Source as easy as possible. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:33</p>\n\n\n\n<p>And finally, open source stewardship is one of the focuses for this year. This one is obviously about supporting open source as a concept and maintaining WordPress as a project. But I also think that it is relevant to our current global circumstances. Open Source suddenly became very visible to the public eye last year following the Log4J vulnerability, and ever since then, I’ve been hearing consistent concern over how We make sure that WordPress is sustainable moving into the future. Fortunately, this is a topic that’s near and dear to my heart. And I have been delighted to see so many community members bringing that conversation to the forefront. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:14</p>\n\n\n\n<p>There is a lot that is done in the WordPress project to keep us from the tragedy of the commons. But that work honestly never ends. Not only does it not end, but as we get bigger, there is more and more that we can and should be doing to keep us around for the long term. And, of course, for the keen readers of my posts, there’s a bonus focus. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:39</p>\n\n\n\n<p>The bonus focus is, of course, that WordPress turns 20 years old next year. This year, we will also be seeing some preparatory work for that major milestone as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:56</p>\n\n\n\n<p>So that brings us today to our small list of big things. There is a redesign of the News Page coming. We’ve been talking about this over on make.wordpress.org/design for a bit since like June of last year or something. But it’s coming in the next few weeks. I’ll share a link to the GitHub repo in case anyone has any specific things that they see as they are reading through all of our many news stories that come out on that particular page. I think it’s beautiful, and I’m very excited to take a look at it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:30</p>\n\n\n\n<p>The second thing is that planning is underway for WordPress 6.0; that release that we’re doing in May. I’ll add the project page link to the show notes. I’ve had a few raised hands for that release squad. But if you’re interested in participating in the release, I encourage you to keep an eye out on make.wordpress.org/core for updates and any news about how to get involved. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:53</p>\n\n\n\n<p>And my third thing is actually that, in general, there are a lot of opportunities to contribute right now. There are discussions about projects, goals, and dreams happening all over the place. I’ll link in the show notes below the unofficial project “firehose” where you can see all the headlines and quickly find discussions that might be interesting to you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:18</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:\"12176\";s: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: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:39:\"The Month in WordPress – January 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:71:\"https://wordpress.org/news/2022/02/the-month-in-wordpress-january-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:\"Fri, 04 Feb 2022 19:41:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12180\";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:335:\"There are a few significant moments in the history of the WordPress project. January 2022 is one of them, with the release of WordPress 5.9! But that’s not all. Read on to learn more about the latest updates and achievements from the community. WordPress 5.9 Joséphine is here Meet WordPress 5.9 Joséphine. Named in honor […]\";s: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:\"Anjana Vasan\";s: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:12751:\"\n<p>There are a few significant moments in the history of the WordPress project. January 2022 is one of them, with the release of WordPress 5.9! But that’s not all. Read on to learn more about the latest updates and achievements from the community.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"wordpress-5-9-josephine-is-here\">WordPress 5.9 Joséphine is here</h2>\n\n\n\n<p class=\"has-text-align-center\"><img loading=\"lazy\" width=\"405\" height=\"274\" src=\"https://lh3.googleusercontent.com/Iq09sZdu0Npal6XWBF6Bbfqb8AWizWVPCUtCqxgU4T-1E3uWM1bmZ7cDEHA0RJlEaFTPN5jAAXwHfx-x52rIC2Gac55j96fhUSdFlHyEmFtooRM9_NmuLyRJ-_ujotnKAAYzBEBh\"></p>\n\n\n\n<p>Meet <a href=\"https://wordpress.org/news/2022/01/josephine/\">WordPress 5.9 Joséphine</a>. Named in honor of the acclaimed jazz singer, Joséphine Baker, this is one of the much-awaited releases. Version 5.9 brings full site editing to WordPress, among other exciting updates!<strong> </strong><a href=\"https://wordpress.org/download/\"><strong>Download WordPress 5.9</strong></a><strong> and try the new features! </strong><br><br>Check out the <a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">WordPress 5.9 Field Guide</a> to learn more. Lastly, everyone’s invited to participate in a retrospective of the <a href=\"https://make.wordpress.org/core/2022/01/27/wordpress-5-9-simone-retrospective/\">WordPress 5.9 Joséphine</a> release!</p>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Are you interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Also, don’t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.</p></blockquote>\n\n\n\n<h2 id=\"gutenberg-releases-versions-12-3-12-4-and-12-5-are-here\">Gutenberg releases: Versions 12.3, 12.4, and 12.5 are here</h2>\n\n\n\n<p>The Core Team launched three new versions of Gutenberg since last month’s edition of the Month in WordPress.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">Gutenberg 12.5</a> brings global styles variations and Query Loop block enhancements, along with the Code Editor view to the Side Editor. Moreover, inserting new buttons is now easier than ever!</li><li><a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">Gutenberg 12.4</a> was released on January 19, 2022. This version includes accessibility improvements, suggestions for assigning categories, keyboard shortcuts for the Site Editor, and more. </li><li><a href=\"https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/\">Gutenberg 12.3</a> was released on January 5, 2022. This release brings new blocks, like the Author Name, Comments Next Page, and Comments Previous Page blocks, and many other cool updates!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to Gutenberg on <a href=\"https://github.com/WordPress/gutenberg/\">GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. Follow the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">#gutenberg-new</a> tag for details on the latest updates.</p></blockquote>\n\n\n\n<h2 id=\"team-updates-proposals-announcements-and-more-for-2022\">Team updates: Proposals, announcements, and more for 2022</h2>\n\n\n\n<ul><li>Executive Director Josepha Haden<a href=\"https://make.wordpress.org/core/2022/01/27/proposal-2022-major-release-timing/\"> shared a proposal</a> on 2022 major release timing. </li><li>In the <a href=\"https://wordpress.org/news/2022/02/episode-24-three-goals-in-2022/\">latest episode of WP Briefing</a>, Josepha Haden Comphosy reviews the <a href=\"https://make.wordpress.org/updates/2022/01/21/our-three-big-ideas-for-2022/\">three major areas of focus</a> for the WordPress project in 2022. She also shared the <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">big-picture goals for 2022</a>.</li><li>The Core Team <a href=\"https://make.wordpress.org/core/2022/01/31/ensuring-proper-attribution-for-contributions-to-wordpress-on-github/\">made a proposal</a> regarding proper attributions for contributions to WordPress on GitHub. Although the proposal has since then been withdrawn, it’s still a discussion and comments are welcome.</li><li>Check out the <a href=\"https://make.wordpress.org/core/2022/01/26/preliminary-roadmap-for-6-0/\">preliminary roadmap</a> for WordPress 6.0 (Gutenberg Phase Two). </li><li>Core Team members <a href=\"https://make.wordpress.org/core/2022/01/26/proposed-improvements-to-the-core-editor-chat-agenda-and-format/\">proposed improvements</a> to the Core Editor chat agenda and format. </li><li>The Accessibility Team made some <a href=\"https://make.wordpress.org/accessibility/2022/01/22/accessibility-team-meeting-notes-january-21-2022/\">major goal proposals for WordPress 6.0</a>.</li><li>The Polyglots Team shared a proposal for a <a href=\"https://make.wordpress.org/polyglots/2022/02/01/proposal-milestone-template-for-polyglots-locale-teams/\">milestone template for polyglots locale teams</a>.</li><li>The <a href=\"https://make.wordpress.org/polyglots/2022/01/20/polyglots-monthly-newsletter-january-2022/\">January 2022 edition</a> of the Polyglots monthly newsletter is out!</li><li>The Community Team shared an <a href=\"https://make.wordpress.org/community/2022/02/03/open-invitation-diverse-speaker-training-group-wpdiversity-zoom-call/\">open invitation for the Diverse Speaker Training group</a> Zoom call.</li><li>Although the WordPress Photo Directory hasn’t fully launched yet, you can now <a href=\"https://wordpress.org/photos/submit/\">submit your images</a>. You can also contribute in other ways, as there’s <a href=\"https://make.wordpress.org/meta/2022/01/13/wordpress-photo-directory-call-for-volunteers/\">currently a call for volunteers</a>.</li><li>Openverse has now a redesigned user interface and includes support for audio files. Check out <a href=\"https://make.wordpress.org/openverse/2022/01/25/everything-you-need-to-know-about-openverse-and-the-wordpress-photo-directory/\">this post</a> to learn what’s new.</li><li>The Community Team will be hosting <a href=\"https://make.wordpress.org/community/2022/02/02/community-team-goals-2022-open-discussion-sessions/\">open discussion sessions</a> to collaborate on its goals for 2022. </li><li>The January 2022 edition of the <a href=\"https://make.wordpress.org/community/2022/01/14/meetup-organizer-newsletter-january-2022/\">Meetup Organizer Newsletter</a> was published.</li><li>The Community Team shared a <a href=\"https://make.wordpress.org/community/2022/01/10/proposal-mandatory-safety-measures-for-in-person-wordpress-events-in-2022/\">proposal for mandatory safety measures</a> for in-person WordPress events taking place this year.</li><li>The Training Team published its <a href=\"https://make.wordpress.org/training/2022/02/02/february-2022-team-sprint/\">February 2022 Team Sprint</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Take the course on Learn WordPress to </strong><a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\"><strong>learn about the full site editing features</strong></a><strong> in WordPress 5.9! Also, help spread the word about </strong><a href=\"https://learn.wordpress.org/social-learning/\"><strong>social learning spaces</strong></a><strong> on </strong><a href=\"https://twitter.com/WordPress/status/1487180438347128836\"><strong>Twitter</strong></a><strong>!</strong></p></blockquote>\n\n\n\n<h2 id=\"feedback-testing-requests-share-your-thoughts-on-wordpress-5-9-josephine\">Feedback/Testing requests: Share your thoughts on WordPress 5.9 Joséphine</h2>\n\n\n\n<ul><li>There’s currently a call for testing <a href=\"https://make.wordpress.org/mobile/2022/01/27/call-for-testing-wordpress-for-android-19-1/\">WordPress for Android 19.1</a> and <a href=\"https://make.wordpress.org/mobile/2022/01/24/call-for-testing-wordpress-for-ios-19-1/\">iOS 19.1</a>, along with <a href=\"https://make.wordpress.org/mobile/2022/01/10/call-for-testing-wordpress-for-android-19-0/\">Android 19.0</a> and iOS 19.0.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><a href=\"https://forms.gle/Hf7E2JJokfnNLprG7\"><strong>Share your feedback</strong></a><strong> on the release of WordPress 5.9 Joséphine.</strong></p></blockquote>\n\n\n\n<h2 id=\"wordcamp-europe-2022-wants-volunteers-photographers-and-media-partners\">WordCamp Europe 2022 wants volunteers, photographers and media partners</h2>\n\n\n\n<ul><li>WordCamp Birmingham, Alabama has been postponed until April or May.</li><li>The WordPress Foundation <a href=\"https://wordpressfoundation.org/news/2022/what-is-the-wordpress-foundation-and-why-does-it-exist/\">published a post</a> explaining more about the nonprofit’s mission and why it exists.</li><li>Don’t miss the following upcoming WordCamps: <ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ff.png\" alt=\"🇨🇿\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://prague.wordcamp.org/2022/\">WordCamp Prague</a>, Switzerland on February 26, 2022 (online)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://geneve.wordcamp.org/2022/\"> WordCamp Genève</a>, Switzerland on April 9, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://central.wordcamp.org/wordcamps/wordcamp-athens-attica-greece-2022/\">WordCamp Athens</a>, Greece between April 9 and 10, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria from April 23 to 24, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> in Porto, Portugal from June 2 to 4, 2022 (in person)</li><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://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, CA USA from September 9-11, 2022 (in person)</li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>WordCamp Europe 2022 opened a new call for </strong><a href=\"https://europe.wordcamp.org/2022/join-the-wceu-volunteers-team/\"><strong>volunteers</strong></a><strong>, </strong><a href=\"https://europe.wordcamp.org/2022/capture-wceu-on-camera/\"><strong>photographers</strong></a><strong>, and </strong><a href=\"https://europe.wordcamp.org/2022/join-us-as-a-media-partner/\"><strong>media partners</strong></a><strong>!</strong></p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to January 2022’s Month in WordPress: </em><a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a><em> </em><a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a><em> </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a><em> </em><a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a> <em><a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> and <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</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:\"12180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 01 Jun 2022 17:47:25 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 31 May 2022 17:51:53 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20210311161520\";}','no'),(141,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1654148845','no'),(142,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1654105645','no'),(143,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1654148846','no'); INSERT INTO `wp_options` VALUES (144,'_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:56:\"WPTavern: LottieFiles Releases Official WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/lottiefiles-releases-official-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3040:\"<p><a href=\"https://lottiefiles.com/\">LottieFiles</a>, a company that hosts thousands of Lottie animations and helps designers create and test their animations, has just released an <a href=\"https://wordpress.org/plugins/lottiefiles/\">official plugin for WordPress</a>. The company recently <a href=\"https://techcrunch.com/2022/05/03/lottiefiles-gets-37m-to-make-the-animation-format-even-more-ubiquitous/\">raised $37M</a> in a Series B round, passed three million users on its website, and is investing in making motion design more accessible. </p>\n\n\n\n<p>Lottie’s open source animation file format is used by more than 135,000 designers and developers in websites and apps for Amazon, Google, Spotify, Microsoft, TikTok, Netflix, BBC, Uber, and other high profile companies. The JSON-based format was created by the design team at Airbnb and grew in popularity because of the small file size (600% smaller compared to GIFs), the fact that it is scalable at run-time, and its flexibility to be used across any platform. Lottie files can be used on iOS, Android, web and React Native without modification. </p>\n\n\n\n<p>LottieFiles’ new WordPress plugin is available for free on WordPress.org. Once the plugin is installed and activated, it will prompt you to sign into your LottieFiles account or a create a free account. You will also be given the option to share the account with other users and copy Lottie files to the WordPress Media Library.</p>\n\n\n\n<img />\n\n\n\n<p>The plugin was made for the block editor. Inserting the LottieFiles block will launch a modal window where users can browse recent, featured, and popular Lottie animations. Users can also search through LottieFiles’ library of more than 50,000 animations or access private files from their accounts.</p>\n\n\n\n<p>One of the benefits of using the plugin, as opposed to simply embedding an animation, is that the block settings allow users to easily adjust the Lottie size and background, along with the speed, looping, and controls display.</p>\n\n\n\n<img />\n\n\n\n<p>Although block libraries like Kadence Blocks have <a href=\"https://wptavern.com/kadence-blocks-2-2-4-adds-lottie-animations-block\">support for Lottie animations</a>, LottieFiles’ official plugin is a single-block plugin and includes more block controls. It offers one of the most user friendly ways to insert animations into web pages, blog posts, or any content that could use a little a little motion design.</p>\n\n\n\n<p>The LottieFiles team has been responsive on the support forums and in the reviews so far. In one instance where a user <a href=\"https://wordpress.org/support/topic/a-number-of-issues-4/\">reported</a> that the plugin adds its CSS on every page in the front and backend, instead of conditionally adding it when Lotties are displayed, the plugin’s developers said they are working on minimizing the CSS added to pages. LottieFiles is accepting bug reports and feature requests on their <a href=\"https://feedback.lottiefiles.com/plugin-wordpress\">feedback site</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, 01 Jun 2022 02:44: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: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:49:\"WordPress.org blog: People of WordPress: Dee Teal\";s:7:\"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=12946\";s:7:\"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://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\";s: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:12388:\"<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<img width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&ssl=1\" alt=\"\" class=\"wp-image-12955\" />\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" />Dee and other volunteers setting up for a local WordCamp\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“WordPress and any other software package exist to serve people.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<img width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" />Some of the contributors to the <em>WordPress 5.6 release</em> \n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.”</p><cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<img width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" /><em>Dee shared her experience with attendees at WordCamp Europe 2019</em>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped ‘fuel the transitions’ through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<h2 id=\"share-the-stories\">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>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>) for work on this feature. Thank you to 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 support of the series. Thank you too to <a href=\"https://profiles.wordpress.org/thewebprincess/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br />Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i1.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\" /><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\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2022 17:51: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:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:70:\"Do The Woo Community: WooCommerce Builders Going to Pot with Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71728\";s:7:\"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/woocommerce-builders-opportunties-cbd-hemp-cannabis/\";s: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:425:\"<p>Tyler Lau has his finger on the pulse of CBD and cannabis industry. There is a lot growth and opporutunitest\'s an opportunities.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-builders-opportunties-cbd-hemp-cannabis/\">WooCommerce Builders Going to Pot with Tyler Lau</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, 31 May 2022 09:34: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: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:68:\"Post Status: Post Status Excerpt (No. 60) — A Preview of WCEU 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98520\";s:7:\"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:46:\"https://poststatus.com/a-preview-of-wceu-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"Sabrina Zeidan and Evangelia Pappa preview the upcoming WordCamp Europe 2022. This is the perfect travel episode for anyone en route to WCEU.\";s: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 May 2022 22:30:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WordPress.org blog: WP Briefing: Episode 32: An Open Source Reading List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12940\";s:7:\"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/2022/05/episode-32-an-open-source-reading-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11951:\"<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br /></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 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&keywords=Humble+Inquiry&qid=1653587884&s=books&sprefix=humble+inquiry%2Cstripbooks%2C63&sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></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 some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I’m your host 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>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I’ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there’s also like a chunk that’s about cross-cultural group theory and economics, and then like some beach reads, but there’s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that’s a group that’s sort of like a back-to-FOSS basics list. So I’ll share my top few with you in case you want to pack a copy for your next getaway. </p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y’all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone’s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven’t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress’s basic philosophies. It’s all available online, under a creative commons, ShareAlike license. And so it’s worth the read. I’ll put a link to it in the show notes so it’s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that’s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it’s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn’t necessarily mean that you will have a similar experience. And so I’m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you’re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who’ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it’s often hard to understand it if you don’t have those practical applications. And so that is why this one is on my read and reread list this year. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I’m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I’m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year. </p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we’ve come sometimes. I talk about our work frequently. And I talk about what we’re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we’re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it’s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let’s see what we got in the old lineup today. </p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it’s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I’ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter. </p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I’ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn’t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it’s an item cause it’s in this list, but it’s less of, like, a thing to know and more of a general thing to be aware of. It’s a general awareness item. There’s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who’s looking at this all day every day that, yeah, it’s a lot. And it’s hard to get your bearings. So if you have a team that you contribute to already, don’t forget to reach out to each other, just to check-in. Sometimes we don’t think to ask for help. Sometimes we don’t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone’s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2022 17: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:\"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: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:88:\"Gutenberg Times: Gutenberg Changelog #67 Gutenberg 13.2 and 13.3, WordPress 6.0 and 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=21224\";s:7:\"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://gutenbergtimes.com/podcast/gutenberg-changelog-67-wordpress-6-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58930:\"<p>Birgit Pauli-Haack and special guest, Grzegorz Ziolkowski talk about WordPress 6.0 release, Gutenberg 13.2 and 13.3 and interesting discussions happening on the Gutenberg Repo</p>\n\n\n\n<ul><li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li></ul>\n\n\n\n<span id=\"more-21224\"></span>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-67-wordpress-6-0#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-67-wordpress-6-0/#transcript\">Transcript</a></p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2>WordPress 6.0 </h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/05/arturo/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\">WordPress 6.0 </a>“Arturo” Release post</li><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guilde</a> with all DevNotes and changes</li><li>Video: <a href=\"https://youtu.be/oe452WcY7fA\">Release announcement </a></li><li><a href=\"https://www.youtube.com/watch?v=MjDhfW7FpAc&t=3s\">Building a site with WordPress 5.0 vs WordPress 6.0 </a>w/ Anne McCarthy</li><li><a href=\"https://wptavern.com/new-video-explores-site-building-progress-from-wordpress-5-0-to-6-0\">New Video Explores Site Building Progress From WordPress 5.0 to 6.0</a></li><li><a href=\"https://pantheon.io/blog/what-expect-wordpress-6\">What to expect from WordPress 6.0</a> by Birgit Pauli-Haack via Pantheon</li></ul>\n\n\n\n<h2>Community Contributions</h2>\n\n\n\n<ul><li>Plugin: <a href=\"https://wordpress.org/plugins/core-rollback/\">Core Roll back</a> by Andy Fragen</li><li>Plugin: <a href=\"https://wordpress.org/plugins/pwa/\">PWA </a>(Progressive Web App)</li></ul>\n\n\n\n<h2>What’s Released</h2>\n\n\n\n<h3>Gutenberg 13.2 </h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">What’s new in Gutenberg 13.2? (May 11)</a></li><li><a href=\"https://wptavern.com/gutenberg-13-2-adds-persistent-user-preferences-and-a-visualizer-for-margin-and-padding-controls\">Gutenberg 13.2 Adds Persistent User Preferences and a Visualizer for Margin and Padding Controls</a> (WPTavern)</li></ul>\n\n\n\n<h3>Gutenberg 13.3 </h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">What’s New in Gutenberg 13.3.0 ( May 25 )</a></li><li><a href=\"https://wptavern.com/gutenberg-13-3-introduces-experimental-table-of-contents-block\">Gutenberg 13.3 Introduces Experimental Table of Contents Block</a> (WPTavern)</li></ul>\n\n\n\n<h2>What’s being worked on or discussed</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/labels/%5BFocus%5D%20Blocks%20Adoption\">Focus: Blocks Adoption</a> (Label on GitHub)</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/37943\">Allow usage of block based “template parts” without using block based “templates”</a> (#37943)</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/41241\">Site Editor & Templates Roadmap</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/41232\">Global Styles Ongoing Roadmap</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/38167#issuecomment-1132442560\">Tracking: Add a Style Engine to manage rendering block styles</a> (Updated May 20th, 2022) </li><li><a href=\"https://github.com/WordPress/gutenberg/issues/39281#issuecomment-1134481258\">Pattern as Sectioning Elements</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/41156\">Add a zoomed out view to the site editor</a> (#41156)</li><li><a href=\"https://github.com/WordPress/gutenberg/discussions/41349\">Improving FSE for the Agency Use Case</a> #41349</li></ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-container-1 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul><li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/maryojob\">@maryojob </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li><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><li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li></ul>\n</div></div>\n\n\n\n<p class=\"has-larger-font-size\" id=\"transcript\">Transcript</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 67th episode of the Gutenberg Fran Podcast. In today’s episode, we will talk about Gutenberg 13.2 and free WordPress 6.0 and discussions that are taking place and would need your opinion. I’m Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate.</p>\n\n\n\n<p>And I’m here today with my special guest and former co-host Grzegorz Ziolkowski, JavaScript developer at Automattic and virtual school contributor. For WordPress 6.0 release co-lead for editor responsible for the merge of the Gutenberg bits and bites into core. Mary Job sends her regards and is taking a break this week. Good evening, Greg. Thank you so much for joining me again tonight. How are you?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I’m great. I’m so happy that the release went out. Everything works, the work didn’t collapse, so that’s great. Also, want to thank you also for being part of the release team and also, I need to mention that I was also a co-lead for the editor with Adam Hevinski, his help was so important to making that happen, because that was a lot of work to bring all the changes from the editor to WordPress core and making sure that everything works.</p>\n\n\n\n<p>The group that helped was so huge. There was, I don’t know, 20 people, at least helping all the time with different type of tasks, which was an amazing experience to see how everyone cooperates.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And also the release team was much bigger. You and the documentation team also having a core lead like Milana, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh yeah. So it’s really interesting to be part of the team and see how it works. Also, the team was bigger than ever, as far as I know, and I think that it still could be bigger. In my opinion. We have so many tasks that are necessary to make all that happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I was on the release course now as a rookie and of course I needed co-leads because as a rookie, you don’t know what to get yourself into. But there are so many pieces that go into this release and it all has been a mystery and most still are mystery to me. Yeah. But I learned a lot. I learned a lot from all of the people on the release squad. But it’s also the more I know, the more I know what I don’t know.</p>\n\n\n\n<p>And so it’s kind of that really overwhelming feeling that, okay, I have watched so many times, but I still had no idea what is really behind it in all the different pieces that are there. So, and as you said, I’m in awe of all the brilliant people that make these run smoothly and are always there to help each other out. It’s an amazing experience.</p>\n\n\n\n<p>Yeah, absolutely. I’m glad I did it. It was a lot of work and, but wrangling dev notes, it’s a unique experience anyway. But yeah, congratulations that you helped bring it over the finish line. </p>\n\n\n\n<h3><strong>Announcements</strong></h3>\n\n\n\n<p>So yes, WordPress 6.0, Arturo was released this week named after the contemporary Latino jazz musician, Arturo O’Farrill with a good Irish name. And there are many features and enhancements that are rolled out with a new version. We talk probably about all of them during the months, leading up to the release on this podcast, we will share again, of course, the release post, and then the field guide with the dev notes. And we will also share two videos with you. One is the release video by the design team. If you haven’t seen it yet on the about page or in the release post, watch it.</p>\n\n\n\n<p>It’s a great design and cutting from screen to screen, to highlight all the features that are in there. It’s a great piece of art, so definitely watch it. And then the second video is by Anne McCarthy and she covered the site building process between WordPress 5.0 and WordPress 6.0. 5.0 was released just to repeat that December 6th, 2018. So it’s three and a half years ago. And in that video, you’ll see how it changed from the early versions to how you build sites now. It’s a great, interesting video to watch. If you haven’t tried out the block editor yet, if you’re one who hasn’t started using it yet, I think you will be surprised, or it’s eye opening to see how it really changed and maybe it intrigues you to start using it again.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It’s a huge change. How it all has evolved from starting small to edit only the content that’s post and pages. And throughout all that time, how data change itself, by bringing more tools that are supported and allow you to do more and more things with the content to add some styling and create beautiful designs without using a single line of code. And now even you can create the whole experience. And there’s many block themes that empower users to edit everything without ever opening and edit or code the detail where you need to deal with PHP files, CSS, and all that big stuff that are becoming more and more complex every year.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think the biggest piece that helps a user to one part be in control, but on the other hand, not have to think about too much about design or the block patterns. And I think they have come really a long way from the first idea of a reusable block that people used this kind of templates or block patterns, but then they were changing it and then they changed it over the whole page site. But now combining just core blocks into this amazing designs and design system, it’s really remarkable. Yeah.</p>\n\n\n\n<p>So that’s definitely part of that show notes today is that video. And we also shared the article that the WP Tavern posted about that. And then just today I found that Pantheon published an article by yours truly like what to expect from WordPress 6.0. And it goes a little bit more on the developer side. And apart from the enhancements, talk about the enhancements for the writing experience. It’s more about develop oriented, how to code, with code examples for the new pattern features on pulling in patterns from the directory wire theme, JSON Slug, or also create page layouts on the create page action, and then some block locking examples, and also how to establish those style variations in the theme, JSON. So it’s a little bit different than the release post on WordPress.org. So, Greg, what are the most intriguing features that you found for WordPress 6.0?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So you already mentioned them, from the coding perspective, you covered how to integrate them on, on the owners of the site. And I think for the user, very exciting possibility is to use style variation when they are provided with theme because everyone have different taste and style variation allow you to quickly change colors, fonts have presets that you can quickly pick one and another, and another until it’s something that clicks with you and you don’t have to go and change every setting on the website yourself is just, you have bigger chance to… The other thing block locking. I think it’s great and it has a lot of value, but it’s still missing much more detailed control because everyone can lock and unlock now, which is nice, but you can change that.</p>\n\n\n\n<p>Yeah. But the idea is that in the future, you could have permission-based rules. So, as a site admin, you could just block everything you want for everyone else or whatever else you would like. So this still needs some development, but it’s the step in the right direction. And also all the work on patterns that how it evolves. You mentioned that how it was limiting and the beginning, and it was introducing with classic themes in WordPress 5.5. And it didn’t have so much power because for the content of the post, you don’t use design so often, but with templates, it’s just so powerful having a way to insert a footer, a header. And now this is even integrated more contextual. If you use this in line inserter and you are on the bottom of the page, it’ll propose you some footer patterns in other places, it will propose other patterns.</p>\n\n\n\n<p>So it tries to be smart and help you to do the right choice. So it’s no longer, only core blocks in those inline researcher, but also patterns. And yeah, in general, I really like how all the concepts that we already know, they build on top of each other that you mentioned reusable block. So you can now do sort of magic things. You find the block pattern you like, you convert that to reusable block and suddenly you have something you like, and it syncs with all other places the same applies with template parts.</p>\n\n\n\n<p>You can pick from the block directory pattern of footer and just magically it’s there and synced suddenly with all other places. So I’m looking forward to seeing more and more things like that, so people no longer have to worry that they open a new template or new post and they see blank canvas and they don’t know what to do. Now they open an inserter. There is so much inspiration in there and that you… it’s just a different experience. It’s so much easier to create the same website that you see on the themes demo side than it was before.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, well said, Greg. That said, I also like the writing experience. So the favorite feature that I have, it’s not a big deal, but it’s actually helping, when you are doing a lot of in-line linking you have the two square brackets, and then you get a list of all the latest posts or pages that you’ve had. And then you can do in in-line linking for your site. And before you had to kind of look for that and search for it, and what’s the name of it? And you had to go out and then you had this. Yeah, so this is really nice. And I liked all those keyboard shortcuts that make it, I don’t have to change from keyboard to mouse and have a very smooth experience yeah. So 6.0 is out.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It’s definitely for experienced users because there are lot more gems like that. Once you discover you never want to go back and you use all the methods. But it takes time, but…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then the same, what trips me up. So the WordPress had this for a long time that when you have a highlighted text, and if you have a see a link on the browser and you copy the link and you highlight text, and then you can just Ctrl V you can actually, it uses the URL as a link on that highlighted text. That trips me up everywhere else.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Especially, so I know that GitHub took it over. Yeah, now when you want to highlight, or have a link there, you highlight the text on that. You have to URL Ctrl V works. Yeah. That’s really cool. And I use a user note taking app called LogSync. They have taken that on too, but the Google docs, every link I put in Google logs, I have to do twice because it just over click. I can’t do it anymore. It’s just so interesting. Yeah. </p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Another experience.</p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Google docs get on it. We need that there too. Yeah. So another experience that I had during the WordPress 6.0 release cycle, during the beta and release candidates, I used a great plugin that I want to do a shout out for. And it’s called the Core Rollback Plugin. And it was created by Andy Fragen, who is a long time contributor to WordPress and also part of the beta tester plugin crew. And it allows me to select all the WordPress versions back to 4.0 and install it on a test site. So I was able to test the upgrade from 4.0.23, to 6.0, and does it work or does it bomb?</p>\n\n\n\n<p>And then at first I was a bit disappointed because when I started it, I had a block theme enabled. And of course, then I can only have a WordPress version that actually can handle block theme. So I was only rolling back to 5.9, which didn’t help me much, but then I realized that, okay, I needed to change the theme. So I changed it to Twenty Ten theme. And then the other part was, how do I get to 4.0? I also needed to change the PHP version to 5.6 and I lose local WP. So that was really interesting. And then it took me maybe a minute or two to install the old version and then upgrade was WCLI to the next version. And that was so fast to test. And then I just went into the site again and did a comment or something like that, just to make sure it works. But that is really, it was very helpful.</p>\n\n\n\n<p>So I’m sad that I didn’t know about it before, because sometimes when you had a WordPress install and the new version came out and you were way on the cutting edge, you had a plugin conflict or something like that. And then how do you roll it back to the previous version? And this plugin will save you so much time and headaches. So just make it sure that’s in your toolbox when you manage other people’s websites, because it can really help you with that, go back to the safe version within five minutes or so. And wait, the next two weeks till the next version comes out from workers. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It’s also fascinating that warper still supports some old version that to get it working, you need to use PHP version that is no longer even developed like 5.6. But still, if people have that, they can use WordPress, which is mind blowing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It totally is. And I think Serge is watching that percentage of users that still use PHP 5.0 very closely, because I think it’s going to be real soon that WordPress is going to skip it and say, “okay, yeah, from now on, we are not supporting 5.6 anymore. You got to have to be on 7.4” or something like that, but it’s that promise of backwards compatibility and not kicking users out just because they don’t know they are hosting environment that still uses these old PHP variations. </p>\n\n\n\n<h3><strong>What’s Released</strong></h3>\n\n\n\n<p>All right, but this were two interesting weeks. So we had not only WordPress 6.0 come out, but in the last two weeks, we also had two plugin releases. One was 3.2 and the other one was 3.3 and we will cover them both today. So let’s get started. So Gutenberg 3.2 was released on May 11th and it had a few new features in there.</p>\n\n\n\n<p>One was the new preference, persistence API, and we are also happy that it’s there. Now. It saves now the editor preference in user meta, not in local storage anymore for that the preference handling needed to be revamped before. So we talked about it a little bit in the last episode, but now it’s here in Gutenberg 13.2. So you won’t see the welcome guide. You dismiss the welcome guide and it will remember on the site. If you prefer the top toolbar, it will remember. And if you don’t like the full screen anymore, it will remember, but only on a site basis. So you can access the same site over and over again. And the user settings will be there for you.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It might be also per editor screen. I mean, if you are on the edit site page might be different and on edit post page or widget page could be different. I don’t know, because I didn’t play with that, but I would expect that to happen this way, because in the past, those changes were independent, but it’s a huge change. We waited for so long to make it happen. It wasn’t a trivial task, but we finally have that. And it’s a huge improvement for all users.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely for new users and long time users. Yes. I probably will miss the welcome guide popping up once in a while…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And you can always enable it. There is a setting.</p>\n\n\n\n<h3><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So in that version also received a visualizer for the panning and margin of all blocks. So when you use the dimension settings of your block, blue outline appears on the screen around the block and expands and contracts, depending on the width of your padding and your margins. And that is really helpful for people that don’t know what padding and margins are, but they know they want the distance and they want the distance inside or outside. Yes.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The other change was for the comment query loop. So there is a new block, which is post comments form. And the idea was to reach the alt experience. When on the post page you would have comments section, which usually is a list of comments and there is also the form. So the form was missing. And now inside the editor, you have something that isn’t interactive, but just presents a preview of what you will see on the front end. So it’s on the front end, of course, there will be interactive form that you can use to comment on the website, which is a great change. And that brings the feature priority with the old approach that we had in WordPress 5.9 with the post comments block that is now hidden from the insert it’s still there.</p>\n\n\n\n<p>But the idea is just to combine those blocks together in the future. So depending on what you use, what the team prefers, whether the new version of the comments log which allows you to move all the pieces around the rapid with group blocks, with all the blocks you can imagine within its template. And the old one is still based on PHP functions that all team authors know from the past, you can provide your own template with template PHP file. There is a lot of hooks, all the things. So I’m looking forward to see that combined to have a full experience for all the use cases we have for the classic blocks and for the new blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, it’s wonderful. And I, there were about 10 new blocks coming to 6.0, with a common section. And this one, unfortunately it didn’t make it, but it’s coming then in 6.1.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: No we made it, it was so important to bring the same experience that we added that, that was still during beta phase because, the release happens, but that change was already one or two weeks ago so that there was still time to include that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, okay. Excellent. So there’s a full common suite. Suite of blocks for, for the common settings for themes and templates.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It also came from user testing during beta phase that people were complaining that they cannot replicate, their old designs without this block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So makes sense to backboard it to 6.0 yes. So we talked about the next version of the quote block and the next version of the list blocks are in experimental stage and you have to switch them on through the experience menu item on the Gutenberg plugin. And now with this release, the quote block version one now has the feature that you can exit the block just by hitting enter we know this from other blocks that works here with the list you have to hit enter twice, out of the block and then a paragraph block and the code block has now too, before you actually had to physically get out of the block by using the mouse or hitting tab or something like that. Yeah. So that’s really good. So explain to me, Greg, I’m glad you’re here. Explain to me, so I’m at the block API section where now it’s allowing the custom domain path for the view scripts, assuming that’s through register that’s for blocks and that you can have a different path than before.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So that’s coming, if you ever build the theme or plugin, there is this domain pet metadata field that you can provide. It’s just when you are using translations, there is a default folder for that inside every WordPress, but as an author of the theme, you can generate all the translations yourself and put it in every folder you want. So because plugin, authors and team authors use that, we added a change that allows to provide the same type of functionality when you are registering view script, it’s mostly for plugin and team authors. And when they, if they want to have some special JavaScript code that is for many blocks, they add additional functionality, then it’s going to be useful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. So I know there was something important, but I couldn’t explain it. Thank you. What’s also in 13.2, is that the style engine now added typography and color to the back end for the editor so you can, can add it to the block styles and is it for the blocks, Jason, right?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. As far as I know the study in gen, at least at this stage of development, it’s mostly about extracting existing code to something that in the future could evolve into something more sophisticated. So it’s more on the refactor side for now, but it’s a preparation for bigger things that we have planned for the future with having unified of way of the handing styles for blocks on the PHP and JavaScript side to ensure that it’s the same on both sides and in the future, we can do interesting things, we will cover that probably with the next release, it might be going in the next release. So one of the changes that recently landed in the Gutenburg is that because of the style in gen, you can only serve CSS styles for blocks that are actually displayed on the page, which is mind blowing that you can can think about all the savings you have because of that, because you exactly know, not only the blocks you used, but also what type of styles were enabled for those blocks.</p>\n\n\n\n<p>And I think that’s the biggest win for this whole refactoring.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There’s a whole discussion about, is of one of the implementation about standardizing, how themes interact with the styling of the blocks and as well as plugins. And I think that’s also necessary to standardize that in terms of when, when plugins want to introduce new blocks, they need to be able to use the variables that are introduced with the theme JSON file to just seamlessly integrate with, with an existing theme. Yeah. So what’s, I’m really sad to see that go. But what was removed was the experimental PWA support for the WP admin, which pretty much was playing around with the idea that you might get an offline and still would be able to write your post and manage your site. There was an experiment by Ella Van Durpe I think. And I think it was a good experiment, but it wasn’t pursued any further because of course, had other priorities.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: But there is PWA plugin from Google and you can also check it out and it has a lot of similar functionality but for the front end, which is also a nice thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah. And I will dig that up and show it in the show notes link in the show notes, the Google PWA plugin.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. And one interesting, I think from the release and being on the team, so together with Adam Janinski, we work on several improvements to the workflow of bringing code from the Google plugin to WordPress core. And we are using NPM packages as a way to share code from Gutenberg and use that directing core. And we introduce a change in workflow that is automated with GitHub actions. So if someone is using GitHub and actions that they know how powerful those tools are. And now we are tagging for the WordPress major release those packages and we can easily update all of them, by using only the distribution tax, little change in the code, but it simplifies so much things inside WordPress core and how the code is shared between those two code bases, which is quite interesting. Someone wants digging into strategies for managing deep projects. I recommend that reference.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. you should write about those little tools or little ideas that make such a difference on the release of WordPress, because I can see.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That other people can really benefit from that. But I think it takes a little bit more strategic approach than just a PR that it has been in the release. Yeah. And the Gutenberg release. So that would be really great.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it’s interesting because usually the code you need to write is the easiest part because all the tools are so advanced these days, Github has APIs tools for that. And so it’s not an issue to code something. The issue is to come up with all the steps, what needs to happen after what, so it works together. So we definitely will be updating documentation for the release team for future releases, how we use the tools we improved and yeah, also for NPM packages, that’s also something I plan to write to describe how the process has changed with this release and to benefit everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. So I found with the release that quite a few things have been done by the same people over and over again. Yeah. So the documentation is kind of the shortcuts for them, but if a new person would step in, then it kind of needs a little bit more flesh and strategy kind of yeah. High level information in there. Yeah. So what’s again, is there anything else in Gutenberg 13.2, we wanted to talk about? I guess that’s it for 13.2 and we are going right into Gutenberg release 13.3, that was released yesterday. Ryan Welcher wrangled the release over the finish line and posted the release notes. There are comments from 55 contributors among them with their first time contribution. Yay.</p>\n\n\n\n<p>That’s really good. I was really amazed at the 6.0, sorry. Just digress again. Those WordPress 6.0 release was interesting that there were also 25% of the 500 plus contributors when new contributors, they had never done this before. So it was very interesting. It wasn’t, as I think previous releases 5.8 and nine were a little bit higher, but still, that’s a very high number of new contributors and…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, the number of contributors is really interesting thing we know for Gutenberg about people who contributed with scope. It’s now over 900 people and, it’s only code and there’s so many more people that help with testing with finding issues, trying to, provide designs, documentation. That’s a lot. And for core, we don’t know the exact number for all releases because we have core commuters. So which is a smaller group, like 60 or 70 people only. But I would love to do to get the exact number of people who ever got props for WordPress core, that would be a huge number.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, must have been in the tens of thousands of people there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and you said it right. It’s not only those people that commit code, but it’s also those who, who argue about the best features, how to approach it. Yeah. and comment on things or review PRs or patches. So yeah. It must be a huge number and it’s still a huge number if you also consider the people that write documentation, the people that organized meetups, the people, they alone, 780 meetups in the world. Of course, the last two years, they were a little bit crippled because of the pandemic situation, but they will come up again and organizing months over months of meet up Wordcamp meet up, Wordcamp organizers that it’s just really amazing, people that test things. There are 20 different themes on make.wordpress.org that people could join and see what they can do.</p>\n\n\n\n<p>So if you want to do something, just a little pitch here, it’s the end user documentation team still needs writers. They triage a lot of things and all in GitHub now where you can look for the first night issues, good first issues that you could start writing and help beef up the documentation. And if you are interested in doing just that, feel free to write to me or ping me on slack or on Twitter. And I’ll have you get onboarded on that. </p>\n\n\n\n<h3><strong>Gutenberg 13.3</strong></h3>\n\n\n\n<p>Well, let’s dive into 13.3 release. So the first thing is you can now transform a cover block into a media text block and keep most of the design too. And that’s fantastic. Because sometimes you want to do that and you couldn’t. So you had to delete the cover block and start all over again.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It’s really intriguing how far you can go with transform these days and also how block adjust, because now it’s not only content, but also a lot of styles and those styles are also, taken from one place from version to another, which is quite a complex thing to do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I tested it in WordPress 6.0 there is this feature where you can transform from a paragraph into a quote block or a list block. And it also keeps background color and text color. And it is really amazing. Yeah. And this transformation from cover to media text did not make it, but it’s now in the Gutenberg plugin,</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I’m a little bit surprised to see that, but also it’s a great news that table of contents block is back in the Gutenberg plugin. I mean, it was disabled at some point because it’s hard to sell. I mean, it wasn’t ready for pride time for some reasons, but now it’s back and it’s still experimental. So that means it still needs some testing, but it’s really nice, especially for posts where you have a lot of headings because it automatically generates tables of contents, how the name says. And because of that, you will have a nice overview of what’s inside the post. And it’s also super handy to be able to go to the section when the post is very long. So that should have a lot of usage on some websites.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it automatically detects your headings and creates if they’re not already in there anchor links for them. That’s how it works. So you could also use the same anchor links if you want to link from outside of the post, into the post to a certain section. So that’s definitely a nice side effect for that. And it also does it, if you have on page breaks, it detects the heading over all the pages. And it also can jump from two headings that are on subsequent pages for that post. So it’s quite sophisticated in the feature set. One feature set that I’m actually missing is that it automatically creates the table of content as a numbered list. And I have never used a number table of content on a website. So it was always in a bullet list, but I cannot change it back into a bullet list.</p>\n\n\n\n<p>What you have to do is to kind of create a static block out of that. And then it does a bullet list. But it does not update anymore when you add a heading. So then you have to delete it and start all over again. So that’s a little bit cumbersome, but I think I will file a feature request for that to have it as a real feature I advocated for it, but it didn’t make it in the first version. So what’s also interesting actually in this release is that the post terms, you can now add dynamic variations for custom taxonomies. So when you have the post term block, it kind of also lists every taxonomies that are registered with your site. And then the other part, what I really like is that query loop block now has a parents filter.</p>\n\n\n\n<p>So when you’re working with, with a page, you can now use the parent filter to display content from the children of a particular parent page, which eliminates the need for a plugin again. Yeah. I think I need to count all the plugins that I have that I won’t use anymore because work has it built in, and the place on a list of the sub pages, or you can, even if you have featured images with it, you can even make some nice cards with that on the parent page and show up the next subsequent pages. At the agency. We had quite a few requests for that because some people couldn’t rock the post kind of post page thing and they always want the pages that’s so static. They never change, but you want them a different path of discovery and not just through the navigation menu, but also through imagery on the page where it can say, “okay, now you go here, then here and here and here,” it’s really interesting.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. It’s also, the way query loop evolves and how many new features gets with every plugin. It’s really interesting to follow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So let me ask you this, are teams working, or is a team working on the idea that you have a developer ahead who wants to kind of modify the query a little bit more granular than just what you offer through the interface, kind of handled SQL statements or something like that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So to also support SQL, I don’t think that it’s on the roadmap mostly because it’s way too complex and you still can go and code yourself something very custom if you want to right? So it wouldn’t be that hard to replicate, maybe let me put it this way, replace the server implementation of the query loop, the wrapping block and provide your custom query from that. That’ll be much easier in my opinion than allowing users to start filling with as well and all the square injection, vulnerabilities and stuff like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I hear you. It’s a small thing, but in the new version, you now have tool tips on the split border radios control. So when you’re in the sidebar work on the border radios, you actually get tool tips where you are actually working on it. Is it the top part of the border or is it the left or the right part or the bottom part? And that’s really some quality interface and you can actually have a radio separate. And I didn’t know that, it’s kind of here now. You can have a radius control just for the left border. Yeah. It’s a little round, but the other three, they don’t have a radius at all. And it makes for nice, interesting forms. Now you can do this with Gutenberg in there.</p>\n\n\n\n<p>And I also like the color controls are now merged with a dropdown component that is a little bit more helpful. It shows when you change the background color to a gradient, it now also shows you in the sidebar when you just open it, what is the current color? And it also shows the gradient instead of just the breakdown color. And you surprised that’s not the background color that I had. It’s a gradient. And now you see it all. But the color panel has gotten quite complicated as well. With the same with you click on it and then it comes out and then you have two tabs on there, one the solid color, then the gradient color. And then in the gradient, you can then change the radius and it’s gotten quite complicated. And I can see that certain things take a little longer or need to be tested first with one block before it’s rolled out to the other blocks yeah. But that makes also for sometimes it’s not consistent over all the blocks.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. But it also makes a lot of sense to combine all those related tools into one. So the sidebar is not so overwhelming for users. So before we had many colors, if you would open that, a year ago, that would be all those things that you see now in this tool table dropdown, they were inside the sidebar, it’s just the necessary step to organize all that better.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I like that curation of settings, then there is for each section heading for the color there’s on the right end side, sometimes a little too subtle, the three dot menu where you can also switch on and off some features. Yeah. By default, you only see the color for the text for the background, but when you click on the three dot menu, you also see that you could actually manage the link color, but it’s not offered for every block, but you can switch it on if you need it, for instance, for a quote block or for a list block. But sometimes you need to kind of really go beyond the obvious and click on that three dot menu to find additional features that you knew were there before, but now are a little bit hidden. Yeah, that is…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes, but if you are a new WordPress user, I’m curious how it works, because it might take some time for people to discover that the three dots actually allows you to enable more controls or remove the controls that are there, but they don’t like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So the same…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Feeling of similar changes, there is one, I would say big change because the block list, the thing you see on the sidebar, but the other side, the one we were talking was on the right side. But on the left side, you can see all the list of all the blocks that are on a given page or template. And that’s very important for the editing experience, especially for templates where there’s a lot of nesting involved. And now there is an option in your settings to show openly view as default. So before you have to click a button to open that list, but you can just dock it and it’ll be there all the time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I really like that, especially. Yeah, you’re right. The list view is such an integral part working with templates with all the nested blocks. Yeah. So having that open all the time really cuts down on the load time of the editor and your work workflow when you work quite a few templates or even in, on a normal post. Yeah. But I don’t think that setting is available for the post editor. I think it’s only for the site editor.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I don’t know about that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It’s only for the site editor it’s post editor. Well, has that too always open list view. Yeah. So I looked at the preference tables that were in the screenshots. It’s for both the post editor and for the site editor. Yeah. A lot of people ask me about that when I demoed some of the new features. So what else do we have?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There’s there is still no official post with all the change lock files. So we are using something that was prepared earlier. And so we might need to jump a little bit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> To find other items that we have highlighted today. And one of the change is for the heading block. And now we have font family support there. So it was available in other places now it’s been enabled there for future party.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And a lot of people have been waiting for that our user can now change the font family for the heading block and not just the theme developer. And there’s also a enhancement for the gallery block, but especially for converting a classic block gallery into a gallery block to also include the image caption up until now it didn’t come over with it. So that’s definitely a plus for those who converting galleries to gallery blocks. Yeah. And the other two things that are highlighted here are actually part of the table of contents block. And we already talked about that. So I think we are through with that. Was there anything in the three 13.3 that you wanted to point out</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There is a lot of items as you rule in the change logs from two releases. And also we discussed work 6.0. So I think we covered a lot today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But we didn’t cover all and we never cover all. So dear listeners, definitely check out the change log that will be on the make.Wordpress.org blog when it comes out as a what’s new in Gutenberg 13.3. Yeah. </p>\n\n\n\n<h3><strong>What’s Discussed and in the Works</strong></h3>\n\n\n\n<p>And we are at the section, what’s discussed and what’s in the works that hasn’t been released yet? But it’s definitely top of mind and or discussed quite a bit. So there were some discussions on what keeps theme developers or agency developers who build themes for on taking, for instance, block themes or other features of the site editor.</p>\n\n\n\n<p>So those issues come up quite a bit, not quite a bit, but once in a while, and to have some ideas on what would be good for an agency. So one of them was that made it into WordPress 6.0 was for instance, that themes could register blocks. And I think Grzegorz, you were quite instrumental in that to get it fixed or get it implemented that although the recommendation says that blocks are the territory of plugins. But we heard from agencies that we are building custom themes just for that one site implementation that had additional cost also to deploy a theme as well as blocks in plugins to make it available for them. So that was one of the discussions that came out of…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, also the use case was that sometimes themes require some very custom design and this is a way for them to bundle a block that just is targeting that specific theme. And it wouldn’t make sense in all, all other places. And, but yeah, it’s not the recommendation blocks belong to plugins.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, but just because it’s technically possible, doesn’t have to be, you have to use it, but it’s available for those who really, really need it. Now, before they had each agency or each freelancer who needed it, came up with their own hacks to make that. And now it’s just the standard way of using register block type on the theme PHP theme.</p>\n\n\n\n<p>So to alleviate some of the adoption hurdles or blockers for adoption there’s now a new label on the Gutenberg rebuild called focus blocks adoption. And it’s used on the Gutenberg repo to identify those specific issues that if they would be solved, they could remove the blockers from adopting blocks or block themes. And I think it’s an interesting concept now to highlight those one of them is one issue. He got that label is by Fabien who has issues C7943 titled allow the usage of block based template parts without using block based templates. And that’s an interesting idea for classic themes that want to gradually adopt what’s possible now with the site editor also for their themes and how to implement that.</p>\n\n\n\n<p>And part of it is already Grzegorz told me, and Ari has it in the issue is already available since 5.9. But what this particular issue is talking about that it also activate the site editor to edit those template parts without editing any other templates or sections.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So idea was that if you have a classic theme, you can also provide a template part HTML file that will contain this template particular template part, and that worked, but you wouldn’t be able to edit that. But the proposal is to open the UI for the same, that is inside in block themes for classic themes, which is an interesting way might be a challenge. But the more we open those solutions for classic themes, the better everything becomes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it follows the narrative that Matias actually had when he joined us here at the show, after he published the preliminary roadmap of 6.0, when he said that all the things that come with the block theme are not there necessarily to replace how themes work. It’s more to expand the reach that classic themes can offer to their users or the site owners. And I really like that narrative because it kind of, has that new can come in, but in piece and bits and you don’t have to adopt it completely, it’s a gradual adoption. And even in two or three years, you still have a need for classic themes, but there might be a need to open that up for some of the user controls or for the site owners controls. So yeah. Block themes are not replacing or making themes totally redundant. It’s actually opening up the whole place for new things.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It also opens an interesting world where you have a block theme, but you’ll like it, you could switch to the classic block and still retain template parts that you build in your previous theme, it’s WordPress, everyone can do whatever they like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And now you can do even more and you didn’t know that you liked it. Yeah. Like gradients. </p>\n\n\n\n<p>So then another discussion that came up now that 6.0 is out Matias Ventura, the lead architect also updated already some of the tracking issues. And I’m sure there is a new blog post in the making in outlining the roadmap for 6.1. But he already has a site editor and template roadmap tracking issue about 19 tasks. And that’s about the site editor and how to create template and template parts changes to the interface or updates to the interface to make it for impossible, to edit a template part properties and focus mode. What is a focus mode? It’s another way of seeing the editor. There’s also a browse mode coming to the site editor that you look at it from, you just browse the designs, but you’re not editing.</p>\n\n\n\n<p>So yeah. And other things like restricting block editing capabilities, we talked about the block locking at the beginning of the show that comes in 6.0, and that is now that needs to be expanded on. You mentioned that it needs to be role based of course, but also you probably want to lock down the editing part of a footer or header that people can edit it. Not just remove it or move it, but also not edited that is still missing.</p>\n\n\n\n<p>So there are quite a few in this tracking issue, hints of what’s to come. And if you’re curious, we of course share the link in the show notes and what he did for template for the site, edit 10 templates, roadmaps Matias Ventura also published a global style, ongoing roadmap that he updated. And that covers some of the style engine that we talked about. If you want to learn more about it, also the main interface for making changes to the global styles, browsing styles, without having to edit things, web fonts that would just have the web fonts for the style variations right now. But the big part of the web funds API didn’t make it into 6.0, but it will hopefully make it into 6.1.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Also interesting discussion on Twitter where Matias were involved about the future of web phones that maybe openverse could host some web phones and having those open source version of phones, integrated with the WordPress for everyone. That’s also interesting perspective and general openverse opens so many new ways of reusing content created by other people, which is images, videos, music, and whatever… Phones. That would be another way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and color palettes would actually be also quite interesting. Yeah. So you can swap out the color palette of your theme and just by bringing it in from the openverse. Yeah. Oh, did you see that there’s a new contributor batch if you added photos to the openverse, to the WordPress photo directory, you can now see that on your profile. Open verse open so many different things for WordPress. It’s amazing, yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I already have this batch. I just checked.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah me, too</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I Uploaded two photos.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think I uploaded four or so but yeah, it doesn’t matter. It’s a contribution and it will be honored. Yeah. So you have the site editor, the template, the global styles tracking issue. And then the last one is pattern as the section elements. That’s kind of the next phase for patterns and interesting proof of concept there’s first a tracking issue. And then James Costa has quite a few little videos and what he kind of considers as a browse mechanism for where you can browse through certain block patterns for the header, for instance, but you see the full page and that will make working on their site so much easier when you’re actually not only just looking at that section, that’s visible in your screen, but you can see the full page. And that’s also available for posts, for instance, or for pages that you create. So there are quite a few things in the works that hopefully make it.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: It, the idea for those sectioning element is really interesting. You mentioned that you can just have the recent exploration is to have zoom out mode. So, you focus on the header and then you get ways to quickly switch the versions of this header by using block patterns or maybe pre-existing template parts, and you just use arrows or something else depending, or how you use that. And how’s going to maybe implement, and it just quickly switch to another version. Another, until you find something that clicks for you, but it’s inside the page. It’s not that you open a model, then you see only just some preview of these things, but you exactly see how it fits to your website.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and so we will share the links to those comments and PRs in the show notes. And if you’re interested in where things are going, definitely look at those and see what it does for you. And if you have ideas, how it’s made better or what does not look right or how it can be augmented. Yeah. Chime in now is the time because now people are working on it. And the last discussion that I wanted to point out is that during the FSE program Anne McCarthy did a hallway hangout to talk about the FSE programs and how it works and all that. And then there’s an issue created or it’s not an issue, it’s a discussion post on the developer experience category on the GitHub discussions. And what the full site editing for agency use case is what are the existing features that work that are available and then what are missing features.</p>\n\n\n\n<p>And then as well as the features that can be improved, for instance, as a missing features, it identifies the robust permission system for the template editing, as Grzegorz mentioned earlier, or another one is allow editing for only template parts or only specific template parts, but not other parts or other templates that is much more granular. Another interesting thought was that WordPress inland CSS does not always respect the editor font sizes. That might be a bug, but it could also be that some of the mechanics don’t work as well.</p>\n\n\n\n<p>But that comes all out of a hangout meeting, which is a hallway hangout meeting is kind of an informal meeting of brains, people that discuss certain things. And this came out of it. I shared the hangout notes, hangout recap, post by Anne McCarthy, as well as this discussion at the GitHub repo. So for all you interested people. All right. So Gregorz, we are at the end of our show. I’m so glad that you were able to jump in for Mary Job this week and walk us through some of the things. Thank you so much. </p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: That was a pleasure to meet with you again and talk about Gutenberg.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And as always the listeners, the show notes will be published on Gutenbergtimes.com/podcast. And if you have questions and suggestions or news, you want us to include sent them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a> that’s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. So this was it from me. Thank you for listening. Thank you for stopping by. I’m glad you were here and I will talk to you in two weeks. I say goodbye and goodbye, Greg, to you until I see you again. </p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: You for having me, Birgit. It’s always a pleasure. See you goodbye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. And come see us all at Wordcamp Europe. 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:\"Sat, 28 May 2022 20:45: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: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: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:49:\"BuddyPress: BP Rewrites 1.2.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=324836\";s:7:\"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/2022/05/bp-rewrites-1-2-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:849:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/bp-rewrites.1.2.0.zip\">BP Rewrites 1.2.0</a>. This maintenance release fixes two bugs. For details on the changes, please read the <a href=\"https://github.com/buddypress/bp-rewrites/blob/trunk/CHANGELOG.md#120\">1.2.0 release notes</a>.</p>\n\n\n\n<p>Update to BP Rewrites 1.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/bp-rewrites/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"many-thanks-to-1-2-0-contributors\">Many thanks to 1.2.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/shawfactor\">shawfactor</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:\"Sat, 28 May 2022 05:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:50:\"Post Status: What’s a WordPress “Developer?”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98436\";s:7:\"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://poststatus.com/whats-a-wordpress-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"It’s a good time to celebrate growth, maturity — and longevity. This is our 500th issue. WordPress is 19! And the 6.0 release is just a few days old, with new and old hands contributing from all over the world. Many are \"developers\" of some kind. Those who are showing up every day to make the project work and to make a living in WordPress are the professionals. Here\'s to them!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 May 2022 00:35:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"WPTavern: WordPress Turns 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=134868\";s:7:\"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:39:\"https://wptavern.com/wordpress-turns-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:3626:\"<p>Today marks 19 years since 19-year old Matt Mullenweg partnered with Mike Little to <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">release</a> the first version of WordPress based on the b2/cafelog software. The blog where he shared his thoughts on life and tech was starting to get more traffic and he wanted to ensure its future after the b2/cafelog’s main developer disappeared. </p>\n\n\n\n<p>Mullenweg had the vision for what WordPress should be, even before it had a name. It centered on extensibility, a hallmark feature that has made the platform as popular as it is today:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>What should it do? Well, it would be nice to have the flexibility of MovableType, the parsing of TextPattern, the hackability of b2, and the ease of setup of Blogger.</p><cite>Matt Mullenweg – <a href=\"https://ma.tt/2003/01/the-blogging-software-dilemma/\">The Blogging Software Dilemma</a>, January 24, 2003 </cite></blockquote>\n\n\n\n<p>Although Textpattern, the interesting new publishing tool at the time, had everything Mullenweg might want in a blogging tool, he wasn’t sure about its licensing at the time. He decided to fork b2/cafelog, which lives on today in a different form as WordPress, thanks to its GPL licensing. Mike Little joined the effort and the rest is history.</p>\n\n\n\n<p>The highlight of this year’s anniversary celebrations is the <a href=\"https://wp19.day/\">wp19.day</a> website created by <a href=\"https://profiles.wordpress.org/dimensionmedia/\">David Bisset</a> and his daughter<a href=\"https://twitter.com/lemonadecode\"> Olivia Bisset</a>, who also managed the project. WordPress users and contributors from all over the world left their heartfelt greetings to celebrate the occasion. Reading through, it’s easy to get a sense of the tremendous good WordPress has done for the world, giving so many a voice, a livelihood, and a chance to live their dreams.</p>\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<p>The wp19.day website also featured video submissions from WordPress enthusiasts. Although many first came for the software, the common thread among those who have stayed is the value of the community that has grown up around the project and the leadership it has cultivated. WordCamp and meetup organizer Joe Simpson said WordPress empowered him to take a leadership role in his local community.</p>\n\n\n\n<p>“Our community here is nurturing – it’s a family,” Simpson said. “I’m excited to see where we go from here. Happy birthday, WordPress.” </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Matt Mullenweg also joined in the fun of celebrating the milestone by contributing his own greeting to the wp19.day project. In his video submission, he said it’s very rare for a 19-year-old software project and its community to not just still be surviving but actually thriving and “doing better than ever.” He thanked contributors of all kinds who have helped people find their way with WordPress.</p>\n\n\n\nMatt Mullenweg on WordPress’ 19th Birthday – video source: <a href=\"http://wp19.day\">wp19.day</a>\n\n\n\n<p>“That is a testament to every single person who has ever told a friend about WordPress, participated on the forums, had a translation, contributed code,” Mullenweg said. “Anything that’s been part of the WordPress ecosystem is part of why WordPress is transforming the web and making it into a place that is more open, more inclusive, more democratic, and a place that we want our future generations to grow up in.”</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, 27 May 2022 22:12: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Post Status: WooCommerce Function of the Week: add_fee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98289\";s:7:\"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://poststatus.com/woocommerce-function-of-the-week-add_fee/\";s: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:321:\"Before we dive in this week\'s function, please note that it\'s usually against any payment provider\'s Terms of Service (like PayPal\'s) to add fees to a transaction based on the customer\'s chosen payment gateway, so please make sure to use “cart fees” in a legal way. You got it — in this issue we\'ll study...\";s: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, 27 May 2022 21:29:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Rodolfo Melogli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Gutenberg 13.3 Introduces Experimental Table of Contents Block\";s:7:\"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=134845\";s:7:\"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:83:\"https://wptavern.com/gutenberg-13-3-introduces-experimental-table-of-contents-block\";s: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:1960:\"<p><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> was released this week with support for an experimental new Table of Contents block. It is perfect for longform content that is organized by multiple headings within the document. The block automatically detects Heading blocks within the content and will display them with anchor links that jump to each section.</p>\n\n\n\nTable of Contents block – video credit: <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3 release post</a>\n\n\n\n<p>Users may select the block without knowing how it works with headings. If the post or page doesn’t contain any headings, the block inserts a message prompting users to start adding Heading blocks in order to display a Table of Contents. </p>\n\n\n\n<img />\n\n\n\n<p>For sites that have registered custom taxonomies, Gutenberg’s Post Terms Block now automatically generates a block variation for each term. That means users can select a block to display all the terms associated with that custom taxonomy.</p>\n\n\n\n<img />\n\n\n\n<p>Other notable additions in 13.3 include the following: </p>\n\n\n\n<ul><li>Query block now supports a “parent” filter that will display content of children from the defined parent</li><li>Heading block now supports Font Family controls</li><li>Save Block List default view preference – allowes users to set a preference for having the Blost Lick view open or closed by default</li><li>New transforms between the Cover and Media & Text blocks</li></ul>\n\n\n\n<p>The latest release also brings dozens of enhancements and bug fixes to preferences, border controls, error messages, tooling, accessiblity, and performance. Check out the <a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">release post</a> for the full list of changes.</p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2022 18:21: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:18:\"Matt: WordPress 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:22:\"https://ma.tt/?p=56325\";s:7:\"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:35:\"https://ma.tt/2022/05/wordpress-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:1096:\"<p>Today is the 19th anniversary since <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">WordPress’ first release</a>, which is especially exciting for a number of reasons:</p>\n\n\n\n<ol><li>The community put together <a href=\"https://wp19.day/\">an awesome site celebrating the occasion at wp19.day</a>.</li><li>We just had an <a href=\"https://wordpress.org/news/2022/05/arturo/\">awesome 6.0 “Arturo” release</a>.</li><li>Next week June 2-4 <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe returns in-person in Porto, Portugal</a>, and I’ll be there and so excited to connect with the community! Tickets are still available.</li><li>Nineteen seems like an in-between number, but actually it’s very salient for me because now WordPress is the same age I was when the first release came out.</li><li>Which means I’ve now been working on WordPress half my life! </li></ol>\n\n\n\n<p>Cheers and here’s to many more years together. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f942.png\" alt=\"🥂\" class=\"wp-smiley\" /></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, 27 May 2022 18:14: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"Post Status: Post Status Notes #500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/post-status-notes-500/\";s: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:17546:\"<p class=\"has-small-font-size\">By <a href=\"https://poststatus.com/author/dan-knauss/\">Dan Knauss</a> and <a href=\"https://poststatus.com/author/david-bisset/\">David Bisset</a> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f5d3.png\" alt=\"🗓\" class=\"wp-smiley\" /> May 27, 2022</p>\n\n\n\n<div class=\"wp-container-1 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">It\'s the 500th issue of Post Status Notes and the Post Status newsletter coinciding with WordPress\'s 6.0 release and its 19th anniversary! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f382.png\" alt=\"🎂\" class=\"wp-smiley\" /> </p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_f5fe16-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"wordpress-6-0\">WordPress 6.0 Released</h2>\n\n\n\n<p><strong>WordPress 6.0</strong> “Arturo” was <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">released on schedule</a> (May 24th) with many new features and enhancements related to full site editing.</p>\n\n\n\n<ul><li><strong>Gutenberg 13.3</strong> was <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v13.3.0\">released yesterday</a>. </li><li>Check out <strong>Anne McCarthy</strong>‘s post on <a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" target=\"_blank\" rel=\"noreferrer noopener\">the latest core editor improvements</a> to container blocks and block locking. Anne shows off some new features to explore with rows, stacks, and groups.</li><li>Anne also has <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\" target=\"_blank\" rel=\"noreferrer noopener\">a recap</a> (video and written highlights) of yesterday\'s hallway hangout on <strong>Full Site Editing</strong> topics.</li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_39de4e-45\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"global-community\">The Global Community of Contributors</h2>\n\n\n\n<p><strong>Jean-Baptiste Audras</strong> offers <a href=\"https://jeanbaptisteaudras.com/en/2022/05/wp-6-0-arturo-contribution-stats/\">some interesting stats for the 6.0 release</a> as he\'s done with six previous releases — <a href=\"https://jeanbaptisteaudras.com/en/2019/11/distribution-of-wordpress-5-3-contributors-by-country-2/\">5.3</a>, <a href=\"https://jeanbaptisteaudras.com/en/2020/03/wordpress-5-4-core-contribution-statistics/\">5.4</a>, <a href=\"https://jeanbaptisteaudras.com/en/2020/08/wordpress-5-5-core-stats-contributions-by-country-company/\">5.5</a>, <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">5.6</a>, <a href=\"https://datastudio.google.com/u/0/reporting/a496c333-7e64-412c-9299-9ea2c84e5d2c/page/j595B\">5.7</a>, not 5.8, and <a href=\"https://jeanbaptisteaudras.com/en/2022/01/wordpress-5-9-core-contribution-statistics/\">5.9</a>) so we can see compare them. Some highlights:</p>\n\n\n\n<ul><li>519 people (~25% were first-time contributors) from at least 53 countries and 134 identified companies contributed.</li><li>The <strong>United States</strong> leads in contributions followed by <strong>Russia</strong>, thanks to <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey</a>, who had the highest number of individual contributions to 6.0. Then comes Jean-Baptiste himself in <strong>France</strong> and <strong>George Mamadashvili</strong> in <strong>Georgia</strong>.</li><li><strong>Automattic</strong> (with its 70 contributors) had the most contributions, followed by <strong>Yoast</strong>, <strong>Whodunit</strong> (France), and <strong>GoDaddy</strong>.</li></ul>\n\n\n\n<p>It\'s interesting to see how national populations, the number of their contributors, and their total contributions are independent variables that can vary widely. <strong>Automattic</strong>‘s <strong>Jorge Filipe Costa</strong> from Portugal is in the top 20 by contributions, and Portugal ranks high despite having only three contributors in all. </p>\n\n\n\n<p>Some standout individuals, like Sergey, George, Jean-Baptiste, and Jorge do an enormous amount for the project, and there are quite a few of them! It is ultimately a community effort. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b47443-2c\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"wordpress-is-19\">WordPress\'s Last Year as a Teenager</h2>\n\n\n\n<p><strong>Nyasha Green</strong> <a href=\"https://masterwp.com/olivia-bisset-on-wordpress-and-wp19/\">interviewed</a> <strong>Olivia Bisset</strong> about her work on <a href=\"http://wp19.day\">wp19.day</a>. Olivia is also an intern here at <strong>Post Status</strong>. (An enthusiastic WordPresser, coder, WordCamp speaker and volunteer, Olivia is slightly younger than WordPress itself.)</p>\n\n\n\n<p>Newly posted to WP19.day: brief video greetings from <strong>Matt Mullenweg</strong>, <strong>Lindsey</strong> and <strong>Cory Miller</strong>, <strong>Syed Balkhi</strong>, <strong>Vito Peleg</strong>, much of the team at <strong>Yoast</strong>, and many others. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_899dfb-51\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"wordcamps\">WordCamp Updates</h2>\n\n\n\n<p><strong>Hari Shanker R</strong> <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">passed along the news</a> that regional <strong>WordCamps</strong> will not need to go through a proposal process anymore — they can directly apply to organize a camp for their region <a href=\"https://central.wordcamp.org/wordcamp-organizer-application/\">using the WordCamp application form</a>. From now on, “WordCamp Central will evaluate the health of local communities when assessing a regional WordCamp application.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ec3f4f-b1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Bob Dunn</strong> has some <a href=\"https://dothewoo.io/woocommerce-tips-speakers-wordcamp-europe/\">nice, bite-sized tips</a> on building WordPress sites from some of the speakers at the upcoming <a href=\"https://dothewoo.io/woocommerce-tips-speakers-wordcamp-europe/\">WordCamp Europe 2022</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_40cd25-29\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"giving-back\">Giving Back and Looking Forward</h2>\n\n\n\n<p><strong>Thomas Fanchin</strong> at <strong>Weglot</strong> has <a href=\"https://weglot.com/blog/wceu-weglot-wordpress-community/\">a great post</a> about his company enthusiastically embracing <strong>Five for the Future</strong> and becoming a <strong>WordPress Global Sponsor</strong>. He notes how much there is to look forward to in events, worldwide, in 2022. </p>\n\n\n\n<p>Weglot has been sponsoring <strong>Juan Hernando</strong>, a <strong>WCEU</strong> organizer (among other things) and now <strong>Pedro Mendonça</strong> on the core Polyglot team.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_496a58-9b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"5ftF\">What Contributions Count for Five for the Future?</h2>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> has taken a stab at defining <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">activities that can be considered contributions</a> to <strong>Five For the Future</strong>, and she is looking for feedback. </p>\n\n\n\n<p>Josepha says valid 5ftF contributions should clearly benefit the WordPress project and not an individual person or company. Contributions related to creating or supporting (third-party) WordPress themes, plugins, or blocks “are critical to extending the reach and utility of the WordPress project,” but they are also in a “grey area.” Generally they shouldn\'t be associated with the Five For the Future mission or count toward corporate commitments to the program. </p>\n\n\n\n<p>In the comments, <strong>Adam Warner</strong> asked if <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/#comment-90\">completely free code</a> like <strong>Contact Form 7</strong> might be worth counting, and <strong>Brian Gardner</strong> <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/#comment-91\">asked</a> about contributions to the <strong>Pattern Directory</strong> with <strong>Courtney Robertson</strong> <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/#comment-94\">chiming in</a> about <strong>CC0</strong> images contributed to <strong>Openverse</strong>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_e17dc8-44\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"managed-wordpress-com\">Managed WordPress(.com) Hosting Starter Plan</h2>\n\n\n\n<p><strong>WordPress.com</strong> has launched <a href=\"https://wordpress.com/blog/2022/05/25/introducing-wordpress-starter-make-your-mark/\">a new plan called “<strong>WordPress Starter</strong>“</a> for $5/month. It seems to be a the “in-between” option some were looking for earlier <a href=\"https://wordpress.com/blog/2022/04/05/introducing-wordpress-pro-one-plan-infinite-possibilities/\">when the “Pro” level was first announced</a>. The “Starter” level includes custom domains, additional storage, simple payment processing, and <strong>Google Analytics</strong> to the free option.</p>\n\n\n\n<p>Notably, <a href=\"https://poststatus.com/what-might-wordpress-coms-pricing-changes-mean-for-the-wordpress-ecosystem/\">WordPress.com is increasingly being marketed as a web host</a> for “managed WordPress hosting,” and it can claim to be <a href=\"https://wordpress.com/blog/2021/06/08/fastest-wordpress-host-2021/\">the fastest on the planet</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_472e6e-52\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"wordpress-sustainability\">WordPress and Sustainability</h2>\n\n\n\n<p><strong>Joost De Valk</strong> explains <a href=\"https://joost.blog/optimize-crawling-for-the-environment/\">how optimizing search engine crawling</a> can help save energy — and therefore the environment. Remember that search engines will crawl almost any URL they can find in your page source.</p>\n\n\n\n<p><strong>Tom Greenwood</strong> shares <a href=\"https://opensource.com/article/22/4/zero-waste-web-design\">some tips on reducing waste in web design</a>. Even if you just stop autoplaying videos, that\'s a start. <br /><br />Over at the <strong>Matt Report</strong>, <strong>Hanna Smith</strong> asks, “<a href=\"https://mattreport.com/can-wordpress-save-the-planet/\">Can WordPress save the planet?</a>” </p>\n\n\n\n<p>It\'s good to see these economic and ecological concerns emerging more in the WordPress space. If you\'d like to take a hard look at the situation, try starting with the <strong>Stockholm Resilience Centre</strong>‘s <a href=\"https://www.stockholmresilience.org/research/planetary-boundaries.html\">Planetary Boundaries Framework</a> (CC BY 4.0).</p>\n\n\n\n<p>One of <strong>Bill Gates</strong>‘ favorite authors, <strong>Vaclav Smil</strong>, is also worth <a href=\"https://en.wikipedia.org/wiki/Vaclav_Smil\">a weekend deep dive</a>. Smil is a Czech-Canadian scientist and policy analyst on the <strong>Faculty of Environment</strong> at the <strong>University of Manitoba</strong>. His new book, <em>How The World Really Works</em>, was <a href=\"https://sentiers.media/notes/modern-world-cant-exist-without-four-ingredients/\">summarized nicely</a> in the latest issue of <strong>Sentiers</strong> by <strong>Patrick Tanguay</strong>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_c14da2-51\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"lean-ops\">Opportunities for Lean WordPress and WooCommerce Solutions?</h2>\n\n\n\n<p><strong>Rob Howard</strong> asks what growth opportunities <strong>WooCommerce</strong> <a href=\"https://masterwp.com/what-does-shopifys-crash-mean-for-woocommerce/\">might see ahead</a> as <strong>Shopify</strong> suffers a post-pandemic decline in its stock price and market share. <strong>Shopify</strong> will likely stabilize as pressure from <strong>Wix</strong>, <strong>Squarespace</strong>, and WooCommerce increases. Some would say — unfavorably — this is an “Apple-like” tactic. But Rob\'s right — there\'s an opportunity here for WordPress and Woo:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Let <strong>Shopify</strong>, <strong>Squarespace</strong> and <strong>Wix</strong> duke it out for the low-end market, and do everything you can to help <strong>WooCommerce</strong> corner the market for higher-end, highly custom e-commerce solutions.”</p></blockquote>\n\n\n\n<p>There\'s also a good opportunity for a “build a store on a mobile device quickly” experience now.</p>\n\n\n\n<p>Check out the new <strong>Fruits</strong> platform — <a href=\"https://fruits.de/\">it seems to do just that</a>. </p>\n\n\n\n<p>What if something similar existed based on <a href=\"https://poststatus.com/post-status-comments-wordpress-lite/\">a trimmed-down WordPress install</a>? Want a full store with custom features? Click a button, and it becomes the full <strong>WordPress + Woo</strong> experience ready for customization. </p>\n\n\n\n<p><strong>Christina Warren</strong> and <strong>Dan Knauss</strong> have <a href=\"https://twitter.com/post_status/status/1529962415000940544\">similar thoughts</a> about a <strong>Substack</strong> or <strong>Ghost</strong>-like distribution of WordPress. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b00cb9-c0\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"wordpress-job-titles\">WordPress Job Titles and Skills – Where Do We Stand? (2015-22)</h2>\n\n\n\n<p>This recent <strong>Woo DevChat</strong>, with <strong>Zach Stepek</strong>, <strong>Till Krüss</strong>, and <strong>Carl Alexander</strong> is a deep, funny, and much more thoughtful (and generously, even inclusive) take on the age-old question “What is a WordPress Developer?”</p>\n\n\n\n<p>Ten years ago this topic was reliable clickbait for much wp-drama because it was often expressed as “who counts” or “who deserves to be called a Developer?” Will the <em>real</em> developers please stand up? Perspectives have changed and matured a lot. </p>\n\n\n\n<p>Maybe today there is such a thing as a “No-Code Developer…”</p>\n\n\n\n<p>Zach, Till, and Carl\'s conversation is <a href=\"https://mariopeshev.com/wordpress-job-titles-skills-stand/\">reminiscent of this 2015 post</a> by <strong>Mario Peshev</strong> and the comment discussion it provoked. It\'s worth a read still, and so are the comments.</p>\n\n\n\n<p>Maybe that\'s where Bob locked onto Site/WordPress/Woo “Builder.” I knew “Integrator” and “Customizer” would never be widely used.</p>\n\n\n\n<p>2015 is probably about when (if not exactly where) a lot of us locked onto the inclusive but specific term, “WordPress Professional” that <strong>Jenny Beaumont</strong> introduced in the discussion over Mario\'s post.</p>\n\n\n\n<p>“WordPress Professional” slid into Post Status\'s self-understanding too and grew to become quite central to <a href=\"https://poststatus.com/new-membership-options-at-post-status/\">our idea of membership</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_439d14-a8\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-2 wp-block-group has-theme-palette-7-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-do-you-enjoy-our-weekly-notes\"><strong>Do you enjoy our weekly notes? </strong></h2>\n\n\n\n<p>Get them and more in Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a>. We gather WordPress and WooCommerce news along with significant writing, videos, and podcast episodes from the WordPress community and beyond. Don\'t miss the latest updates from the people making WordPress in our <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a> summaries. It\'s all in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2022 16:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Do The Woo Community: WooBits: Happy Birthday 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:28:\"https://dothewoo.io/?p=71839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://dothewoo.io/happy-19-birthday-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:386:\"<p>WordPress turns 19 today. And as I did my first draft of this podcast, I found myself redoing it. I have it all wrong.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/happy-19-birthday-wordpress/\">WooBits: Happy Birthday WordPress_Community</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, 27 May 2022 09:09: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: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:69:\"Post Status: WordPress Podcast and Video Picks for the Week of May 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-may-22/\";s: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:3836:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Catch up on the gold at Wordsesh! Mark Ashton on the success of UiPress. Hanna Smith on web sustainability. Michelle and Allie on sponsored events. Mark Root-Wiley on CSS Standards for WordPress. Takis and Taeke on organizing WCEU. </p></div>\n\n\n<h2 id=\"h-my-podcast-picks\">My Podcast Picks <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Make Lemonade</strong>: <strong>Mark Ashton</strong> shares <a href=\"https://make-lemonade.simplecast.com/episodes/mark-ashton-from-uipress-fhSWcpax\">his story of success</a> with his product <strong>UiPress</strong>, a plugin that provides a white label WordPress admin experience.</li><li><strong>Matt Report</strong>: <strong>Hanna Smith</strong> talks about <a href=\"https://mattreport.com/can-wordpress-save-the-planet/\">web sustainability</a>.</li><li><strong>Underrepresented in Tech</strong>: This episode contains <a href=\"https://www.underrepresentedintech.com/a-conversation-about-wordpress-event-sponsorships/\">a discussion about the challenges of sponsored events</a> in WordPress.</li><li><strong>WP Tavern Jukebox</strong>: <strong>Mark Root-Wiley</strong> talks about <a href=\"https://wptavern.com/podcast/28-mark-root-wiley-on-creating-standards-for-css-in-wordpress\">creating standards for CSS</a> in WordPress.</li><li><strong>Do the Woo:</strong> Two of the <strong>WCEU</strong> organizing team members, <strong>Takis Bouryouris</strong> and <strong>Taeke Reijenga</strong>, talk about <a href=\"https://dothewoo.io/episode-223/\">that upcoming conference</a>. </li><li><strong>Woo DevChat</strong>: <a href=\"https://dothewoo.io/what-is-a-wordpress-developer/\">What is a WordPress Developer?</a> with <strong>Zach Stepek</strong>, <strong>Till Krüss</strong>, and <strong>Carl Alexander</strong>.</li></ul>\n\n\n\n<h2 id=\"h-my-video-picks\">My Video Picks <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4fa.png\" alt=\"📺\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>WordSesh</strong>: Learn the path <strong>From Agency Owner to Plugin Shop</strong> from <strong>Lesley Sim, Aurooba Ahmed</strong> describes how to <strong>Hack the Block Editor for Faster Content Creation</strong>, <strong>Vikas Singhal</strong> has <strong>5 Easy Ways to Fix your WordPress Workflow</strong>, and <strong>Leonardo Losoviz</strong> asks, <strong>Will WordPress be Better with the Block Protocol?</strong> Keynotes include <strong>Anil Gupta</strong> explaining <strong>How Big Enterprises Use WordPress for Publishing</strong>, the <strong>10up</strong> team on <strong>Rebuilding WhiteHouse.gov in Six Weeks</strong>, and <strong>Susan Enners</strong>, <strong>Matthew Haines-Young</strong>, and <strong>Wisdom HamboluI</strong> on <strong>Building and Defending a Free Press</strong>. <a href=\"https://wordsesh.com/recordings/\">It\'s all there — and more</a>!</li></ul>\n\n\n\n<div class=\"wp-container-5 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /> </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2022 07:38: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:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: Community Team Removes Red Tape From Regional WordCamp Applications\";s:7:\"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=134814\";s:7:\"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/community-team-removes-red-tape-from-regional-wordcamp-applications\";s: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:4777:\"<img />photo credit: <a href=\"https://stocksnap.io/author/worldmaps\">World Maps</a>\n\n\n\n<p>After a lengthy discussion, the Community Team has <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">decided</a> to make it easier for organizers to apply for regional in-person WordCamps. These are events that pull in a community from a geographical area larger than one city or metro area.</p>\n\n\n\n<p>In past years, WordPress Community Support (WCS) saddled regional events with numerous <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/become-an-organizer/regional-wordcamps/\">additional requirements</a> beyond regular WordCamps, such as preparing a proposal and a minimum of three cities in the region hosting local events, with at least one having hosted a WordCamp. </p>\n\n\n\n<p>“The Community Team has decided to simplify the guidelines for regional in-person WordCamps,” Automattic-sponsored WordPress.org community manager Hari Shanker said.</p>\n\n\n\n<p>“Moving forward, regional WordCamps will not need to go through additional steps (such as writing a proposal), and can directly apply to organize a camp for their region <a href=\"https://central.wordcamp.org/wordcamp-organizer-application/\">using the regular WordCamp application form</a>.” </p>\n\n\n\n<p>Shanker asummarized community feedback that influenced the decision to ease up on the requirements and move towards using common sense as guide for hosting regional WordCamps: </p>\n\n\n\n<ul><li>Regional WordCamps could be beneficial in restarting events in a region in a post-pandemic situation. It would be a great way to revive the community.</li><li>WordCamps should be evaluated on a case-by-case basis, with conditions such as the region, geographic size, country, etc.</li><li>Successful Country-based WordCamps were held in the past, and the community team should not police event organizers based on the region. The event organizing process could be simplified.</li><li>City-based events could be difficult to organize because it’s difficult for a small group to organize a big event. It also causes repetition and a lack of repeat value for sponsors. Regional WordCamps might be a great way to solve this problem.</li></ul>\n\n\n\n<p>Shanker emphasized that while guidelines are being simplified, it’s imperative that local meetups are presesrved when regional WordCamps are organized. </p>\n\n\n\n<p>“Local communities offer more accessible ways to connect over WordPress, and more supportive pathways to participation in larger, more complex events,” he said.</p>\n\n\n\n<p>Organizers who are interested in starting up regional WordCamps are encouraged to continue developing local leadership and will be required to impose a strict, two-year term limit on lead organizers.</p>\n\n\n\n<p>More simplified guidelines for these events is particularly beneficial in Europe where many smaller countries find that regional WordCamps have a strong unifying effect for their WordPress communities.</p>\n\n\n\n<p>“There is a reason that a ‘small country’ like The Netherlands is now in the top of WordPress contributors and companies,” WordCamp organizer Dave Loodts <a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/#comment-30060\">commented</a> on the previous discussion. “It all started in the lap of all the previous WordCamp The Netherlands. Never underestimate the power of these kinds of events.”</p>\n\n\n\n<p>Shanker is requesting feedback on the proposal, particularly on what metrics should be in place to determine the health of regional communities. The proposed change has already started receciving positive feedback.</p>\n\n\n\n<p>“Switzerland is like the Atlanta metropolitan area in term of population (8 millions vs 6 millions = ‘similar’) and about 10 meetup groups,” Geneva meetup organizer and WordCamp Switzerland co-organizer Patricia BT <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/#comment-30158\">commented</a>.</p>\n\n\n\n<p>“Since we had to rename Switzerland to city name after 2015, we knew it was unrealistic to have more than one per year in the country (like if you asked people of Atlanta to have one WordCamp per meetup group) so we moved it from city to city year after year, which was awesome to onboard new organisers, but still missing a ‘united’ event.</p>\n\n\n\n<p>“It’s really cool that we can now go forward with WC Switzerland next year, as I feel we had lost a bit of the ‘Swiss community momentum.’ We will recreate that feeling again next year.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 18:55:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"Post Status: Post Status Upgrade: Group Facilitation Skills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98118\";s:7:\"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://poststatus.com/post-status-upgrade-group-facilitation-skills/\";s: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:2893:\"<p class=\"has-background\">Learn new skills and build your knowledge to enhance your career in WordPress! <strong>Post Status Upgrade</strong> is an ongoing series of live workshops centered around a particular skill or learning activity.</p>\n\n\n\n<p class=\"has-drop-cap\">Post Status\' motto — <strong>Give</strong>, <strong>Grow</strong>, <strong>Together</strong> — is more than just a phrase we repeat a lot. We live our motto. This training will give you key insights into how to facilitate group conversations with an eye to giving and growing together.</p>\n\n\n\n<p>This is a training workshop for anyone who wants to be a facilitator or a participant in the small groups that Post Status will be rolling out soon for its members. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Group Facilitation Skills with Corey Wilks. \n\n\n\n<div class=\"wp-container-7 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-image\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/corey-wilks-150x150.png\" alt=\"Corey Wilks\" class=\"wp-image-98120\" width=\"150\" height=\"150\" /></div>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\">Corey Wilks is a Licensed Clinical Psychologist and Executive Coach. His mission is to help founders, creators, and entrepreneurs build an Intentional Life using evidence-based psychology.<br /></p>\n</div></div>\n\n\n\n<blockquote><p>“How do I define an Intentional Life? Spending your most precious resource—time—doing meaningful, purpose-driven work that fulfills you. It’s about clarifying your Core Value, embracing your authenticity, and reaching your potential by building your life, and your business, around what resonates with you on a fundamental level.”</p><cite>Dr. Corey Wilks</cite></blockquote>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-7-background-color has-background\">\n<div class=\"wp-block-column is-vertically-aligned-center\">\n<div id=\"StellarWP\" class=\"wp-block-image is-style-default\"><a href=\"https://poststat.us/stellarwp\"><img width=\"300\" height=\"300\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/02/stellarwp-black-1-300x300.png\" alt=\"StellarWP\" class=\"wp-image-93207\" title=\"StellarWP\" /></a></div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p class=\"has-small-font-size\"><strong>StellarWP</strong> is a collective of WordPress innovators empowering business owners and creators with plugins and tools to help them thrive. We build great plugins, but we don’t stop there; we continually challenge ourselves to keep innovating and improving. Our solutions include <a href=\"https://poststat.us/stellarwp\"><strong>the most trusted names in WordPress</strong></a>, with more than 2.5 million installs. Since 2021, we’ve grown to encompass seven brands and dozens of plugins. StellarWP is part of the Liquid Web family of brands. <br /></p>\n</div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 18:38: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"Do The Woo Community: Woo DevChat, What is a WordPress Developer with Zach, Till and Carl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71694\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://dothewoo.io/what-is-a-wordpress-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:409:\"<p>Zach Stepek, Till Kruss and Carl Alexander have a conversation on how and if you can define a WordPress developer. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-is-a-wordpress-developer/\">Woo DevChat, What is a WordPress Developer with Zach, Till and Carl</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 09:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Post Status: This Week at WordPress.org (May 23, 2022)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=98186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/this-week-at-wordpress-org-may-23-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14991:\"<p class=\"has-theme-palette-7-background-color has-background\">Each week we are highlighting the news from WordPress.org that you don\'t want to miss. If you or your company create products or services that use WordPress, we\'ve got the news you need to know. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\"></a><a href=\"https://wordpress.org/news/2022/05/arturo/\">WordPress 6.0 “Arturo”</a></li><li><a href=\"https://wordpressfoundation.org/news/2022/the-kim-parsell-memorial-scholarship-returns-for-wordcamp-us-2022/\">The Kim Parsell Memorial Scholarship Returns for WordCamp US 2022</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">Defining Five for the Future Pledges & Contributions</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\">Request for feedback: Recording Five for the Future contributions</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_a98156-c2\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li>Request for feedback on the <a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">WordPress Accessibility Statement</a>.</li></ul>\n\n\n\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/05/wordcamp-europe-2022-is-just-around-the-corner/\">WordCamp Europe 2022 is just around the corner</a></li><li><a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">Join the European WordPress Community in Porto, Portugal!</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<p></p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\">Core Editor Improvement: Creating & containing containers</a></li><li><a href=\"https://forms.gle/Fv1q9arLoCbHdPcaA\">Survey to hosting providers</a> from <a href=\"https://make.wordpress.org/core/2022/05/24/performance-team-meeting-summary-24-may-2022/\">Performance team</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/24/performance-team-meeting-summary-24-may-2022/\">Performance team</a> is seeking points of contact to contribute to Site Health iniatives</li><li><a href=\"https://docs.google.com/document/d/1NzURb3u-KZTgYYHK9Gx_KPvSCX4N8Ci3oZfLsfVF7Tk/edit\">Measurement overview doc</a></li><li><a href=\"https://docs.google.com/document/d/1elY0vgrLU2373mX3jSUj_vFZeGDyhED1WMPYwzSYiVA/edit\">Capturing front-end performance metrics in WordPress doc</a> from <a href=\"https://make.wordpress.org/core/2022/05/24/performance-team-meeting-summary-24-may-2022/\">Performance team</a></li></ul>\n\n\n\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\"></a><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">Regional In-person WordCamps Going Forward</a></li><li><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/20/seeking-feedback-on-annual-meetup-survey-for-2021-2022/\">Seeking Feedback on Annual Meetup Survey for 2021-2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter: May 2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\"></a><a href=\"https://make.wordpress.org/community/2022/05/20/wordcamp-europe-2022-contributor-day-plans-for-the-community-team-table/\">WordCamp Europe 2022 Contributor Day: Plans for the Community Team Table</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/23/documentation-team-update-may-23-2022/\">Documentation Team Update – May 23, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-support-docs\"><a href=\"https://wordpress.org/support/articles\">Support Docs:</a></h3>\n\n\n\n<ul><li><a href=\"https://wordpress.org/support/article/site-title-block/\">Site Title Block</a></li><li><a href=\"https://wordpress.org/support/article/additional-guide-to-using-the-site-editor/\">Additional guide to using the Site Editor</a></li></ul>\n\n\n\n<h3 id=\"h-developer-docs\">Developer Docs: </h3>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/reference/classes/wp_widget_media/reset_default_labels/\">WP_Widget_Media::reset_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_widget_media/get_l10n_defaults/\">WP_Widget_Media::get_l10n_defaults()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_widget_media/get_default_description/\">WP_Widget_Media::get_default_description()</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/term_exists_default_query_args/\">term_exists_default_query_args</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/registered_taxonomy_taxonomy/\">registered_taxonomy_{$taxonomy}</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/the_author_link/\">the_author_link</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_taxonomy/get_default_labels/\">WP_Taxonomy::get_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_taxonomy/reset_default_labels/\">WP_Taxonomy::reset_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/classes/wp_post_type/get_default_labels/\">WP_Post_Type::get_default_labels()</a></li><li><a href=\"https://developer.wordpress.org/reference/hooks/register_taxonomy_taxonomy_args/\">register_{$taxonomy}_taxonomy_args</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">Design Share: May 9–20</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/04/28/proposal-make-wordpress-team-or-project-updates/\">Proposal: Make WordPress Team or Project Updates</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/18/mobile-team-update-may-18th-3/\">Mobile Team Update – May 18th</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/17/call-for-testing-wordpress-for-android-19-9/\">Call for Testing: WordPress for Android 19.9</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/16/call-for-testing-wordpress-for-ios-19-9/\">Call for Testing: WordPress for iOS 19.9</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/24/plugin-review-team-update-23-may-2022/\">Plugin Review Team Update: 23 May 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/05/02/wordpress-6-0-ready-to-be-translated/\">WordPress 6.0 ready to be translated</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\">Request for feedback: Recording Five for the Future contributions</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Discussion: Contrib Handbook, Part 3</a></li><li><a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">Defining Five for the Future Pledges & Contributions</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">Discussion: Contrib Handbook, Part 2</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">Discussion: Contrib Handbook, Part 1</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\"><a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">Hallway Hangout: Discussion on Full Site Editing Issues/PRs/Designs (25 May)</a></a></li><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\"><a href=\"https://make.wordpress.org/test/2022/05/24/test-test-rep-call-for-nominations-for-remaining-current-term/\">Test Team Rep: Call for Nominations for Remaining Current Term</a></a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/24/themes-team-update-may-24-2022/\">Themes team update May 24, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/04/off-forum-support-requests/\">Off forum support requests</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\"></a><a href=\"https://make.wordpress.org/training/2022/05/03/may-2022-sprint/\">May 2022 Sprint</a></li><li><a href=\"https://make.wordpress.org/training/2022/05/05/the-training-team-faculty-program-is-now-live/\">The Training Team Faculty Program is now live</a></li></ul>\n\n\n\n<h4>Lesson Plan</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/lesson-plan/intro-to-site-editor-and-templates/\">Intro to the Site Editor and Templates</a></li></ul>\n\n\n\n<h4>Workshop</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/workshop/getting-to-know-the-wordpress-dashboard/\">Getting to know the WordPress Dashboard</a></li><li><a href=\"https://learn.wordpress.org/workshop/understanding-the-page-editor-vs-site-editor/\">Understanding the Page Editor vs. Site Editor</a></li></ul>\n\n\n\n<h4 id=\"h-social-learning-spaces\">Social Learning Spaces:</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=i-want-a-website-not-a-blog\">I want a Website, not a Blog!</a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=bloggers-own-your-content-and-share-it-everywhere\">Bloggers: Own your Content and Share it Everywhere</a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=hello-blocks-creating-a-custom-block\">Hello Blocks! Creating a Custom Block</a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"></a><a href=\"https://learn.wordpress.org/?meeting=design-with-me-create-a-simple-website-for-your-small-business\">Design With Me: Create a Simple Website for your Small Business</a></li></ul>\n</div>\n</div>\n\n\n\n<h2 id=\"5ftf\"><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<p>What\'s happening specific to Five for the Future? Provide your feedback on these posts:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/194\">Default workflow for team membership lifecycle? </a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/192\">Add activity when Meetup organizers host events</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/189\">Update Usermeta with latest 5ftf contribution.</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2022 01:00: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:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress.com Announces New Starter Plan For $5/Month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134782\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wordpress-com-announces-new-starter-plan-for-5-month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4495:\"<p>WordPress.com <a href=\"https://wordpress.com/blog/2022/05/25/introducing-wordpress-starter-make-your-mark/\">announced</a> a new “Starter” plan today for customers that bridges the <a href=\"https://wordpress.com/pricing/\">pricing</a> gap between the free plan and its $15/month Pro plan. The Starter plan is $5/month and includes a custom domain name, along with 6GB storage, and the ability to use payment collection blocks (Donations Form, Premium Content, and Payment Button).</p>\n\n\n\n<img />WordPress.com Pricing – 5/25/2022\n\n\n\n<p>When WordPress.com <a href=\"https://wptavern.com/wordpress-com-makes-major-unannounced-pricing-changes-slashes-free-storage-limits\">rolled out major, unannounced pricing changes</a> on April 1, slashing free storage limits, users took to the forums to express their profound disappointment in the controversial update and the company’s lack of communication around it. After receving overwhelmingly negative feedback, WordPress.com <a href=\"https://wptavern.com/wordpress-com-increases-traffic-and-storage-limits-on-new-plans-after-overwhelmingly-negative-feedback-on-initial-rollout\">increased traffic and storage limits</a> on the free plan before officially announcing it. </p>\n\n\n\n<p>Seven weeks after WordPress.com began testing the waters with pricing changes, the company has responded to feedback about the wide gap between the free and Pro plans. Many customers were diappointed to learn that they would have to pay $15/month to have access to custom domain names, even though they do not need the commercial themes and plugins included in the Pro plan. Some users expressed that they felt “trapped in the net” with the pricing updates and planned to shift their sites to new platforms. </p>\n\n\n\n<p>The new Starter plan solves some of these customer issues but it is still partially subsidized by advertising. Customers on this plan and the free plan will have ads displayed on their sites. This is different than the legacy Personal plan, which was $4/month for no ads, a custom domain, and the ability to collect payments. The fact that the new Starter plan costs more but doesn’t remove ads is a point of contention customers mentioned in the comments on the <a href=\"https://wordpress.com/blog/2022/05/25/introducing-wordpress-starter-make-your-mark/\">announcement</a>. It does, however, include Google Analytics integration, which was previously limited to customers on the legacy Premium plan and higher.</p>\n\n\n\n<p>“The Starter plan is not meant to be a replacement for the old legacy Personal plan,” WordPress.com CEO Dave Martin told the Tavern. “Our goal with every additional pricing iteration that we launch will be to learn something new. The Pro plan and the Starter plan are two of many future iterations that we plan to experiment with.”</p>\n\n\n\n<p>Martin also reiterated that customers on the legacy Free, Personal, Premium, Business, or eCommerce plans are able to continue on them.</p>\n\n\n\n<p>“[If] you are happy with your current plan, we have no plans to force you to change,” Martin said. “You can stay on your current plan.</p>\n\n\n\n<p>“Finding the right balance between the value that we deliver to our customers and the price that we charge in exchange for that value is something that generally has to be iterated towards. We plan to do just that.”</p>\n\n\n\n<p>Moving forward, Martin said WordPress.com is aiming to do a better job at communicating important updates to customers.</p>\n\n\n\n<p>“I made a mistake with how we communicated the pricing changes with WordPress Pro,” Martin said. “We listened to feedback from our customers, I took responsibility for it, and then we worked to correct that with this next phase of our pricing change. We’re constantly working to be better at communicating updates.”</p>\n\n\n\n<p>It’s interesting to see how WordPress.com is evolving its pricing in response the market and WordPress’ changing capabilities. Whereas the legacy plans leaned heavily on selling access to commercial themes, full-site editing has changed the game, giving users more customization power than before.</p>\n\n\n\n<p>The company is still planning to introduce a range of add-ons for the Starter plan to give customers more flexibility. It’s possible there will be add-ons for removing ads and adding more storage, but the company still hasn’t announced what they will offer.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 21:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: #28 – Mark Root-Wiley on Creating Standards for CSS in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=134775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/28-mark-root-wiley-on-creating-standards-for-css-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61298:\"<p>On the podcast today we have Mark Root-Wiley.</p>\n\n\n\n<p>Mark builds<a href=\"https://mrwweb.com\"> WordPress websites for nonprofits</a> in Seattle, Washington, USA with a focus on accessibility and usability. He’s a long-time<a href=\"https://wpseattle.org\"> WordPress community member in Seattle</a> and has previously helped organise WordPress Seattle meetups and WordCamp Seattle speakers.</p>\n\n\n\n<p>He maintains<a href=\"https://nonprofitwp.org\"> Nonprofit WP</a>, a free guide for people building WordPress websites for their nonprofits, and has a few<a href=\"https://profiles.wordpress.org/mrwweb/#content-plugins\"> free plugins available on WordPress.org</a>.</p>\n\n\n\n<p>He’s on the podcast today to talk about why he thinks that it would be useful for WordPress to adopt some CSS standards.</p>\n\n\n\n<p>Over the years, as WordPress has evolved, the way that you implemented CSS was very much left to the individual user, themer or developer. You could do what you like, and that worked very well, after all, we all have preferred ways of doing things.</p>\n\n\n\n<p>Now however, the reach of WordPress has outgrown those early roots and some 40+ percent of websites are using it. Projects that were built by one agency are often taken over by another. Users are often swapping themes to reflect their brand. Extra work is created for those inheriting sites as they try to unpick the way that the CSS is built and implemented.</p>\n\n\n\n<p>Mark thinks that it’s time for WordPress to lay out some simple standards which are easy to understand, and if they became universal, would save us a lot of time and head scratching.</p>\n\n\n\n<p>He’s not proposing anything radical, just some basic advice for the most commonly used CSS, and it’s quite a compelling idea which would need a lot of community buy-in, and possibly some top-down approval if it were to move forwards.</p>\n\n\n\n<p>It’s very much the kernel of an idea at present, but thought provoking nonetheless.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://mrwweb.com/standardized-design-tokens-css-wordpress-future/\">Standardized Design Tokens and CSS for a consistent, customizable, and interoperable WordPress future</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38998\">Standardized block markup, theme.json design tokens, and CSS classes to improve interoperability</a></p>\n\n\n\n<p><a href=\"https://codepen.io/mrwweb/pen/bGYQKae\">Variable Design Token Scales with Static CSS Classes (Proof of Concept)</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/04/13/core-styles-and-theme-customization-the-next-steps/\">Core Styles and Theme Customization: the next steps</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38719#issuecomment-1087145463\">Explore options to add back semantic classnames to block wrappers</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38167\">Add a Style Engine to manage rendering block styles</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox has a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, creating standards for WordPress’s CSS.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast well, I’m very keen to hear from you, and hopefully get you all your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the contact form there.</p>\n\n\n\n<p>Before we start, I thought that I’d let you know that there won’t be an episode of the podcast next week. This is because I’m hoping to be going to WordCamp Europe. I’ll be there with my microphone, recording episodes for the coming weeks. If you’re going to be there too, it would be lovely to meet up.</p>\n\n\n\n<p>So on the podcast today we have Mark Root-Wiley. Mark builds WordPress websites for nonprofits in Seattle, Washington with a focus on accessibility and usability. He’s a long time WordPress community member in Seattle and has previously helped organize WordPress Seattle meetups and WordCamp Seattle speakers.</p>\n\n\n\n<p>He maintains NonprofitWP. A free guide for people building WordPress websites for their nonprofits. And has a few free plugins available on wordpress.org.</p>\n\n\n\n<p>He’s on the podcast today to talk about why he thinks that it would be useful for WordPress to adopt some CSS standards. Over the years as WordPress’s evolved, the way that you implemented CSS was very much left to the individual user, themer or developer. You can do what you like, and that worked very well. After all, we all have preferred ways of doing things.</p>\n\n\n\n<p>Now, however, the reach of WordPress has outgrown those early roots and some 40 plus percent of websites are using it. Projects that were built by one agency are often taken over by another. Users are often swapping themes to reflect their brand. Extra work is created for those inheriting sites. As they try to unpick the way that the CSS is built and implemented.</p>\n\n\n\n<p>Mark thinks that it’s time for WordPress to lay out some simple standards, which are easy to understand, and if they became universal would save us a lot of time and head scratching.</p>\n\n\n\n<p>He’s not proposing anything radical. Just some basic advice for the most commonly used CSS. And it’s quite a compelling idea, which would need a lot of community buy-in, and possibly some top-down approval if it were to move forwards. It’s very much the kernel of an idea at present, but thought provoking, nonetheless.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Mark Root-Wiley.</p>\n\n\n\n<p>I am joined on the podcast today by Mark Root-Wiley. Hello Mark.</p>\n\n\n\n<p>[00:04:02] <strong>Mark Root-Wiley:</strong> Hello. Thanks for having me.</p>\n\n\n\n<p>[00:04:04] <strong>Nathan Wrigley:</strong> You are really, really welcome. I always like to begin the podcast with a bit of orientation. I think it’s very important that the audience gets to know a little bit about our guests. Who they are, what their journey with WordPress is and so on.</p>\n\n\n\n<p>So although the question is a little bit generic, I’m going to ask it anyway. Please, just give us a little bit of a history about yourself specifically in relation to your WordPress journey.</p>\n\n\n\n<p>[00:04:28] <strong>Mark Root-Wiley:</strong> Awesome. Yes, let’s see. It’s been a pretty long one at this point. I am a child of the web almost. So, even back in the middle grades, I was learning to make websites. And so, it’s always been my hobby and my passion. And so when I, when I went off to college and got a degree in sociology, of course, that was much less employable than web work.</p>\n\n\n\n<p>So, I looked around at all the systems and I had some jobs and internships where I was working with Joomla and Drupal. And so of course I ended up landing on WordPress. So since 2010, I’ve been here in Seattle, Washington where I build WordPress websites specifically for nonprofits most of the time, and so, my journey has really been that about serving clients, building custom themes doing some custom plugin work, but really like, deep in the world of WordPress for well over a decade now. And, I got to say, I love it and I’m not considering going anywhere anytime soon.</p>\n\n\n\n<p>[00:05:19] <strong>Nathan Wrigley:</strong> Oh, that’s excellent news. Now the topic under discussion today is going to be CSS and in particular, we’re going to reference right at the beginning, an article, which was published by Justin Tadlock on February 22nd on the WP Tavern website. And it was called the case for a shared CSS toolkit in WordPress.</p>\n\n\n\n<p>And we’re going to get into the nuts and the bolts of that in a moment because Mark, I think it’s fair to say, would like to see some kind of overhaul in the way that WordPress handles CSS. And as I say, we’ll get into what that means in a moment. But Mark, I know that you may not be able to lay out the history of CSS in WordPress perfectly for us, but clearly you believe there’s a problem.</p>\n\n\n\n<p>I’m just wondering if you could give us any insight that you’ve got into the way that the legacy of CSS in WordPress has meant that we’ve got a problem where we are right now. What has been going on and where are we at now?</p>\n\n\n\n<p>[00:06:15] <strong>Mark Root-Wiley:</strong> It’s such an interesting question, and I think if I had to boil it down to just one sentence answer, you know, it’d probably be there used to not be very much CSS in WordPress and now there’s a whole lot more. To really expand upon that, I think what has happened is, you know, it used to be that WordPress really only had a little bit of front-end markup that it would put out. There were things, HTML for menus, HTML for the search form, HTML for widgets and themers just sort of applied their own CSS to that.</p>\n\n\n\n<p>Maybe in some limited cases, WordPress had a little bit of CSS that they were adding to the front, but really very little. And with the block editor, we saw the project looking to really empower users to be able to control much more design of the sites they build, through the WordPress editor interface.</p>\n\n\n\n<p>And if you want to give people more control over the design, you’re going to be, at the end of the day, you have to do that with CSS. CSS is the language we use to make design on the web. And so it has just become much, much more complicated. And I think all software, you know, to some extent, right, it’s always evolving, but I think in our world of open source, that development process can be much messier and much more organic. And I think that that can be a benefit sometimes. But I think that maybe this is one of those instances where, right now there’s a lot of different ways for accomplishing, you know, similar types of CSS on the front end. Certain blocks handle their CSS in different ways.</p>\n\n\n\n<p>And I think we’re just seeing that, you know, it’s been what, three or four years now of the block editor and there still isn’t really a strong opinion of sort of, this is the way that the block editor handles CSS and that has made it really hard for, people in my chair. I’m trying to make themes that are going to work every time I hit the update button on WordPress.</p>\n\n\n\n<p>There’s just more complex CSS. There’s more of it. It’s done in varied ways. With more code comes more complexity and, it’s time to try to bring some order to that complexity.</p>\n\n\n\n<p>[00:08:20] <strong>Nathan Wrigley:</strong> So it’s a case of the project being older than it was 15 years ago. There’s more that’s been added on top. It’s like a layer cake. We’ve had update after update, after update and things have been added in and fiddled with. We’ve had complete turnarounds in the way the interface has been put together and so on Gutenberg and all of those kinds of things.</p>\n\n\n\n<p>And, essentially we’ve now got something which you, I think it’s fair to say, you would like to have a bit of a reset. You’d like us to rethink the way that the CSS is handled. And you’ve got some ideas around that.</p>\n\n\n\n<p>Could you give me, before we get into the weeds of it, could you give me examples of pain points that you believe need solving? And you can be as specific as you like, you could describe a particular website that you built and a particular moment where you realized, ah, there’s things that I wish were different. So pain points that illustrate well what the problem is.</p>\n\n\n\n<p>[00:09:12] <strong>Mark Root-Wiley:</strong> Yeah, that is such a, such a good question. I think that in some ways, the WordPress 5.9 release gave us a brief set of examples that I think made things hard for a lot of us themers. What probably looked like fairly small changes to for instance, the HTML and CSS of the cover block.</p>\n\n\n\n<p>There was I think one class that was removed from buttons that told you about the orientation of the buttons, how they were vertically aligned. But when that was removed, suddenly all these themes that had written CSS styles where they needed to know the alignment of buttons on their site, they just stopped working because that class had been removed.</p>\n\n\n\n<p>So rather than even really an overhaul, I think it’s a lot more about refining the practices and making a public commitment to, in the future, we are going to include classes in all of these circumstances, so that you can rely on them.</p>\n\n\n\n<p>We are going to output all of our CSS rules with a certain specificity. It’s time for the CSS to sort of be better, organized, more consistent, and just communicated better. Which is not really an issue of code, it’s more matter of having standards for the project. If anything that’s really what I am hoping to see.</p>\n\n\n\n<p>[00:10:24] <strong>Nathan Wrigley:</strong> You’re not the first person to suggest that this would be a good idea. It feels in the article, at least anyway, you, you make the point that you are standing on the shoulders of giants, really. And do you just want to give a shout out to some of the people who in the past have elucidated what it is that you’re trying to do? There’s several of them, but I think it might be nice to give them some credit along the way.</p>\n\n\n\n<p>[00:10:46] <strong>Mark Root-Wiley:</strong> Absolutely. Yes. I completely agree. I hoped that when I wrote my big blog post, this proposal that I know we’re going to talk about. What I see as one of the strengths is that there’s very little original thought in it. It’s really trying to bring together all these other great ideas from other people.</p>\n\n\n\n<p>I think it goes back to, and I think you can still find it, the theme user experience standards, or TUX that came from Automattic’s theme team. And I think they have an example we should talk about in a little while. So, I owe a lot to them. Rich Tabor, I think about two years ago had some really awesome posts about what it would mean if we could standardize how we named font sizes, how we named colors and how we handle spacing and WordPress.</p>\n\n\n\n<p>I think that’s a critical thing that we really do want to make happen. That’s something that I would love to see. And then, I think if you’re just tooling around on GitHub and following, you know, people who are filing issues and the Gutenberg repository, or writing about it. I certainly think Matias, one of the lead developers of the Gutenberg project has written really, really smart stuff about CSS.</p>\n\n\n\n<p>And there were also I think, a couple of like small folks I want to give shout outs to. Louis herons on Github, talked about having a theme block contract. Things that themers can count on for blocks, making that contract. I love that phrase. I think that is super important. And I think also, uh, Andrew on ocean has written about needing different layers of CSS. And I really liked that idea too.</p>\n\n\n\n<p>[00:12:11] <strong>Nathan Wrigley:</strong> Well, thank you. Hopefully, they’ll be listening in and they’ll acknowledge your acknowledgement, which is nice. So the idea really is you want there to be some sort of overarching structure. You want there to be some sort of consistency in the way that things are handled, and that WordPress Core would make moves towards that.</p>\n\n\n\n<p>Now this is probably something that you’re going to have an opinion on, but there are out there already, all sorts of different ways of handling CSS. Frameworks, and what have you, you know. Just off the top of my head written a couple of down here, you know, you’ve got CSS Grid and Bootstrap and so on, but I’m pretty sure that that’s possibly not the approach you want us to go down. You don’t want to bolt those into WordPress Core?</p>\n\n\n\n<p>[00:12:52] <strong>Mark Root-Wiley:</strong> Definitely not. Yeah. I think that WordPress has never taken a really strong position on like, this is how your theme code has to be written, and if you’re going to pull in an entire CSS framework like Bootstrap or Tailwind, that’s way more opinionated. That would be very limiting to anyone who didn’t want to do things that way.</p>\n\n\n\n<p>So, I think, when I sat down and really thought about like, what is it that I as a themer want. What it was is really baseline standardization more about just making sure that all block HTML and block CSS are done in a similar way. So that they’re, they’re sharing styles, they’re sharing CSS classes.</p>\n\n\n\n<p>I think that there is also a ton of power if we can just standardize key styles that every site is going to need. So colors and font sizes. The amount of space between elements, things like that. But certainly not going as far as something like Bootstrap where there’s, gosh, sliders and drop down menus and modal dialogues and all those things.</p>\n\n\n\n<p>It’s not at all about that. It’s really, I think the word I really settled on is it’s, it’s a toolkit. It’s providing more tools that all theme developers, all plug in developers, we can all use and share, but we still get to choose how we use them and how much we use them. So that, if we want to play nicely together, you know, those tools are available, but we can still choose to do things in our own way where it makes sense.</p>\n\n\n\n<p>[00:14:18] <strong>Nathan Wrigley:</strong> We mentioned at the start that there was a WP Tavern article, which in turn was written because of something that you wrote and I’m going to include everything that we talk about today as far as possible in the show notes. But if you wish to pause this podcast and go and read Mark’s piece, it’s called standardized design tokens and CSS for a consistent, customizable and interoperable WordPress future.</p>\n\n\n\n<p>You’re going to find that over at There’s no, no hyphens or anything like that. It’s just M R W web.com. That outlines everything that Mark is talking about. And so that really frames the conversation that we’re going to have from this moment on.</p>\n\n\n\n<p>Now you mentioned that you wanted some sort of standardization. Presumably if that’s the case, you believe that the standardization at the moment is lacking. It’s messed up. It’s a muddle for people to create things. Everybody’s using their own different ways of doing things. Just kind of outline the specific problems about fragmentation versus standardization. What is it that you’re trying to overcome? What are the problems in Core that we’ve got at the moment? Things that need amending. Things that possibly need creating or uncreating?</p>\n\n\n\n<p>[00:15:35] <strong>Mark Root-Wiley:</strong> Yeah. I’m going to answer your question and I think I want to like start us maybe five years in the future and then walk backwards to get there. in five years, I think we’re going to see a lot of sites that were built with the early years of the block editor.</p>\n\n\n\n<p>Like now suddenly they’re needing to move to new themes. And so what does that look like? And, right now what we have are a lot of what I think of as kind of in the moment decisions that have been made. Both by the themer and the editor. Let’s take the theme or example first.</p>\n\n\n\n<p>So, the block editor from day one has always allowed themers to define named font sizes, right? So, they can call them whatever they want. A lot of themers have something like small, medium, large, extra large, I know. Justin Tadlock on the Tavern posted his extensively researched list of font size names that he likes. Definitely worth a read for anyone who hasn’t seen that.</p>\n\n\n\n<p>But I think the critical thing is that you can call them whatever you want. You can call them broccoli, apple, bicycle. You can call them seven forty, two ninety six, even if that has nothing to do with their sizes. And so what this means is that if we’re going to switch to a new theme in the future, if we switched to a theme that uses different names, all those font size settings that were set on the last version of the site are just gone. There is no bridge.</p>\n\n\n\n<p>And so if we could agree to some like naming schemes, whether it is small through large, or even just 0 1, 2, 3, 4, 5, 6, 7. Now, when you move from one theme to another, you’re going to inherit, the choices that were made by the editors of the site, and be able to keep content as intact as possible. And right now I think the systems that the block editor is giving us are not really encouraging that consistency.</p>\n\n\n\n<p>And it hasn’t really bitten us yet. The problems I think are coming. And so when I talk about portability of content. That’s what I’m talking about is how, what happens when we move from one theme to another. And I think that when you make that process smoother, it’s because you have good standards and that’s going to benefit everybody, working all the time.</p>\n\n\n\n<p>[00:17:41] <strong>Nathan Wrigley:</strong> So the idea then is that things would become more standard and hopefully the community as a whole would adopt some standards.</p>\n\n\n\n<p>Now, although we haven’t discussed this in our conversation prior to clicking record, I’m curious about your thoughts about this. Do you have any expectation that this would be something that would be, if you like, top down, in other words, would this be something which you would like to just be reflected in documentation?</p>\n\n\n\n<p>And it’s a thing that you could use, or are you looking for a framework for CSS where really there are standards, which must be adhered to. In other words, you don’t really get to choose. If you want to be a WordPress theme in the repository, then you must do it in such and such a way. And over time, you mentioned five years in the future, we slowly encourage people to become the writers of CSS in that way.</p>\n\n\n\n<p>[00:18:38] <strong>Mark Root-Wiley:</strong> That is such a tough question. I think that I guess I’ll say a few different things. I mean, I think that whenever possible, it’s better to use carrots than sticks. And I think that, right now in fact, I think the theme dot json standard is a great one where, if you’re building, what we’re now starting to think of is like classic themes.</p>\n\n\n\n<p>Like you can use the theme dot json it’s on, it’s up to you and you also get like a ton of benefits by doing it. So I think that if we had standards like this, there would just be tremendous benefits to anyone who uses them, because themes would sort of work more similarly and even, there would be ways where plugins could suddenly sort of start referencing theme styles.</p>\n\n\n\n<p>I would like to think that maybe this could bubble up, and be, you know, a community standard that people want to buy in, but aren’t forced to buy into. At the same time, I don’t know what it’s going to take to get this moving. Standardizing semantic names is something, we could talk about it forever.</p>\n\n\n\n<p>And so I know that I personally, like I put out, in my blog post, a bunch of suggestions for the names. I thought really long and hard about them. I have my reasons. And honestly, like if someone said, nope, we’re going to use this really weird naming scheme that I don’t really care for anyway, I would use it in a heartbeat. I think having standards is more important than the specific names of them are. And so I do think that, there could be some room for some top-down decision-making here. As long as it’s a fairly simple thing, and we’re not going to punish people for not using it.</p>\n\n\n\n<p>In WordPress land, you know, maybe that means we’re going to maybe throw some errors on occasion if you’re not using, some warnings, excuse me, not errors warnings. But no errors, nothing’s going to actually quit working.</p>\n\n\n\n<p>[00:20:21] <strong>Nathan Wrigley:</strong> You mentioned in the piece that there are some recent issues They were obviously some kind of catalysts for you, where you thought, okay, these kinds of things are happening and it makes it pretty obvious that we need to rethink this. I’m just going to read them out, and maybe this will give some context to somebody listening to this.</p>\n\n\n\n<p>You say to quote, recent issues make the need for a consistent, transparent approach, clear. Classes that were previously present and used by theme authors have been removed in favor of inline styles. Okay, we’ll get onto why that’s bad. Inline styles are redundant, hard to override and remove valuable selectors for theme authors. New instances of important, let’s just say that, CSS rules catch theme authors by surprise. Markup changes to Core blocks were only announced after the fact.</p>\n\n\n\n<p>Now, I don’t know if you want to take all four of those or just riff on generally why you think these are the core things which need to be addressed, but yeah, there’s obviously something in there that sparked your interest and made you want to create this framework, if you like. Let’s just talk about that for a minute. Have you got something to say around that? What is it that you’ve found problematic?</p>\n\n\n\n<p>[00:21:27] <strong>Mark Root-Wiley:</strong> I certainly have things to say. I suspect that honestly, maybe it was just random, how many, how many issues in 5.9 there were that sort of just got my goat as it were. I think that this is maybe one of the areas where there has already been a little bit of movement actually, which is wonderful. So yesterday, was this day when sort of all the dev notes for WordPress 6.0 showed up on the make.wordpress.org/core blog, and it included a lot of announcements about some changes to things, that are coming in WordPress 6.0. And I think that that advanced notice, already feels like, maybe some of what I’ve been saying has been heard and, and that, that is really great to see.</p>\n\n\n\n<p>So, you know, there’s going to be some changes to like how images get aligned, the quote blocks CSS, some changes around the group block in the block editor. And, I’m really happy to see that communication. So I do think that some of these smaller things were addressed, but I also think that the fact that some classes disappeared and some markup changed and nobody knew about it, and like important CSS got added. If you ever want to like really get a bunch of people worked up about CSS, just start talking about important.</p>\n\n\n\n<p>I think the fact that those all happened at once, I think more than any one specific issue, it just felt like, okay, there’s a lot of people changing a lot of things all at the same time and there’s no cohesive vision for we’re trying to take CSS in WordPress.</p>\n\n\n\n<p>[00:22:47] <strong>Nathan Wrigley:</strong> Yeah. So essentially you want there to be far less surprises in the way that things are released and also to have some cohesive framework that everybody can dip into and everybody understands because it’s been well-documented and everybody can buy into it. As you said, carrot, not stick, because it just makes sense.</p>\n\n\n\n<p>The article on the WP Tavern website had a very large amount of commentary on it. More so than anything I’ve seen in quite a while, to be honest, a lot of praise for the idea of what you’re doing. A lot of people saying, yes, we need this, we need this right now. And to develop it a little bit further, you are, you’re keen to get involved in a semantic approach.</p>\n\n\n\n<p>Now that might not be obvious to everybody. So what does that mean? What is it you hope would come out of this? We may have a different vocabulary, in use in the end, but the idea is that we’re going to be substituting words or not as the case may be. So talk to us a little bit about that.</p>\n\n\n\n<p>[00:23:43] <strong>Mark Root-Wiley:</strong> Yeah. I when I’m talking about semantics here, it’s really about can we establish shared meanings for some naming conventions within our CSS? So, back to the font size example earlier, if we can all agree that every time we name our font sizes, we’re going to call them small, medium, and large.</p>\n\n\n\n<p>And every time we create our color palettes, we’re going to start with a primary color and a secondary color and maybe an accent color. Having that shared meaning, that’s what semantics are, is going to just provide so many benefits, and it’s also going to speed things up.</p>\n\n\n\n<p>There’s going to be less mental overhead, fewer decisions that themers have to make. There’s just tons of value there. Thinking back I had mentioned that the theme user experience standards were maybe the best spiritual forbearer to this kind of point of the proposal. One of the things they recommended is when you’re naming your menu positions to call them menu one, menu two, menu three, menu four. Maybe that’s not what I would have chosen, but I started doing it and I’ve done it ever since.</p>\n\n\n\n<p>And what it means is that any time I switched one of my themes to another themes that uses that same menu naming convention, like, the same main menu just popped up in the header, right where I would want it to be without me having to update any settings at all, just because, our themes knew how to talk to each other.</p>\n\n\n\n<p>So it’s really about, can we make our themes and plugins talk to each other better and, ironically or, or appropriately, I think that just means we all need to do a bit more communication together in the project.</p>\n\n\n\n<p>[00:25:10] <strong>Nathan Wrigley:</strong> Let’s get into weeds of the areas you think ought to be covered off, with some kind of framework. I keep using the word framework. I hope that’s okay. So for example, you mentioned fonts and you mentioned that the fonts might have things like small, medium, large, and that could probably extend up and down.</p>\n\n\n\n<p>But also there’s obviously other things in CSS that we would like to cover. So before we get into nomenclature of what those things might be, let’s just talk about the things that you want to cover aside from fonts. What other things do you think are so essential that we need to have a standard that everybody just understands?</p>\n\n\n\n<p>[00:25:47] <strong>Mark Root-Wiley:</strong> Great question. So in terms of those kinds of like standard things that we should name, I think beyond font sizes, including font weights, because if you’ve ever used a font, you know, that some have nine or now in infinite number of weights. So we need a way to sort of have a standardized font scale. Colors and gradients I had mentioned.</p>\n\n\n\n<p>And again, that’s something where WordPress already lets us name our colors and gradients. So let’s just agree to always call them the same things. I think font families. So what are you using for your copy versus what you’re using for your heading? And then I would love to also see maybe some border widths, and probably the biggest one that I am most excited about is let’s agree on one or a few named scales for spacing.</p>\n\n\n\n<p>So the space between blocks in a post, also the space between columns. The space between a gallery. If we can all agree on those names, then we can have a gallery with small space, a gallery with large space. And that’s just always going to look good from theme to theme, even though those values are going to be different and up to the themer.</p>\n\n\n\n<p>[00:26:53] <strong>Nathan Wrigley:</strong> So aside from the fact that you would like to take into account things like font sizes and weights, colors, gradients, font, families, borders, spacing gaps, and so on columns and what have you. There would obviously need to be things that are associated with those, and you, you mentioned font sizes, small, medium, and large. Do you have some sort of insight into how far each of these go? Let’s for example take font sizes or weights? Well, let’s go for font sizes just for illustrative purposes.</p>\n\n\n\n<p>How far would you like to take that, and do you have a system for making it so that it can be extendable indefinitely? So an example might be, one dash large or something like that, or XL large or something like that. Just give us a flavor of how far that scale would go down as well as up.</p>\n\n\n\n<p>[00:27:39] <strong>Mark Root-Wiley:</strong> Yeah, that’s a good question. So I think, if it were up to me, if I were making a top-down decision, I think I would just pick a scale of numbers. Either, you know, starting at zero or going up, or maybe even centered around zero with positive and negative numbers. I like the fact that you don’t need to know English to use a scale like that, and it is infinitely scalable.</p>\n\n\n\n<p>I think the other scaling systems that a lot of people really like is what’s often called a t-shirt sizing. So instead of small, medium and large, we would just have S M and L. And the nice thing about that one is you can infinitely go in either direction.</p>\n\n\n\n<p>So XL, XXL, XXXL. It gets a little silly after a while, but you can do it. Some people like to say like three XL instead of XXXL. And you can do the same with XS, extra small. I will say that I think that when it comes to what WordPress should be standardizing, I don’t think it makes sense for us to say that every theme needs to have a 15 point scale for font sizes.</p>\n\n\n\n<p>Some themes are gonna want three or five and that will be fine. I like to think of, of the 80 20 rule. 80% of needs out in the world can be satisfied by only 20% of the possible names in this case, that we could come up with.</p>\n\n\n\n<p>So I think that for something like font sizes, a seven point scale, maybe would probably meet everybody’s needs in terms of switching from site to site, and keeping things looking pretty good. Again, to go back to sort of like why I like to think of this as a tool kit. I wouldn’t want to ever say that themes can only have seven font sizes. Right. It would just be that if they want more than that, they’re on their own to go figure that out.</p>\n\n\n\n<p>I will say that I did, I did a lot of thinking about this even after my blog post. And there’s, there’s a demo I put together that was showing how maybe we could even have a way of having really big scales that could kind of shift down to only a three point scale, or maybe you want to have a five point scale, but it skipped 0.4. I think there’s some clever things you can do with CSS custom properties that could allow that to happen. So you can find that demo in the blog blog post.</p>\n\n\n\n<p>[00:29:38] <strong>Nathan Wrigley:</strong> Yeah. I ran that demo. That was really useful to look at that. But let’s move on to colors and much, much more constrained there. You just want a handful really unlike font sizes, which there’s definitely more scope with colors. You just want a few basic standards that will satisfy most websites I guess?</p>\n\n\n\n<p>[00:29:56] <strong>Mark Root-Wiley:</strong> I think that’s right. And I think that the more colors that we defined, probably the more disagreement there would be. What purpose does the fifth most important color in your palette have versus what purpose does the primary or secondary colors have in your palette?</p>\n\n\n\n<p>And so I think that, especially for colors, I think it’s the best example where if you had a bunch of standards, they probably wouldn’t actually be that useful. So let’s just, let’s keep it simple, right? Let’s not, over-complicate this. Let’s make as few things we all need to agree on as possible. So hopefully we can actually agree on them and move forward.</p>\n\n\n\n<p>[00:30:28] <strong>Nathan Wrigley:</strong> The font weights and the font size is obviously really dramatically changed the way a website looks. And if you switch from theme to theme and those get messed up, it really can look remarkably different. And you mentioned spacing, so gaps and columns and padding and margin and all that.</p>\n\n\n\n<p>Again, it can really catastrophic effect things. What was a very small space can become a gigantic gulf, given a change in theme and so on, and so I was just wondered let’s ask the basic question again. What kind of constraints are you placing on that? How many different things do you think you need regarding spacing and gaps and all of that? Are we looking at dozens of different options or just three or four?</p>\n\n\n\n<p>[00:31:06] <strong>Mark Root-Wiley:</strong> My first thought was, we probably only need maybe five, and I think that that probably would be about enough. If someone wants to do a few more than that, that would be fine. I think that spacing is maybe a really good example of the other key reason why I would love to see themes like shifting to these scales, because right now, for the most part, when an editor wants to change the spacing, of something in their posts, they can, you know, set a specific margin value or a specific padding value.</p>\n\n\n\n<p>They can say, I want the top margin of this image to be 24 pixels. And they’re making that decision based on how their content looks in that moment, on their screen with that specific theme. Let’s say design trends again in five years are like really into white space. Maybe that 24 pixels is going to look super tiny all of a sudden. So if we can allow editors instead of having to pick a number and on the next page, they forget that they entered 24. And so they entered 20. And like now there’s just chaotic numbers all over the place. If we just say like, well, at the top of this image, I want to have a large margin.</p>\n\n\n\n<p>Now, when they move to their next theme, it’s going to be not 24 pixels, it’s going to be whatever that is in the next theme. It’s always going to look cohesive. And so I think it’s really important to point out that it’s not just about standardizing the scales for theme developers, but I think if we provide these scales as options for customizing post content, we’re going to see editors just having to like not think so specifically, and that’s actually going to enable them to be more consistent, both in the moment and in the future, when they need to sort of switch their design.</p>\n\n\n\n<p>[00:32:43] <strong>Nathan Wrigley:</strong> In a sense, you’ve read my mind because my next question was really about that because obviously your doing this for a living, you can probably come up with some naming system, some framework that works for you, and just keep executing that over and over again. But, that’s not the world. We live in the world where you’ll probably take over a website in a few years’ time that somebody else built, and it will be littered with CSS classes and CSS styling, specific to that exact one little thing on that one page and how on earth did that happen?</p>\n\n\n\n<p>But it did. And so you need to go back and unpick all of the problems. So there’s that. The developers amongst us have probably figured out a system for themselves over the years, and they’ve got something which works. But when you swap a website, when you go and take on somebody else’s work, the fact that there’s consistency and stability in the naming of things would really help.</p>\n\n\n\n<p>But then you mentioned the bit, which I thought was really interesting, about the non-technical users and having things in easy to understand, non-technical language that somebody can just get a hold on and okay. All right. It would appear that that thing, okay, might not be the most obvious name in the world, but right, it does that. And it seems to do that consistently over the site. That just makes sense for end users.</p>\n\n\n\n<p>You described them as editors, but it could be anybody touching the website who has the capability to edit things. They, they really don’t want to get involved with CSS. In fact, that’s probably their worst nightmare that they need to think about CSS. They just want a handful of things, easy to understand. A minimal array of choices. The styling decisions were made months ago, and I’m just happy to stick with them.</p>\n\n\n\n<p>[00:34:17] <strong>Mark Root-Wiley:</strong> You probably described that bit better I ever could. And, I think it really gets to this, there are lots of strong feelings about, is WordPress maybe becoming more like a site builder? Is it forgetting about being a content management system?</p>\n\n\n\n<p>I truly believe that I think it can be both. And I also think that a lot of the work, especially around full site editing right now, like it has that more site builder mindset. And so I do think it’s important to remember that not every person with a WordPress site wants that super, super, super fine-grained control.</p>\n\n\n\n<p>You’re right. I work with folks that just, they are busy professionals in nonprofits in particular. A lot of the organizations I have, you know, whoever is updating the website that is a teeny tiny part of their job. It’s probably not even in their job description at all sometimes.</p>\n\n\n\n<p>They don’t want to be thinking about pixels or ems or if they don’t even know what MSR right. Can’t I just have some large space. That’s all I want, right. And so I think that not only are there these like huge technical advantages behind the scenes, but I really do want to just call out that I think this could actually like, just bring some simplicity to the editor and like help people make good decisions without constraining them.</p>\n\n\n\n<p>[00:35:25] <strong>Nathan Wrigley:</strong> It also provides some kind of muscle memory options as well, in that if you have been working with a WordPress website, let’s say you’re working for company A over here, and you’ve been working with a WordPress website, and you go to interview for another job and they say, have you any experience with WordPress website?</p>\n\n\n\n<p>Yeah, that’s fine. I can do that. Then you don’t need to relearn it over on this site though. That thing does. Okay, that wasn’t quite expecting that. That’s a lot bigger than I thought. It makes the whole process of editors moving from one website to another easier as well. So it just seems like a bit of a win-win.</p>\n\n\n\n<p>Now having said all of that, we’re 15 years plus into the project. Everybody in the comments on the Tavern article seemed to think this was a cracking idea. You seem to think it’s a cracking idea, the likes of Rich Tabor, they think it’s a cracking idea. And yet here we are talking about it as an idea.</p>\n\n\n\n<p>What’s holding us back? What is stopping this gaining momentum if it’s such a sensible idea? Are we, is the project too limited in time? Are we concentrating on other things? You may not have the answers, but you may have some intuitions.</p>\n\n\n\n<p>[00:36:33] <strong>Mark Root-Wiley:</strong> I guess I would start with, this is, you know, a little off the cuff, just a theory, but I do think that the block editor is written in JavaScript. And so the amount of JavaScript in the WordPress project in the last few years has just exploded.</p>\n\n\n\n<p>To be really clear, that’s fine. You couldn’t build the block editor without that level of JavaScript. But I do think it means that a ton of the development is done. When people are thinking in terms of JavaScript, and I will say that, one thing that I’ve looked for and I don’t really feel like I’ve seen a lot of, is people sort of starting with, like, what do we want the output to look like? What is the ideal HTML and CSS to allow a user to select the margins of their images, you know, how do we want to handle that? And then build the interface that’s going to enable that.</p>\n\n\n\n<p>It feels like it’s sort of working the opposite way. If we’re worried about what is the settings interface going to look like? And then like, we’ll figure out what the code, to make it actually work on the front end is going to be last. I do think that maybe working backwards a little bit more frequent. What CSS do we want, and now how are we going to make sure that it can be created in a sensible way? I wonder if that would help, because at least to me looking, somewhat from the outside, it doesn’t seem like folks are working that way.</p>\n\n\n\n<p>And now having said all of that, I think it’s mostly a people and a communication problem. And I think that’s just harder than tech problems, right? Give someone an infinite amount of time and by themselves they could build the block editor on their own, but they certainly could not organize an entire community to agree on what to call font sizes.</p>\n\n\n\n<p>That just requires folks coming together. And honestly like making compromises and, and trying to think about what’s best for the community and not just best for themselves. I think that’s really hard. I think we can do it. I think things like that have happened in the past. I do think that’s the fundamental issue and so I don’t, I don’t know exactly what’s needed though.</p>\n\n\n\n<p>Again, that’s why I do wonder, could someone maybe make a, a bit of an executive decision on this one and, and just try to say this is happening and we’re going to be taking comments for this long, and then we’re going to make a decision and roll with it because we think the advantages to having a system are bigger than the disadvantages to any sort of, in the weeds decision that might make it through.</p>\n\n\n\n<p>[00:38:47] <strong>Nathan Wrigley:</strong> I wonder if it’s because CSS, of all of the different parts of WordPress. The HTML and the CSS bits, they’re the easy building blocks, aren’t they? They’re the bits that a lot of people can get hold of really quickly. And with a quick flick through some kind of 1 0 1 tutorial, you can get yourself up and running with the basics of font sizing and padding and margins and, and quickly gain an understanding of it.</p>\n\n\n\n<p>And so everybody’s been left to their own devices on that. The theme may very well take care of all of that, of all of that for you. And you may need to adjust absolutely nothing. You’re entirely happy with the theme and you don’t dabble. But if on that one particular occasion, you just wished to change that one particular thing you want the, I, don’t know, the, the heading to be slightly bigger, you just fiddle about and locate the CSS for that and modify it, add something to a style sheet, so on. And it’s fairly straightforward and it can be done by more or less anybody on their own, but it doesn’t require any consistency. Naming what you like so long as it works.</p>\n\n\n\n<p>But your approach is, is slightly different. And yeah, it feels as if maybe it’s not got the momentum at the moment, but it feels like, you know, maybe with things like this happening, your initiative happening, people talking about it more, maybe somebody could take this on. And as you say, maybe at some point it does need somebody on high to make a decision executively and say, okay, we’re going to concentrate on this and it’s going to become important. But I don’t know that any of that is in the roadmap right now. So you may need to keep banging the gong for a little bit longer I think.</p>\n\n\n\n<p>[00:40:23] <strong>Mark Root-Wiley:</strong> I actually, you know, I, I played a lot of percussion growing up, so I love banging a good gong. One thing I noticed is, you mentioned the number of comments on the Tavern post, I certainly got a few comments on my blog post and I published a, sort of a Github issue that the sister of the blog post and it got a lot of comments and, and I do think people are listening.</p>\n\n\n\n<p>I’m not sure what’s required to sort of get some action steps. But, I will say that, what really made me think that, yes, I, I do think people are listening at this moment is there was a blog post, at this point, I think about a month ago, on the make wordpress.org/core blog called core styles and theme customization, the next steps.</p>\n\n\n\n<p>The gist of that post is basically like here’s a bunch of links to get hub issues, please go read them and leave your feedback. The speed of change in an open source project is never going to be what we want it to be. And I really do try to always remember that when I’m feeling impatient, which is certainly why I wrote this whole thing.</p>\n\n\n\n<p>But I do think that, it is important for folks to always be paying attention, always be sharing their mind, because I do think, at some point, especially if a lot of us keep talking about this, like some decisions will get made. And so, you know, make sure if you’re interested in this, make sure to go leave some comments on, on these issues and keep bumping them up so people can see that they are high priority for a lot of us in the community. I know it’s not just me.</p>\n\n\n\n<p>[00:41:42] <strong>Nathan Wrigley:</strong> Yeah, it was quite interesting. The article that you mentioned, the core styles and theme customization, the next steps I was highlighting the bits that were basic replications of everything that you were saying. And quite a lot of the article got highlighted. Let’s put it that way. So it would seem that, on some level, there is movement here and people are definitely in agreement with you.</p>\n\n\n\n<p>Do you have any insight into how this might get revved up and get more interest attached to it? In other words, are you willing to put your best foot forward and become somebody in the vanguard? Like I said, banging the gong. Or do you find that there’s probably a better way of, have you got any insights into where people could go if they agree with you and want to get involved to make this happen?</p>\n\n\n\n<p>[00:42:25] <strong>Mark Root-Wiley:</strong> Gosh, it takes everyone in the community weighing in, I think that. One thing I’ll say is that, you know, I tried to get a lot of people to review my blog post and, even gives me advice on like, how should I publish it and who should I let know about this?</p>\n\n\n\n<p>Cause I think that if it’s just me it’s ineffective. It does need to be a community. And so, you know, I would say I would love to see other people sharing their own proposals even. I don’t know. I don’t even know if you want to include this part, I don’t think it can just be me.</p>\n\n\n\n<p>I it’s pretty silly actually. I published this blog post and then 24 hours later, we had a new baby. I definitely had to fall off the face of the earth and disappear for a while, but I was so thrilled to see other people, saying like, yeah, this is awesome. And here’s the couple of things I have to add.</p>\n\n\n\n<p>[00:43:08] <strong>Nathan Wrigley:</strong> There’s a whole lot towards the end of the article where you outline the different problems that your solution may solve. I won’t list them all now, but all of it kind of makes common sense to me. One can only hope that the ideas that you’ve suggested go forwards and that people, as a community, can coalesce and come up with an idea.</p>\n\n\n\n<p>And as you said, you’re not bound to any one particular way of doing it. It’s just the mere idea of standardizing things, whether it be named this or that is not important, it would just be nice to have some standard documented that everybody can adhere to and therefore make it a lot easier for all of us to make websites, whether we’re building them for clients or we’re just editing and tweaking them ourselves.</p>\n\n\n\n<p>One of the concerns that we may have is the stability of WordPress CSS in the future. And I know that you have possible concerns that in the future, for example, Gutenberg blocks, there’s no requirement for the CSS, the classes, and so on to be the same today as it will be tomorrow or indeed yesterday.</p>\n\n\n\n<p>So in other words, is that a problem, do you think? Is there any problem of consistency where let’s say that you build something and you ship It, and it goes out to your client. It’s using blocks, but suddenly unbeknownst to you, the blocks CSS classes all get modified, perhaps ever so slightly, but enough to break things. Is that a concern that you have?</p>\n\n\n\n<p>[00:44:36] <strong>Mark Root-Wiley:</strong> It really is. And I think that this is one of the biggest things I sort of learned from this intense period of engagement I’ve been having with the project is that, in discussing this with other people and really closely going through, uh, lots and lots of issues and the Gutenberg Github repository. I found some core development team members really saying that they viewed the HTML markup and the classes and how the CSS has written as essentially like non-public, which is to say you can’t count on this stuff not changing in the future.</p>\n\n\n\n<p>That was really shocking to me. And I think for a couple of reasons, I mean, th the first is that, you know, that’s never how it’s been in WordPress in the past. The HTML for the comment forum, the HTML for the search forum, like those weren’t always seen as, you can count on this, there are ways to change it if you need to, but if we’re going to change this stuff, it’s going to be a huge deal and you’ll hear about it in advance, and we’re really gonna try to avoid that.</p>\n\n\n\n<p>And so it felt like, uh, that was a departure from how things had previously been. And also as I’m someone who I think follows the project, like more closely than average, even though I, you know, I’m certainly not like a day-to-day contributor, or anything, but this was huge news to me as someone who’s been working with the block editor for years now.</p>\n\n\n\n<p>At least to me, I don’t even really know that it’s reasonable to just say that like, well, here’s a bunch of HTML and CSS. Themers I know you have like your job to do and you need to make changes to this, but like, you can’t count on it. That doesn’t really seem fair.</p>\n\n\n\n<p>And I certainly don’t think people are really aware of that. They’re not going to go in and one day, you know, completely change the image block or the block quote block drastically. I don’t really think they mean we’re going to just completely change everything. But I do think it just highlights the need again, to really spend some time focusing on what is the HTML that can serve as best going forward. So we don’t need to change it.</p>\n\n\n\n<p>What are the CSS classes and the ways of handling CSS styles that we want to commit to now so that we can all just know what’s coming in the future. And so that when there are changes made, they are a big deal, and people are given lots of advance warning and they can, they can react.</p>\n\n\n\n<p>And so I think I’m seeing more advanced warning in WordPress 6.0, which is awesome. It’s time to have that conversation about how can we just reduce the number of times we need to make big changes like that. Cause people are going to style HTML, no matter what.</p>\n\n\n\n<p>[00:46:58] <strong>Nathan Wrigley:</strong> Yeah. I wonder if it’s a product of the fact that the block editor is now basically a conduit to put in lots and lots of little components. So you might have a paragraph block and you might have a, an image block or a cover block or whatever it might be. You’ve got all of these different blocks and the functionality of that is not yet a hundred percent certain. In other words, aspects of it could change. And so I wonder if them communicating CSS will change is a product of that. They’re just not sure exactly what those blocks will look like in a few years time. And if they become radically different, maybe the functionality changes. Let’s hope it doesn’t. I’m sure it won’t, but if it did, some of the CSS may need to change. I don’t know.</p>\n\n\n\n<p>[00:47:42] <strong>Mark Root-Wiley:</strong> I think you’re right on the money there. I mean, the block editor is so much more powerful and I want to be really clear that like, that’s awesome. Like the folks I work with generally, like love that they can do more complex things like columns, or like finally putting text on top of an image for the cover block.</p>\n\n\n\n<p>Those are good things. And we had to have a more complex system to make that possible. So I’m not against the complexity, but I just think it’s really important that the folks who are building the product, don’t forget about those of us in the real world who, you know, have to make things work every day. And we have, we have new sites we’re constantly working on, the impact of even what can seem like a really tiny change can be really big.</p>\n\n\n\n<p>To bring it all back around, I really do think that if we can have just a few more standards and right, if we can have that kind of contract between themes and blocks, I think we can reduce the amount of times that those kinds of changes happen.</p>\n\n\n\n<p>I totally acknowledge that they’re going to have to happen every once in a while. If we want to have this like big, nice thing, we’re going to have to put up with probably more changes. Cause there’s more things that can change, but, let’s really, let’s take a minute and figure out how we can make that as infrequent unpainful as possible.</p>\n\n\n\n<p>[00:48:51] <strong>Nathan Wrigley:</strong> Yeah. It’s interesting your language there. You described it as a big, nice thing. And in a sense it’s a big, nice thing made up of lots of smaller little nice things. Each of those little nice things is completely independent. And you may not use those on your website, but you may.</p>\n\n\n\n<p>And if there’s modifications made to the CSS classes and what have you, the downstream effect could be pretty catastrophic. You know, if you’ve just built 50 websites and they’re all using the exact same block and some tiny little change affects you 50 times, that’s suddenly created a lot of work for you that potentially was not even thought about elsewhere.</p>\n\n\n\n<p>[00:49:27] <strong>Mark Root-Wiley:</strong> It has. In some extreme cases, this is maybe the reason why some people are often building custom blocks that really they could just be using the core block, but I’ve, I’ve at least anecdotally heard that folks do that sometimes because they know that their block isn’t going to change, even if they don’t want to have to take the time to build it.</p>\n\n\n\n<p>[00:49:44] <strong>Nathan Wrigley:</strong> If people Mark wants to find you. They want to actually reach out to you. You may wish to share a Twitter handle or a website or an email address. Totally up to you. Yeah, any place that you could be found if people are inspired to join you?</p>\n\n\n\n<p>[00:49:58] <strong>Mark Root-Wiley:</strong> Yes. I am M R W web pretty much everywhere. So that’s, uh, MRW web with two W’s, uh, I’m MRW web.com. I’m M R W web on GitHub and Twitter and in the WordPress Slack and Post Status Slack. All these other places. I have a highly Googleable namee. If you want to come find me, I would love to hear from you I’m. I am not that hard to find.</p>\n\n\n\n<p>[00:50:23] <strong>Nathan Wrigley:</strong> Well, Mark, thank you very much for being on the podcast today. I really appreciate.</p>\n\n\n\n<p>[00:50:28] <strong>Mark Root-Wiley:</strong> Thanks so much for having me. This was a blast Nathan. Great, great questions. I got to say.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 14:15:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"Do The Woo Community: dev_life snippet: Timing the Perfect Follow-up Customer Email\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://bobwp-com.e73eumvj-liquidwebsites.com/?p=26034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://dothewoo.io/timing-the-perfect-follow-up-customer-email/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:442:\"<p>Although as a WooCommerce builder, you likely don’t sell fish, but here is a story to get you thinking creatively about follow-up emails. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/timing-the-perfect-follow-up-customer-email/\">dev_life snippet: Timing the Perfect Follow-up Customer Email</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2022 02:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:108:\"WPTavern: WordPress 6.0 “Arturo” Adds More Templates and Patterns, Style Switching, and Block Locking UI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/wordpress-6-0-arturo-adds-more-templates-and-patterns-style-switching-and-block-locking-ui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6321:\"<p><a href=\"https://wordpress.org/news/2022/05/arturo/\">WordPress 6.0</a> “Arturo” was released today, named for Latin jazz musician and director <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>, who has 15 albums to his credit.</p>\n\n\n\n<p>Check out the official release video for a quick overview of some of the most important changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This release introduces sweeping improvements to the block editor and its utilities and design tools. Most notably, users can now <a href=\"https://wptavern.com/text-selection-across-multiple-blocks-is-coming-to-wordpress\">select text across multiple blocks</a>, manipulating the highlighted portion as a group while keeping the rest of the content blocks in tact.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0 Release Post</a>\n\n\n\n<p>The List View has been updated to offer a more intuitive display that helps with navigating blocks on a page. Select multiple blocks using keyboard shortcuts, make changes, and drag-and-drop inside the list. List View is closed by default but will expand to the current selection when a block is selected.</p>\n\n\n\n<img />image credit: wordPress 6.0 About Page\n\n\n\n<p>WordPress 6.0 also introduces a <a href=\"https://wptavern.com/wordpress-6-0-to-ship-new-block-locking-feature\">new interface for locking blocks</a>, which allows useres to prevent blocks from being moved or removed. It is useful for preventing accidental edits but also for theme developers who want to prevent users from removing blocks inside templates, preserving more complex layouts.</p>\n\n\n\n<img />image credit: WordPress 6.0 About Page\n\n\n\n<p>Other block editor improvements include the following:</p>\n\n\n\n<ul><li>New Blocks: Avatar, Post Author Biography, Read More, Comments Query Loop, and Stack block</li><li>Type two open brackets <code>[[</code> to quickly access the link menu</li><li>Improved support for preserving unrecognized content in the editor</li><li>Preserve existing styles transforming blocks from one kind to another—from a Paragraph block to a Code block, for instance</li><li>New block style transformation options: Tag Cloud > Categories, Calendar > Archives, Paragraph > Code, and Group > Row</li><li>Create customized buttons and any new buttons will retain the style customizations automatically</li><li>New drop-down based color picker UI</li><li>Make tag clouds and social icons more appealing with updated settings and controls, and a new outline style for the tag cloud</li><li>Instant block style previews</li><li>Featured images <a href=\"https://wptavern.com/featured-cover-blocks-and-the-future-of-binding-data-to-generic-wordpress-blocks\">now available in Cover block</a></li><li>New border controls for more precise control when setting borders</li><li>Transparency levels for colors offers more creative control</li></ul>\n\n\n\n<p>WordPress 6.0 also introduces a gaggle of new layout controls for page building. Users can now control gaps, margins, typography, and more on multiple blocks inside a Group block. Creating layouts is easier with the ability to position groups of blocks by quickly switching between stack, row, and group variations. The Gallery block is now more flexible with gap support for custom spacing. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Biggest stuff is in the editor itself, and there are many minor but big updates facing the end-user like how: <br /><br />– we no longer have to rely on group block for block spacings<br />– we now have row block for horizontal stuff<br />– visual aids getting better and better.</p>— Onur Oztaskiran (@onuro) <a href=\"https://twitter.com/onuro/status/1528897439876497408?ref_src=twsrc%5Etfw\">May 24, 2022</a></blockquote>\n</div>\n\n\n\n<h2>Full-Site Editing Updates: More Templates, More Patterns, and Style Switching</h2>\n\n\n\n<p>Patterns are now available in more places and better integrated with the Site Editor. <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">Gutenberg 12.7</a> brought major improvements to the patterns experience by making them easier to discover. The block inserter has been updated to display patterns, as opposed to blocks, when users are editing a template in the post or site editor. It also favors showing patterns when the inserter is at the root level or the content being inserted is between other blocks. WordPress will now show existing template parts, as well as block patterns in the template creation process. </p>\n\n\n\n<img />image credit: WordPress 6.0 About Page\n\n\n\n<p>Theme authors can now <a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">register patterns from the official Pattern Directory using theme.json</a>, so that users have quick access to patterns the author has highlighted.</p>\n\n\n\n<p>WordPress 6.0 introduces five new template options for full-site editing: author, date, categories, tag, and taxonomy. </p>\n\n\n\n<p>One of the most anticipated features of this release is the Style Switcher. It allows userse to apply quick style changes within the same theme, and includes the ability to further edit the font weight, style options, and color palette. </p>\n\n\n\n<img />\n\n\n\n<p>Theme authors can <a href=\"https://make.wordpress.org/core/2022/05/03/global-styles-variations-in-wordpress-6-0/\">create multiple different theme.json style variations</a> and place them into their themes’ <code>/styles</code> folder. Users will then see the styles under the Styles menu in the top toolbar of the site editor.</p>\n\n\n\n<img />\n\n\n\n<p>WordPress 6.0 is the product of collaboration from more than 500 contributors in 58+ countries. It introduces more than 1,000 updates and bug fixes, including many that make the platform more performant and accessible. </p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">6.0 Field Guide</a> and the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">release notes</a> for a more detailed look at all the changes in the latest release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:29:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WordPress.org blog: WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2022/05/arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52729:\"<img width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" />\n\n\n\n<h2>Welcome to “Arturo”</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades. </p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"https://wordpress.org/news/feed/#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" />\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" />\n\n\n\n<h3>Style Switching </h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" />\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release: </p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" />\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include: </p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance. </li><li>New border controls offer a simpler way to set your border exactly as you like it. </li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" />\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block. </p>\n\n\n\n<img width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" />\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> </li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing & Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aurélien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Peña</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Grégory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">José Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">kbatdorf</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Ramona</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission & You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br />Time to download and upgrade<br />Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1 <a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"Do The Woo Community: Builder Tips from WordCamp Europe 2022 Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/woocommerce-tips-speakers-wordcamp-europe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:454:\"<p>Tips from Daisy Olsen, Dave Lockie, Devin Walker, Greg Ziolkowski, Jonathan Wold, Milana Cap, Nev Harris, Paul Bearne, Ryan Welcher, Vassilena Valchanova and Vito Peleg</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-tips-speakers-wordcamp-europe/\">Builder Tips from WordCamp Europe 2022 Speakers</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 09:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Open Source Initiative Launches News Blog on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=133438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/open-source-initiative-launches-news-blog-on-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7242:\"<p>The <a href=\"https://opensource.org/\">Open Source Initiative</a> (OSI), a public benefit corporation and steward of the <a href=\"https://opensource.org/docs/osd\">Open Source Definition</a>, has launched a <a href=\"https://blog.opensource.org/\">news blog</a> on WordPress. In 2021, OSI’s board appointed Stefano Maffulli as its first Executive Director, and he is leading the organization in overhauling its web presence.</p>\n\n\n\n<p>“One of the main objectives for OSI in 2022 is to reinforce our communication channels,” Maffulli said. “We’re improving the perception of OSI as a reliable, trustworthy organization. The OSI didn’t have a regular publishing schedule before, nor a content plan. Now we have established a regular cadence, publishing at least once a week (often more), commenting on recent news like a <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/gnome-patent-troll-stripped-of-patent-rights/\" target=\"_blank\">winning against a patent troll</a> or <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/modified-agplv3-removes-freedoms-adds-legal-headaches/\" target=\"_blank\">court decisions about open source licenses</a>, featuring our <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/category/sponsors/\" target=\"_blank\">sponsors</a>, and offering <a rel=\"noreferrer noopener\" href=\"https://blog.opensource.org/category/opinions/\" target=\"_blank\">opinions</a> on topics of interest for the wider community. It’s a starting point to affirm OSI as a convener of conversations among various souls of the open source communities.”</p>\n\n\n\n<p>The blog was launched on a subdomain of the <a href=\"https://opensource.org/\">opensource.org</a> website, which uses Drupal 7, self-hosted on a droplet from Digital Ocean. It’s also tightly integrated with CiviCRM to manage members’ subscriptions, donations from individuals, tracking sponsorships, and sending the newsletter. </p>\n\n\n\n<p>As Drupal 7 is approaching EOL in November 2022, the team is planning to move everything to WordPress. They explored managed hosting with Drupal but found it was more expensive and also required them to migrate to a more recent version of Drupal. Themes and plugins made for D7 are not compatible with D9+, so they didn’t see an advantage in terms of time or simplicity.</p>\n\n\n\n<p>“Unfortunately we don’t have staff to manage a self-hosted Drupal installation and nobody on staff really knows how to use it,” Maffulli said. “Tasks like creating landing pages proved to be quite time consuming for us.</p>\n\n\n\n<p>“With money, knowledge and time constraints and an urgent need to increase our publishing rate, ramping up the organization’s visibility online we decided to migrate the website in two phases: First, we migrate the blog so we have a fresh look together with the improved publishing schedule. This phase is complete – the blog is on a managed hosting offered by DreamHost. The second phase is the migration of the rest of the site: this is ongoing with the help of Automattic and will take a few months to complete.”</p>\n\n\n\n<p>Although Maffulli wanted to avoid creating a blog under a subdomain, and preferred using the old URL (<a rel=\"noreferrer noopener\" href=\"http://opensource.org/blog.\" target=\"_blank\">opensource.org/blog.</a>..), mixing Drupal self-hosted with a managed WordPress site was not a common use case with straightforward solutions. If the new blog design looks familiar, that’s because it was inspired by WP Tavern’s new design.</p>\n\n\n\n<img />Open Source Initiative’s new WordPress-powered blog\n\n\n\n<p>“Once we decided to go with a subdomain, the new site took really only a few days to launch: I knew I wanted to have a simple site, minimal amount of plugins, no page builders and a very clean design based on WP Tavern, of which I’m a fan,” he said. </p>\n\n\n\n<p>Since the Tavern’s theme wasn’t yet on GitHub, Maffulli contracted a developer who used WordPress’ new full-site editing features to create a simple child theme based on the Twenty Twenty-Two default theme. He said he is glad overseeing the project gave him a chance to learn the basics of FSE.</p>\n\n\n\n<p>Some members of the OSI staff were already familiar with WordPress, which contributed to the decision to use the software. The wide range of functionality and third-party integrations were also a factor.</p>\n\n\n\n<p>“We rely a lot on content calendar solutions that allow to manage schedule posts and social media promotions from one tool,” Maffulli said.</p>\n\n\n\n<p>“We’re addicted to CoSchedule. That tool is far from perfect, primarily because it’s not Open Source. But it’s so incredibly powerful and convenient for a small team like us. We track our publishing calendar and tasks with CoSchedule, making it so easy not to miss a beat: every blog post has it’s social media attachment, same with the newsletter, that becomes a blog post for archive. Soon, we’ll add podcasts.”</p>\n\n\n\n<p>Maffulli said he wishes the WordPress media library offered a more standardized way of storing and tracking copyright information, like the author, source, and license. </p>\n\n\n\n<p>“I think this unnecessarily exposes WP users to copyright infringement claims where trolls could threaten successfully people who may have not kept their records clean,” he said. “It’s something to think about for future releases of Instant Images and similar plugins.”</p>\n\n\n\n<p>The OSI team has opted to keep comments closed on posts at this time, since they do not have the capicity to properly moderate comments.</p>\n\n\n\n<p>“I have a lot of experience managing online communities and I know it can become very time consuming,” Maffulli said. “We just don’t have staff but we’re raising funds to solve that.”</p>\n\n\n\n<p>OSI is also looking into creating a way to give its members the privilege of commenting. This would require a way to integrate authentication with CiviCRM to access members’ records. </p>\n\n\n\n<p>“While we build staff and upgrade <a rel=\"noreferrer noopener\" href=\"http://opensource.org/\" target=\"_blank\">opensource.org</a>, I hope to setup services from the <a href=\"https://indieweb.org/\">IndieWeb</a> community into Voices of Open Source,” Maffulli said. “This will allow for comments made on various social networks to be aggregated back into <a rel=\"noreferrer noopener\" href=\"http://blog.opensource.org/\" target=\"_blank\">blog.opensource.org</a>.”</p>\n\n\n\n<p>The new Voices of Open Source blog has started by featuring the network of OSI affiliates, which boasts 80 organizations, including Mozilla, Wikimedia, Linux Foundation, OpenUK, and more.</p>\n\n\n\n<p>“We’d like to share OSI’s unique position to highlight open source stories, challenges, and successes of companies and people around the world,” Maffulli said. OSI is in communication with its affiliates to make them aware of this opportunity and is aiming to open guest posting on the blog to indvidual members in the wider community sometime in the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 May 2022 21:31:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Post Status: WooCommerce Function of the Week: wc_get_product_category_list\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://poststatus.com/woocommerce-function-of-the-week-wc_get_product_category_list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8904:\"<p class=\"has-drop-cap\">Here\'s yet another time-saving WooCommerce function. No need to reinvent the wheel — with a single line of code and no custom queries, you can get all the categories a product belongs to.</p>\n\n\n\n<p>This week\'s function is <code>wc_get_product_category_list</code>, and there\'s no need to explain what it does as its name is self-explanatory.</p>\n\n\n\n<p>As usual, we\'ll study the WooCommerce core function code, see where and why it\'s used, and finally we\'ll cover a quick case study. Enjoy!</p>\n\n\n\n<span id=\"more-97560\"></span>\n\n\n\n<h2 id=\"h-function-code\">Function code</h2>\n\n\n\n<p>The function <code>wc_get_product_category_list</code> can be found under <code>\\woocommerce\\includes\\wc-product-functions.php</code>:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>/**\n * Returns the product categories in a list.\n *\n * @param int $product_id Product ID.\n * @param string $sep (default: \', \').\n * @param string $before (default: \'\').\n * @param string $after (default: \'\').\n * @return string\n */\nfunction wc_get_product_category_list( $product_id, $sep = \', \', $before = \'\', $after = \'\' ) {\n return get_the_term_list( $product_id, \'product_cat\', $before, $sep, $after );\n}</code></pre>\n\n\n\n<p>First of all, let\'s look at the function parameters: </p>\n\n\n\n<ul><li><code>$product_id</code>, which is of course the product we want to get the categories for.</li><li><code>$sep</code>, by default a comma, which defines the list separator.</li><li><code>$before</code> and <code>$after</code>, by default empty strings, which define what shows before and after the list of categories. (prefix / suffix)</li></ul>\n\n\n\n<p>Now to the function statements — actually, <em>statement</em>, as there is only one:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>return get_the_term_list( $product_id, \'product_cat\', $before, $sep, $after );</code></pre>\n\n\n\n<p>That really sounds like a WordPress function as there is no mention of “woo,” “wc,” or any other WooCommerce prefixes. Let\'s look it up in the WordPress developer code reference documentation. (<a href=\"https://developer.wordpress.org/reference/functions/get_the_term_list/\" target=\"_blank\" rel=\"noreferrer noopener\">https://developer.wordpress.org/reference/functions/get_the_term_list/</a>)</p>\n\n\n\n<p>Here we go:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>function get_the_term_list( $post_id, $taxonomy, $before = \'\', $sep = \'\', $after = \'\' ) {\n $terms = get_the_terms( $post_id, $taxonomy );\n \n if ( is_wp_error( $terms ) ) {\n return $terms;\n }\n \n if ( empty( $terms ) ) {\n return false;\n }\n \n $links = array();\n \n foreach ( $terms as $term ) {\n $link = get_term_link( $term, $taxonomy );\n if ( is_wp_error( $link ) ) {\n return $link;\n }\n $links[] = \'<a href=\"\' . esc_url( $link ) . \'\" rel=\"tag\">\' . $term->name . \'</a>\';\n }\n \n /**\n * Filters the term links for a given taxonomy.\n *\n * The dynamic portion of the hook name, `$taxonomy`, refers\n * to the taxonomy slug.\n *\n * Possible hook names include:\n *\n * - `term_links-category`\n * - `term_links-post_tag`\n * - `term_links-post_format`\n *\n * @since 2.5.0\n *\n * @param string[] $links An array of term links.\n */\n $term_links = apply_filters( \"term_links-{$taxonomy}\", $links ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores\n \n return $before . implode( $sep, $term_links ) . $after;\n}</code></pre>\n\n\n\n<p>Simple enough — <code>get_the_term_list</code> accepts basically the same parameters we covered above, plus the <code>$taxonomy</code> parameter, which in our case is passed as <code>product_cat</code> to tell WordPress we\'re retrieving WooCommerce product categories.</p>\n\n\n\n<p>Here\'s how it works:</p>\n\n\n\n<ul><li><code>get_the_terms( $post_id, $taxonomy )</code> gets the product ID category objects.</li><li><code>$links</code> array gets filled with the list of categories, each with its own link.</li><li><code>return $before . implode( $sep, $term_links ) . $after</code> gives us the content we need: “prefix + $links separated with $sep + suffix”</li></ul>\n\n\n\n<h2>Function usage</h2>\n\n\n\n<p>Define a product ID (e.g., 57) — and that\'s all you need to do!</p>\n\n\n\n<p>Call the function:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo wc_get_product_category_list( 57 );</code></pre>\n\n\n\n<p>And see the magic happen:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat1 link, cat2 link, cat3 link, ...</code></pre>\n\n\n\n<p>Of course, if you have access to the <code>$product global</code>, you can call the function dynamically. For example, if you want to call the function on every single product pages, you could do this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo wc_get_product_category_list( $product->get_id() );</code></pre>\n\n\n\n<p>Now I want to see where and when the function is called, so we give it a bit of context. With a quick search through the WooCommerce plugin, I find a single result in <code>\\woocommerce\\templates\\single-product\\meta.php</code>, line 34:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php echo wc_get_product_category_list( $product->get_id(), \', \', \'<span class=\"posted_in\">\' . _n( \'Category:\', \'Categories:\', count( $product->get_category_ids() ), \'woocommerce\' ) . \' \', \'</span>\' ); ?></code></pre>\n\n\n\n<p>Which generates this output on my single product page:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"752\" height=\"357\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/image-752x357.png\" alt=\"\" class=\"wp-image-97562\" /></div>\n\n\n\n<p>Now we know <code>wc_get_product_category_list</code> is responsible for showing the list of categories in the single product page where it comes with a prefix (‘Category:\' or ‘Categories:\' based on category count) plus the default comma separator and no suffix.</p>\n\n\n\n<p>Let\'s use <code>wc_get_product_category_list</code> for our custom development example now and consider a quick case study.</p>\n\n\n\n<h2 id=\"h-case-study\">Case study</h2>\n\n\n\n<p>Where could <code>wc_get_product_category_list</code> come in handy? Surely, in the shop page.</p>\n\n\n\n<p>By default, WooCommerce shows the list of products with image, title, price and button. There is no mention of product categories there, so let\'s add them ourselves.</p>\n\n\n\n<p><strong>Before</strong>:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"752\" height=\"398\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/image-1-752x398.png\" alt=\"\" class=\"wp-image-97563\" /></div>\n\n\n\n<p><strong>The custom snippet:</strong></p>\n\n\n\n<pre class=\"wp-block-code\"><code>/**\n * @snippet Show Categories | WooCommerce Shop\n * @how-to Get CustomizeWoo.com FREE\n * @author Rodolfo Melogli\n * @testedwith WooCommerce 6\n * @donate $9 https://businessbloomer.com/bloomer-armada/\n */\n\nadd_action( \'woocommerce_after_shop_loop_item\', \'bbloomer_show_product_categories\', 9 );\n\nfunction bbloomer_show_product_categories() {\n global $product; \n echo wc_get_product_category_list( $product->get_id(), \' - \', \'<p>In: \', \' \' . _n( \'category\', \'categories\', count( $product->get_category_ids() ), \'woocommerce\' ) . \'</p>\' );\n}</code></pre>\n\n\n\n<p><strong>After</strong>:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"752\" height=\"383\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/05/image-2-752x383.png\" alt=\"\" class=\"wp-image-97564\" /></div>\n\n\n\n<p>A few notes:</p>\n\n\n\n<ul><li>I used the <code>woocommerce_after_shop_loop_item</code> hook with priority 9, which is just before priority 10 (the add-to-cart button). TLDR: I\'m outputting the category list above the add to cart button.</li><li>I declare the global <code>$product</code> so that I can access the product ID.</li><li>I then call the <code>wc_get_product_category_list function</code>, with the following parameters:<ul><li><code>$product->get_id() <strong>-> the product ID</strong></code></li><li><code>\' - \' <strong>-> the separator</strong></code></li><li><code>\'<p>In: \' <strong>-> the prefix</strong></code></li><li><code>\' \' . _n( \'category\', \'categories\', count( $product->get_category_ids() ), \'woocommerce\' ) . \'</p> \' <strong>-> the suffix</strong></code></li></ul></li></ul>\n\n\n\n<p>It\'s interesting how I reused this line from the single product page, as I mentioned above:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>_n( \'category\', \'categories\', count( $product->get_category_ids() ), \'woocommerce\' )</code></pre>\n\n\n\n<p>Basically, if <code>count = 1</code> the first string is returned (singular “category”), while if <code>count > 1</code> you get the plural “categories.” You can see the difference in the last screenshot above.</p>\n\n\n\n<p>Any other use cases you have in mind? Let me know in the comments!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 May 2022 21:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Rodolfo Melogli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"Gutenberg Times: WordCamp Europe, 75 Themes, Thunks and Filters – Weekend Edition 216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://gutenbergtimes.com/wordcamp-europe-75-themes-thunks-and-filters-weekend-edition-216/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11675:\"<p>Howdy, </p>\n\n\n\n<p>Greetings from Porto, Portugal. It’s a wonderful city. You cn walk and walk and walk, up the hill, down the hill, with ever changing view. The ratio of restaurants and bar per block is on average three. In certain areas, every single doorwar offers you a different place to eat or drink. </p>\n\n\n\n\n\n<p>Last week, WordCamp Europe organizers announced that <a href=\"https://europe.wordcamp.org/2022/wceu-livestreamed/\">there will be a livestream</a> of the sessions’ in track one and two. That’s good news, as there are amazing t<a href=\"https://europe.wordcamp.org/2022/schedule/\">alks and speakers on the schedule.</a> If you want to casually run into me, <a href=\"https://europe.wordcamp.org/2022/the-wordpress-community-booth-at-wceu2022/\">I will be at the Community Booth</a> Friday and Saturday around 10 am 🙂</p>\n\n\n\n<p>Before people from the WordPress Community descend to Porto, core contributors will release WordPress 6.0 on May 24, 2022. The signs seem in their favor, and <a href=\"https://make.wordpress.org/core/2022/05/20/wordpress-6-0-release-candidate-4-rc4-now-available-for-testing/\">RC candidate four is now available.</a> <strong><a href=\"https://twitter.com/priethor\">Hector Prieto</a></strong>, release co-coordinator, outline the <a href=\"https://make.wordpress.org/core/2022/05/19/wordpress-6-0-release-day-process/\">WordPress 6.0 Release Day Process</a>, just in case you are interested in how the sausage is made, so to speak. </p>\n\n\n\n<p>Stay well, and safe! </p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n\n\n\n<div class=\"wp-container-2 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p>Table of Contents</p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#theme-building-and-full-site-editing\">Theme Building and Full-Site Editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#update-for-site-owners-and-site-builders\">Update for site owners and site builders. </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#now-available-on-wordpress-tv\">Now available on WordPress TV </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#3-b\">Block Buidling and Tools for Developers</a></li><li><a href=\"https://gutenbergtimes.com/feed/#upcoming-wordpress-events\">Upcoming WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#social-learning-events\">Social Learning Events</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#wordcamp-and-other-events\">WordCamp and other Events</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"theme-building-and-full-site-editing\">Theme Building and Full-Site Editing</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/nickmdiego\">Nick Diego</a></strong>, developer advocate at WPEngine, has been teaching the <em>Working with Template in Full Site Editing</em> series on the Meetup Social Learning space. Part 1 and Part 2 are now available on WordPress.tv</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2022/05/06/nick-diego-builder-basics-working-with-templates-in-full-site-editing-part-1/\"><strong>Working with Templates in Full Site Editing (Part 1)</strong></a></li><li><a href=\"https://wordpress.tv/2022/05/15/nick-diego-builder-basics-working-with-templates-in-full-site-editing-part-2/\"><strong>Working with Templates in Full Site Editing (Part 2)</strong></a></li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you want to know how far the Gutenberg project and the block editor in WordPress has come, watch this video by <strong>Anne McCarthy</strong>: <a href=\"https://www.youtube.com/watch?v=MjDhfW7FpAc\"><strong>Building a site with WordPress 5.0 vs WordPress 6.0</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/new-pattern/\"><em>Pattern Creator </em></a>is a online tool which allows you to create block patterns for inclusion into the WordPress Patterns Directory, a place where you can access freely available patterns for your websites. On this podcast episode of the WPTavern’s Jukebox, <a href=\"https://wptavern.com/podcast/27-ana-segota-and-kelly-choyce-dwan-on-how-to-use-the-new-pattern-creator\"><strong>Ana Segota and Kelly Choyce-Dwan on How To Use the New Pattern Creator,</strong></a> <strong>Nathan Wrigley </strong>talked to Ana Segota and Kelly Choyce-Dwan, who share two different perspectives. Segota is a themer and Choyce-Dwan is on the team, that built the Pattern Creator.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Now that the Style Switcher is coming to WordPress 6.0, it might be time to learn <strong><a href=\"https://fullsiteediting.com/lessons/global-style-variations/\">how to create Style variations for your theme</a></strong>. A style variations is a user-selectable skin of the same theme. Everything stays that same except the color palette or the available fonts. <strong>Caroline Nymark</strong> published <a href=\"https://fullsiteediting.com/lessons/global-style-variations/\">a lesson for you on her site.</a></p>\n\n\n\n<p>Justin Tadlock also wrote about <strong><a href=\"https://wptavern.com/global-style-variations-skins-for-themes-have-landed-in-gutenberg\">Global Style Variations, “Skins” for Themes, Have Landed in Gutenberg</a></strong> earlier this year. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark</strong> aslo pursued the question: <a href=\"https://fullsiteediting.com/lessons/accessibility-in-full-site-editing-themes/\"><strong>Can a full site editing theme be accessibility-ready?</strong></a> and shares her throughts and knowledge</p>\n\n\n\n<h2 id=\"update-for-site-owners-and-site-builders\">Update for site owners and site builders. </h2>\n\n\n\n<p>75 Block Themes in the WordPress Theme Directory, <a href=\"https://wordpress.org/themes/catch-fse/\">Catch FSE</a> is one of them. Justin Tadlock took it for a spin and published his review. <a href=\"https://wptavern.com/catch-fse-is-a-bold-business-friendly-wordpress-block-theme\"><strong>Catch FSE Is a Bold, Business-Friendly WordPress Block Theme</strong></a>. </p>\n\n\n\n<p>Take a look at the others: <a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><em>WordPress Theme Directory, Full-Site Editing</em></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/kevinbatdorf\">Kevin Batdorf,</a></strong> developer at Extendify, published a plugin called <a href=\"https://wordpress.org/plugins/image-filters/\">Image Filters</a> that adds 22 more filters to your choices, even better than Instagram and you can do it all on your website! </p>\n\n\n\n<img />\n\n\n\n<p>Read more about it on the WPTavern: <a href=\"https://wptavern.com/the-image-filters-plugin-adds-over-20-filters-including-vintage-pastel-pink-and-more\"><strong>The Image Filters Plugin Adds Over 20 Filters, Including Vintage, Pastel Pink, and More</strong></a></p>\n\n\n\n<h3 id=\"now-available-on-wordpress-tv\">Now available on WordPress TV </h3>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/05/19/using-the-navigation-block/\"><strong>Using the Navigation Block</strong></a> with Wes Theron, a 45 minute walk through the ins and outs of the new Navigation block. </p>\n\n\n\n<p>And when you are done with that, or if you already know it you might want to T<a href=\"https://wordpress.tv/2022/05/12/taking-advantage-of-query-loops-2/\"><strong>ake Advantage of Query Loops</strong></a> also with Wed </p>\n\n\n\n<h2 id=\"3-b\">Block Buidling and Tools for Developers</h2>\n\n\n\n<p>In his live stream, <a href=\"https://www.youtube.com/watch?v=SjaBjNmewPQ\"><strong>reviewing the changes to the @wordpress/scripts package and trying out Thunks for the first time</strong></a>, <strong>Ryan Welche</strong>r looked at the new changes to the @wordpress/scripts package that make using it much easier for developers. He then get into using Thunks in the datastore created for the pre-publish checklist.</p>\n\n\n\n<p>What are Thunks you might ask? Here is a post by <strong><a href=\"https://twitter.com/adamzielin\">Adam Zielinsky</a></strong>: <a href=\"https://make.wordpress.org/core/2021/10/29/thunks-in-gutenberg/\"><strong>Thunks in Gutenberg</strong></a></p>\n\n\n\n<h2 id=\"upcoming-wordpress-events\">Upcoming WordPress Events</h2>\n\n\n\n<h3 id=\"social-learning-events\">Social Learning Events</h3>\n\n\n\n<p><strong>May 23, 2022 1pm EDT / 17:00 UTC</strong> <br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285798142/\">Hello Blocks! Coding a custom block</a></strong> w/ Ryan Welcher</p>\n\n\n\n<p><strong>May 25, 2022 – 7pm EDT / 23:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285577455/\">Design With Me: Create a Simple Website for your Small Business</a></strong> w/ Sarah Snow</p>\n\n\n\n<p><strong>May 26, 2022 – 5 pm EDT / 19:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/285952290/\">I want a Website, not a Blog!</a></strong> w/ Destiny Kano</p>\n\n\n\n<p><strong>June 16, 2022 – 5pm EDT / 19:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286028824/\">Let’s build a homepage together</a></strong> w/ Wes Theron. </p>\n\n\n\n<h2 id=\"wordcamp-and-other-events\">WordCamp and other Events</h2>\n\n\n\n<p><strong>June 2 – 4th, 2022 </strong><br /><strong><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a></strong></p>\n\n\n\n<p><strong>June 11 + 12, 2022 </strong> <br /><a href=\"https://warsaw.wordcamp.org/2022/\"><strong>WordCamp Warsaw</strong></a></p>\n\n\n\n<p><strong>June 20 – 24, 2022</strong> <br /><strong><a href=\"https://pagebuildersummit.com/\">Page Builder Summit </a></strong></p>\n\n\n\n<p><strong>June 25, 2022 </strong><br /><strong><a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair, NJ</a></strong></p>\n\n\n\n<p><strong>September 9 – 11, 2022</strong><br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong>, San Diego, California</p>\n\n\n\n<p><strong>September 15 + 16, 2022</strong> <br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a></p>\n\n\n\n<p><strong>February 17-19 2023</strong> (tent)<br /><a href=\"https://asia.wordcamp.org/2023/\"><strong>WordCamp Asia</strong></a>, Bangkok, Thailand</p>\n\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 May 2022 05:43:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: New Video Explores Site Building Progress From WordPress 5.0 to 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/new-video-explores-site-building-progress-from-wordpress-5-0-to-6-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4086:\"<p>Do you remember what it was like to use WordPress 5.0? Three years and ten major releases have radically changed the site building experience, but it’s not always easy to see recognize when focused on some of the smaller, iterative changes that slowly add up. Anne McCarthy, WordPress product liaison at Automattic and co-release coordinator for 6.0, has created a short 13-minute video that shows the immense amount of progress contributors have made on site building features.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>McCarthy takes viewers back in time to WordPress 5.0, released in December 2018, which introduced the block editor and the Twenty Nineteen default theme through the work of 400+ contributors. She demonstrates using the Customizer with the default theme. These were simpler days and it’s clear now how limited the Customizer was for implementing the most basic changes. </p>\n\n\n\n<p>The video contrasts that experience with the upcoming 6.0 release, which features the work of 500+ contributors on features that didn’t exist three years ago.</p>\n\n\n\n<p>McCarthy quickly demonstrates the 6.0 site editing experience, swapping out template parts, and showcasing the breadth of the customization available for images, colors, typography, controlling the posts that are displayed, style variations, and the impressive array of design tools available.</p>\n\n\n\n<img />\n\n\n\n<p>Ten major versions later, nearly every aspect of a WordPress site is customizable through the site editor. For those who have not yet made the leap into full-site editing – it’s essentially like the old Customizer but with super powers, better instant previews, and the interface is a panel on the right. At this point, I don’t think the usability is at a level where someone can just get in there and immediately know what they are doing. It takes a little bit of exploring, but it’s moving in the right direction.</p>\n\n\n\n<p>Videos like this one show what is possible and just how far WordPress has come since it first introduced the block editor. It also indirectly answers Joost de Valk’s recent claims that <a href=\"https://joost.blog/wordpress-market-share-shrinking/\">the full-site editing project not being done yet is partially to blame</a> for WordPress’ recent <a href=\"https://wptavern.com/wordpress-community-attributes-declining-market-share-to-performance-issues-increased-complexity-and-the-lagging-full-site-editing-project\">decline in market share</a>. </p>\n\n\n\n<p>While WordPress remains the uncontested market leader among CMS’s, some say this small percentage of a decline is inconsequential. Matt Mullenweg has stated in previous interviews that he views market share stats as a “<a href=\"https://wptavern.com/matt-mullenweg-and-david-heinemeier-hansson-discuss-wordpress-market-share-monopolies-and-power-in-open-source-communities\">trailing indicator</a>” in the quest to create the best possible experience for users and developers. A growing market share, in that sense, is a signal of user satisfaction. </p>\n\n\n\n<p>WordPress jumped into the block paradigm at the right time, just as many other apps began adopting the concept of composable blocks for creating content and designs. Full-site editing is the extension of that vision but it takes time to make it something polished and delightful to use. McCarthy’s video is a good reminder of the limitations that users previously labored under while trying to edit their sites, and the “why” behind all the effort going into FSE.</p>\n\n\n\n<p>“As someone who’s currently on the WordPress 6.0 Release Team, I can attest that the project needs more contributors,” WordPress contributor Nick Diego <a href=\"https://twitter.com/nickmdiego/status/1524456236518940672\">said</a> in response to the recent market share discussion. “The fact that FSE has taken so long is not a lack of effort. There are many contributors pouring their hearts and souls into the project. We just need more help.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 May 2022 01:14:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"Post Status: Post Status Upgrade — Zen and the Art of Lockpicking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/zen-and-the-art-of-lockpicking/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2550:\"<p class=\"has-background\">Learn new skills and build your knowledge to enhance your career in WordPress! <strong>Post Status Upgrade</strong> is an ongoing series of live workshops centered around a particular skill or learning activity.</p>\n\n\n\n<p class=\"has-drop-cap\">Watch Robert Rowley explain the basics of lock picking in this live, hands-on workshop for Post Status members that took place on May 5th, 2022. Watch as Robert teaches participants how to open locks, as well as their minds. He shares stories about emotional intelligence and the life cycle of skill practice from the beginner\'s mind to the expert\'s. You\'ll laugh at some entertaining mishaps Robert has had with lock picks!</p>\n\n\n\n<div class=\"wp-container-9 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-image\"><img width=\"132\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/03/robert-snow-1-132x150.png\" alt=\"Robert Rowley\" class=\"wp-image-95165\" />Robert Rowley</div>\n\n\n\n<p><strong>Robert Rowley</strong> is <strong>Patchstack</strong>‘s Security Advocate and has been picking locks since 2004. Between 2016 and 2019 Robert ran a retreat for his information security friends and colleagues called <strong>Disconnect Camp</strong>. This is where he first combined skills like lock picking with reflection on mental health, wellness, skill development and more.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-7-background-color has-background\">\n<div class=\"wp-block-column is-vertically-aligned-center\">\n<div id=\"StellarWP\" class=\"wp-block-image is-style-default\"><a href=\"https://poststat.us/stellarwp\"><img width=\"300\" height=\"300\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/02/stellarwp-black-1-300x300.png\" alt=\"StellarWP\" class=\"wp-image-93207\" title=\"StellarWP\" /></a></div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p class=\"has-small-font-size\"><strong>StellarWP</strong> is a collective of WordPress innovators empowering business owners and creators with plugins and tools to help them thrive. We build great plugins, but we don’t stop there; we continually challenge ourselves to keep innovating and improving. Our solutions include <a href=\"https://poststat.us/stellarwp\"><strong>the most trusted names in WordPress</strong></a>, with more than 2.5 million installs. Since 2021, we’ve grown to encompass seven brands and dozens of plugins. StellarWP is part of the Liquid Web family of brands. <br /></p>\n</div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 21:15:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"Post Status: Post Status Notes #499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/post-status-notes-499/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14089:\"<div class=\"wp-container-11 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Kim Parsell Memorial Scholarship returns to WCUS › Think like a platform again! › Leo Gopal on support for mental health in the community › WP Accessibility Day › Performance Lab 1.1.0 › The WordPress Way › Dropping jQuery for speed › More to WP than Headless and FSE for devs › and more… </p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_f5fe16-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>With <strong>WordCamp US</strong> being held in-person (September 9-11), that also means the <strong>WordPress Foundation’s Kim Parsell Memorial Scholarship</strong> has returned! This <a href=\"https://wordpressfoundation.org/news/2022/the-kim-parsell-memorial-scholarship-returns-for-wordcamp-us-2022/\">scholarship provides financial assistance</a> — including travel costs — so the recipient can attend the conference. It\'s good to see three scholarships will be awarded this time, thanks to COVID-19 taking out in-person events for us in 2020 and 2021. </p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_39de4e-45\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Brian Coords</strong> says <a href=\"https://masterwp.com/wordpress-needs-to-start-thinking-like-a-platform-again/\">WordPress “needs to start thinking like a platform again.”</a> While I don\'t agree that <strong>Full Site Editing</strong> feels like or is the next “Google Plus or Apple’s Ping,” I do believe it could distract from user experience elsewhere and other things that need attention. (My take: <strong>Google</strong> abandoned Plus without putting much effort into it, and <strong>Apple</strong> is just bad at social full stop.) <strong>[DB]</strong></p>\n\n\n\n<p>I talked about what WordPress needs in <a href=\"https://poststatus.com/the-state-of-wordpress-market-share/\">a recent Post Status Comments episode</a> on the prospects of declining market share with <strong>Joost de Valk</strong>, <strong>Alex Denning</strong>, and <strong>Jessica Frick</strong>. <strong>[DB]</strong></p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_fd78c8-ed\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Leo Gopal</strong> from <strong>Cape Town, South Africa</strong> writes about <a href=\"https://heropress.com/essays/community-saved-life-falling-lifted/\">depression and mental illness</a>, and how the WordPress community has rallied around him.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_db5284-f4\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Here\'s <a href=\"https://wordpress.org/plugins/local-google-fonts/\">a new plugin</a> from <strong>Xaver Birsak</strong> that hosts the <strong>Google Fonts</strong> you use on your own server.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_c22000-0a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>If you\'re a <strong>Gravity Forms</strong> user and have ever needed charts and graphs, then <strong>GravityView</strong>‘s <a href=\"https://www.gravityforms.com/blog/gravitycharts-by-gravityview/\">new plugin might be of interest</a>.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_adb0bf-ec\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>The <strong>WP Accessibility Day</strong> <a href=\"https://wpaccessibility.day/\">website is live</a>! The date for this event is November 2-3, 2022.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ced27d-52\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><a href=\"https://twitter.com/carolinapoena\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Carolina Nymark</strong></a> took to Twitter for <a href=\"https://twitter.com/carolinapoena/status/1525352306576961536\">an insightful investigation and survey</a> about the <strong>Full Site Editing</strong> themes already in the .org theme directory. She shares stats like the number of core blocks styled in <code>theme.json</code> and common color slugs.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_9c2be9-8a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Here\'s a good two part series (<a href=\"https://hidde.blog/common-a11y-issues/\">part one</a> and <a href=\"https://hidde.blog/more-common-a11y-issues/\">part two</a>) from <strong>Hidde de Vries</strong> on common accessibility issues that you can address and fix on your site today.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_f1538e-8b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Ross Wintle</strong> has combined a searchable command palette with “fancy browser APIs” to <a href=\"https://twitter.com/magicroundabout/status/1525230664911560704\">enable voice-controlled WordPress</a>. Fun experiment!</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_db75ff-27\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>If you are new to <strong>WooCommerce</strong> and looking into performance enhancements, <a href=\"https://convesio.com/blog/wordpress-performance/how-to-speed-up-woocommerce-backend/\">this post</a> from <strong>Ibad Rehman</strong> might be a good place to start.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8a8a7d-2a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Bernhard Kau</strong> has <a href=\"https://wordpress.org/plugins/campaign-archive-block-for-mailchimp/\">released a WordPress plugin</a> for <strong>MailChimp</strong> users. “If you are using <strong>MailChimp</strong> and want to show a nice archive on your page, you can now <a href=\"https://twitter.com/2ndKauBoy/status/1525512618538160130\">add it with a block</a>.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_d21cc5-ef\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>The <strong>WordPress Performance Team</strong> has <a href=\"https://wordpress.org/plugins/performance-lab/\">published the 1.1.0 release</a> of the <strong>Performance Lab</strong> plugin. It includes an enhancement that “replaces the featured image with a <strong>WebP</strong> version when available.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_6e457e-68\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>A nice take here from <strong>Ollie Williams</strong> <a href=\"https://css-tricks.com/colrv1-and-css-font-palette-web-typography/\">on color fonts</a>. Modern web typography, fonts, and CSS have come very far in a relatively short period of time.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8fc5e9-38\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>While <strong>Jason Coleman</strong>‘s “<a href=\"https://therealjasoncoleman.com/2022/04/26/the-wordpress-way/\">The WordPress Way</a>” post is a few weeks old, if you haven\'t read it, you should. Jason explains the core values of his team at <strong>Paid Memberships Pro</strong>, which includes the idea that the <strong>GPL</strong> license will result in “the best code.”</p>\n\n\n\n<p>Jason explains what this means in specific terms in a time of debate and discussion about what should happen to WordPress software when a paid support license expires. For Jason, the WordPress way “means our code will continue to work as expected if your paid license expires.”</p>\n\n\n\n<p>While I think there are slightly different takes on what is best for customers and that experiments in the WordPress ecosystem should be encouraged, I also would like to see more people follow in Jason\'s footsteps and publish their core values.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_372a0e-f5\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>WooCommerce</strong> has opened up <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">a call for testing</a> regarding the move to custom tables. It\'s the first milestone for a large effort but the goal of the call “is to test the migration process across various hosts and server combinations.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_349556-68\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Courtney Robertson</strong> shows you <a href=\"https://www.godaddy.com/garage/configure-client-access-with-block-locking-in-wordpress/\">how to lock blocks</a> in WordPress, a new feature coming in 6.0. Good for when a client takes over writing and revising content and hits a button accidentally.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_59033e-69\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>Here\'s <a href=\"https://www.tweetic.io/\">a free and open source tool</a> that converts tweets into static HTML — perfect for testimonials.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_3a6a83-45\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><a href=\"http://gov.uk/\" target=\"_blank\" rel=\"noreferrer noopener\">GOV.UK</a> dropped <a href=\"https://web.dev/gov-uk-drops-jquery/\">their jQuery dependency</a> from their front end, with <a href=\"https://twitter.com/TheRealNooshu/status/1509487050122276864\">some impressive numbers</a> in the performance results. Great takeaway: “Don\'t shortchange your users if the web platform can easily do the job a framework can.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b17e8b-ab\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Héctor Prieto</strong> <a href=\"https://make.wordpress.org/core/2022/05/19/wordpress-6-0-release-day-process/\">shares the WordPress 6.0 release process</a> (starting next week), including the timeline and how you can help.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_04d673-2b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Tom McFarlin</strong> thinks <a href=\"https://tommcfarlin.com/more-to-wordpress/\">there is more to WordPress than FSE and Headless</a>. He feels “we’re spending a lot of time talking about the same things in WordPress as of late.”</p>\n\n\n\n<p>I can understand where Tom is coming from — there are lots of technologies beyond <strong>React</strong> we can use. Getting off the beaten path is a good way for developers to get new ideas, have fun, and prevent nimble competitors from dominating certain niches.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_899dfb-51\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Jonathan Bossenger</strong> explains <a href=\"https://spinupwp.com/wordpress-database-optimization-indexing/\">why it\'s important to think about indexes</a> for custom database tables — and when <em>not</em> to use them. He shows how you can diagnose and add indexes, offering valuable tips. One example: “When you are filtering or joining data based on specific fields, adding indexes to those fields is a crucial step in ensuring your queries are optimized.”</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_ec3f4f-b1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p><strong>Sari Azout</strong> says <a href=\"https://future.a16z.com/the-future-of-search-is-boutique/\">it’s no longer enough to organize the world’s information</a> — it\'s more important to organize the world’s <em>trustworthy</em> information with “boutique search engines that index, curate, and organize things in new ways.” This article rings true to me, as I find some Google searches less effective than they have been in the past.</p>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_e17dc8-44\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-12 wp-block-group has-theme-palette-7-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-do-you-enjoy-our-weekly-notes\"><strong>Do you enjoy our weekly notes? </strong></h2>\n\n\n\n<p>Get them and more in Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a>. We gather WordPress and WooCommerce news along with significant writing, videos, and podcast episodes from the WordPress community and beyond. Don\'t miss the latest updates from the people making WordPress in our <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a> summaries. It\'s all in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 21:04:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:34:\"Post Status: Getting Uncomfortable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97996\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://poststatus.com/getting-uncomfortable/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1243:\"<blockquote class=\"wp-block-quote\"><p>Growth is uncomfortable; you have to embrace the discomfort if you want to expand.</p><cite><strong>Jonathan Majors</strong></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">Have you ever had to work outside of your comfort zone? It’s something I’m trying to get used to. But it sure isn’t easy.</p>\n\n\n\n<p>This week and next I’m working from my dad’s home office in Tennessee while we prepare to sell his house.</p>\n\n\n\n<p>This place is beautiful, and the view from the office is breathtaking. It’s easy to see why my dad loved it here.</p>\n\n\n\n<p>But beautiful things can still be uncomfortable.</p>\n\n\n\n<p>Traveling to WCEU has many people anxious about traveling after so long, and attending a WordCamp after a number of years. </p>\n\n\n\n<p>But discomfort can help us grow, connect, and be more than we were before.</p>\n\n\n\n<p>Whatever you’re doing, I hope you’ve built in a little discomfort to help you evaluate where you are, plan a course for the future, and thrive wherever you end up.</p>\n\n\n\n<p>If you\'re going to WCEU, here are <a href=\"https://poststatus.com/make-the-most-of-wceu/\">some tips on getting the most out of it!</a></p>\n\n\n\n<p>Have a great weekend,</p>\n\n\n\n<p>— Michelle</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 19:22:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Post Status: WordPress Podcast and Video Picks for the Week of May 15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97722\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-may-15/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3617:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><strong>Good viewing and listening for you this weekend!</strong> Krogsgard on memberships and churn. Web 2.0 tech leaders reflect. Mike McAlister on the journey from Atomic Blocks and Array Themes to the Liftoff Creator Course. Paid services at Underrepresented in Tech. The Pattern Creator and Directory. WCEU. Inclusive Open Source Processes and Governance. </p></div>\n\n\n<h2 id=\"h-my-podcast-picks\">My Podcast Picks <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>How I Built It</strong>: <strong>Post Status</strong> founder <strong>Brian Krogsgard</strong> <a href=\"https://howibuilt.it/podcast/brian-krogsgard-on-determining-membership-benefits-and-preventing-churn\">on determining membership benefits and preventing churn</a>.</li><li><strong>Techmeme Ride Home:</strong> Not WordPress-related, but <a href=\"https://www.ridehome.info/show/techmeme-ride-home/twtr-spc-how-the-web-evolved-the-reunion-of-the-social-web-tv-crew-fixed/\">this reunion of some key web 2.0 tech leaders</a> is a fascinating retrospective.</li><li><strong>Make Lemonade</strong>: <strong>Mike McAlister</strong> on <a href=\"https://make-lemonade.simplecast.com/episodes/mike-mcalister-kE4L0KDp\">how he went from selling his WordPress business</a> to <strong>WP Engine</strong> to launching the <strong>Liftoff Creator Course</strong>.</li><li><strong>Underrepresented in Tech</strong>: It\'s <strong>Allie Nimmons</strong> and <strong>Michelle Frechette</strong> on <a href=\"https://www.underrepresentedintech.com/episode-53-underrepresented-services/\">the paid services they provide</a> and why these are important additions to the UiT database.</li><li><strong>WP Tavern Jukebox</strong>: <strong>Ana Segota</strong> and <strong>Kelly Choyce-Dwan</strong> on the new <a href=\"https://wptavern.com/podcast/27-ana-segota-and-kelly-choyce-dwan-on-how-to-use-the-new-pattern-creator\">Pattern Creator</a> and the <strong>WordPress Patterns Directory</strong>.</li><li><strong>Do The Woo:</strong> Two of the <strong>WCEU</strong> organizing team members, <strong>Takis Bouryouris</strong> and <strong>Taeke Reijenga</strong>, <a href=\"https://dothewoo.io/episode-223/\">talk about the upcoming conference</a>.</li></ul>\n\n\n\n<h2 id=\"h-my-video-pick\">My Video Pick <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4fa.png\" alt=\"📺\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Inclusive Open Source Processes and Governance</strong> is <a href=\"https://www.youtube.com/watch?v=-c85eLPHCNI\">a great presentation</a> by <strong>Silona Bonewald</strong> via <strong>Open Source 101</strong> in early April 2022.</li></ul>\n\n\n\n<div class=\"wp-container-15 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /> </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 13:41:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"Akismet: Version 4.2.4 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2022/05/20/version-4-2-4-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:591:\"<p>Version 4.2.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul><li>Improved translator instructions for comment history.</li><li>Bumped the “Tested up to” tag to WP 6.0.</li></ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 10:01:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"Do The Woo Community: Do the Woo is Heading to WordCamp Europe 2022 as a Media Partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://dothewoo.io/235/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"<p>WCEU is happening in Porto, Portugal. Find Do the Woo there and join us in a podcast or let\'s just have a conversation. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/235/\">Do the Woo is Heading to WordCamp Europe 2022 as a Media Partner</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2022 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"BuddyPress: BuddyPress 10.3.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=324694\";s:7:\"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/2022/05/buddypress-10-3-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:1192:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.10.3.0.zip\">BuddyPress 10.3.0</a>. This maintenance release fixes seven bugs, mainly BP Nouveau improvements. It also makes sure BuddyPress is ready for the upcoming WordPress 6.0 release. For details on the changes, please read the <a href=\"https://codex.buddypress.org/releases/version-10-3-0/\">10.3.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 10.3.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading it from the WordPress.org plugin repository</a>.</p>\n\n\n\n<h2>Many thanks to 10.3.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p> <a href=\"https://profiles.wordpress.org/mike80222/\">mike80222</a>, <a href=\"https://profiles.wordpress.org/oztaser\">oztaser</a>, <a href=\"https://profiles.wordpress.org/mackey1/\">mackey1</a>, <a href=\"https://profiles.wordpress.org/shanebp/\">shanebp</a>, <a href=\"https://profiles.wordpress.org/comminski\">comminski</a>, <a href=\"https://profiles.wordpress.org/dd32\">dd32</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, 19 May 2022 21:45: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: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: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:29:\"WPTavern: WP Tavern Is Hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wptavern.com/wp-tavern-is-hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1256:\"<p>WP Tavern is looking for talented writers who are eager to report on WordPress news every day. We cover a wide range of topics, including (but not limited to) the Gutenberg project, core development, e-commerce, community, plugin and theme ecosystems, events, and the wider world of open source software. We are looking for writers who can inform, engage, and inspire readers with their work.</p>\n\n\n\n<p>The position requires the ability to discern the immediacy of news stories that need to be told, attention to accuracy, and the ability to cultivate sources. Applicants must be willing to engage positively with the WordPress community and maintain an unwavering commitment to serve the public interest, without corporate influence. A deep knowledge of the WordPress ecosystem and the Gutenberg project is helpful for this position.</p>\n\n\n\n<p>WP Tavern is WordPress’ newspaper of record. We are looking for writers who can approach this community with a critical and unbiased point of view, preserving the independent and provocative spirit of the Tavern. Applicants should use the <a href=\"https://wptavern.com/contact\">contact form</a> to get in touch, and be prepared to submit at least three writing samples for consideration.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2022 18:25:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"Do The Woo Community: WooCommerce Checkout and Cart Blocks with Nadir Seghir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://dothewoo.io/woocommerce-checkout-and-cart-blocks-with-nadir-seghir/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"<p>Automattic engineer Nadir Seghir chats about where we are at with the WooCommerce cart and checkout blocks and where we are going.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-checkout-and-cart-blocks-with-nadir-seghir/\">WooCommerce Checkout and Cart Blocks with Nadir Seghir</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2022 09:28:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: WooCommerce Calls for Early Testing on Custom Order Table Migrations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/woocommerce-calls-for-early-testing-on-custom-order-table-migrations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2217:\"<p>At the beginning of this year, WooCommerce <a href=\"https://wptavern.com/woocommerce-aims-to-produce-mvp-of-custom-tables-for-orders-by-q3-2022\">announced</a> its plan to produce an MVP of custom order tables by Q3, 2022, a long-awaited improvement that promises significant performance gains for stores. The plugin’s development team is now <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">calling</a> for developers, agencies, and hosting companies to test migration to its first implementation of customer order tables. </p>\n\n\n\n<p>The process involves migrating orders from <code>wp_posts</code> and <code>wp_postmeta</code> to four new custom orders tables:</p>\n\n\n\n<ol><li>wp_wc_orders</li><li>wp_wc_order_addresses</li><li>wp_wc_order_operational_data</li><li>wp_wc_orders_meta</li></ol>\n\n\n\n<p>It requires a staging environment configured with WP-CLI and a staging database pre-loaded with order data.</p>\n\n\n\n<p>WooCommerce developer Vedanshu Jain has created a <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">migration testing guide</a>, which details the custom code developers will need to add in order to enable the custom order tables. Once enabled, developers will have the option to migrate tables using WP-CLI or via Action Scheduler.</p>\n\n\n\n<img />\n\n\n\n<p>Jain is <a href=\"https://developer.woocommerce.com/2022/05/16/call-for-early-testing-custom-order-table-migrations/\">requesting feedback</a> from anyone who runs the migration process with details about how many orders, server memory size, DB version, and whether or not it timed out or responded better to a different batch size. </p>\n\n\n\n<p>WooCommerce updating to use custom order tables will be a major change that will impact extension developers in different ways. The development team intends to publish an upgrade guide to support adoption of custom order tables after migrations have been ironed out. Later this year, when the update is anticipated to be rolled out to the core plugin, WooCommerce is aiming to make it strictly opt-in at first to allow shop owners time to make their sites compatible.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 21:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WordPress Foundation: The Kim Parsell Memorial Scholarship Returns for WordCamp US 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=262042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wordpressfoundation.org/news/2022/the-kim-parsell-memorial-scholarship-returns-for-wordcamp-us-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1709:\"<p>The wait is over! WordCamp US is once again being held as an in-person, and with that the WordPress Foundation’s Kim Parsell Memorial Scholarship returns.</p>\n\n\n\n<p>Kim’s commitment and valuable contributions to the WordPress open source project are honored at each in-person WordCamp US by the WordPress Foundation. The Foundation’s goal is to further the efforts of other contributors demonstrating Kim’s spirit by helping to ease the burden that travel can bring.</p>\n\n\n\n<p><strong>This scholarship is awarded to someone who:</strong></p>\n\n\n\n<ul><li>Identifies as a woman.</li><li>Is a WordPress contributor.</li><li>Has never attended WordCamp US before.</li><li>Requires financial assistance to attend.</li></ul>\n\n\n\n<p>This scholarship provides financial assistance so that the recipient can attend WordCamp US, including travel from the recipient’s home city, hotel stay for the duration of the event, and a ticket to WordCamp US.</p>\n\n\n\n<p>Finally, since the WordPress Foundation was unable to offer the scholarship in 2020 and 2021 due to the COVID-19 pandemic, <strong>this year only there will be three (3) scholarships awarded</strong> for 2022, 2021, and 2020.</p>\n\n\n\n<p>If you meet these requirements and would like to be considered, please <strong>apply no later than Sunday, June 26, 2022</strong> at 12 am Pacific. All applicants will be notified by July 5, 2022.</p>\n\n\n\n<p>For more details, please visit the WordPress Foundation’s <a href=\"https://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">About the Kim Parsell Memorial Scholarship</a> page.</p>\n\n\n\n<p><a href=\"https://wordcampcentral.survey.fm/wcus-kim-2022\">Apply for the scholarship today.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 20:42:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Post Status: This Week at WordPress.org (May 16, 2022)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/this-week-at-wordpress-org-may-16-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15949:\"<p class=\"has-theme-palette-7-background-color has-background\">Each week we are highlighting the news from WordPress.org that you don\'t want to miss. If you or your company create products or services that use WordPress, we\'ve got the news you need to know. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\"><a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\">WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing</a></a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></li><li><a href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\">WP Briefing: Episode 31: Open Source & Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_a98156-c2\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li>Request for feedback on the <a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">WordPress Accessibility Statement</a>.</li></ul>\n\n\n\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/05/wordcamp-europe-2022-is-just-around-the-corner/\">WordCamp Europe 2022 is just around the corner</a></li><li><a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">Join the European WordPress Community in Porto, Portugal!</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<p>Reminder: <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">Gutenberg 13.0 ships with WordPress 6.0</a>.</p>\n\n\n\n<ul><li><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSenO7SibDfYYTivz46YGDoeXcY64H_3Ur_x8taze7Hzi9U11g/viewform\">WordPress Hosting Image/Storage questions</a> </li><li><a href=\"https://github.com/WordPress/performance/issues/160\">Ensure WebP/Image/Optimization plugins can integrate & use existing WebP images </a></li><li><a href=\"https://github.com/WordPress/performance/issues/289\">Research: Impact of additional WebP images on upload</a></li><li><a href=\"https://github.com/WordPress/performance/issues/290\">Research: WebP compatibility</a></li><li><a href=\"https://github.com/WordPress/wordpress-develop/pull/2722\">Prime users in cache in WP_Query </a></li><li><a href=\"https://docs.google.com/document/d/1NzURb3u-KZTgYYHK9Gx_KPvSCX4N8Ci3oZfLsfVF7Tk/edit\">Measurement overview doc</a></li><li><a href=\"https://docs.google.com/document/d/1elY0vgrLU2373mX3jSUj_vFZeGDyhED1WMPYwzSYiVA/edit\">Capturing front-end performance metrics in WordPress doc</a> </li><li><a href=\"https://github.com/WordPress/performance/pull/330\">Module proposal workflow</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/55749\">Large-site inefficiency in REST users endpoint used by Gutenberg editor</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/16/a-week-in-core-may-16-2022/\">A Week in Core – May 16, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">What’s new in Gutenberg 13.2? (May 11)</a></li></ul>\n\n\n\n<h3 id=\"h-devnotes\">DevNotes</h3>\n\n\n\n<p>Leading up to releasing WordPress 6.0, DevNotes and release-related information will remain.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/05/block-locking-settings-in-wordpress-6-0/\">Block Locking Settings in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/04/wordpress-6-0-release-candidate-phase/\">WordPress 6.0 Release Candidate Phase</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/miscellaneous-dev-notes-for-wordpress-6-0/\">Miscellaneous Dev Notes for WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/block-editor-miscellaneous-dev-notes-for-wordpress-6-0/\">Block Editor miscellaneous Dev Notes for WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/page-creation-patterns-in-wordpress-6-0/\">Page creation patterns in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/global-styles-variations-in-wordpress-6-0/\">Global Styles variations in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/separator-block-updated-to-use-block-supports-color-settings/\">Separator block: Updated to use block supports color settings</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/block-markup-updates-for-image-quote-list-and-group-blocks/\">Block markup updates for image, quote, list, and group blocks</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/03/support-for-handling-resolution-errors-for-editor-data-module/\">Support for handling resolution errors for Editor data module</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/28/taxonomy-performance-improvements-in-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\">Taxonomy performance improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/27/changes-to-do_parse_request-filter-in-wordpress-6-0/\">Changes to the do_parse_request filter in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/29/caching-improvements-in-wordpress-6-0/\">Caching improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/27/new-filter-to-modify-content-images-in-wordpress-6-0/\">New filter to modify content images in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/media-storing-file-size-as-part-of-metadata/\">Media: storing file size as part of the metadata</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/05/updates-to-the-wordpress-create-block-templating-system/\">Updates to the @wordpress/create-block templating system</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/object-type-specific-registration-hooks-in-6-0/\">Object type-specific registration hooks in 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/28/taxonomy-performance-improvements-in-wordpress-6-0/\">Taxonomy performance improvements in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/\">New features for working with patterns and themes in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/theme-export-in-wordpress-6-0/\">Theme export in WordPress 6.0</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/29/wp_user_query-now-accepts-fields-options-in-wordpress-6-0/\">WP_User_Query now accepts fields options in WordPress 6.0 </a></li><li><a href=\"https://make.wordpress.org/core/2022/05/02/performance-increase-for-sites-with-large-user-counts-now-also-available-on-single-site/\">Performance increase for sites with large user counts (now also available on a single site)</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/16/documentation-team-update-may-16-2022/\">Documentation Team Update – May 16, 2022</a></li></ul>\n\n\n\n<h3 id=\"h-support-docs\"><a href=\"https://wordpress.org/support/articles\">Support Docs:</a></h3>\n\n\n\n<ul><li><a href=\"https://wordpress.org/support/article/working-with-blocks/\">Working with blocks</a></li></ul>\n\n\n\n<h3 id=\"h-developer-docs\">Developer Docs: </h3>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/data-basics/4-building-a-create-page-form/\">Part 4: Building a <em>Create page</em> form</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\"></a><a href=\"https://make.wordpress.org/community/2022/05/11/join-the-community-team-for-a-wpdiversity-writing-sprint-may-23-to-may-30/\">Join the Community Team for a #WPDiversity Writing Sprint: May 23 to May 30</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/05/13/poll-finding-a-new-meeting-time/\">Poll: Finding a new meeting time</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/05/04/get-ready-for-wordpress-6-0/\">Get ready for WordPress 6.0</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/04/28/proposal-make-wordpress-team-or-project-updates/\">Proposal: Make WordPress Team or Project Updates</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/18/mobile-team-update-may-18th-3/\">Mobile Team Update – May 18th</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/17/call-for-testing-wordpress-for-android-19-9/\">Call for Testing: WordPress for Android 19.9</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/05/16/call-for-testing-wordpress-for-ios-19-9/\">Call for Testing: WordPress for iOS 19.9</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/05/17/plugin-review-team-update-16-may-2022/\">Plugin Review Team Update: 16 May 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/05/02/wordpress-6-0-ready-to-be-translated/\">WordPress 6.0 ready to be translated</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">Discussion: Contrib Handbook, Part 2</a></li><li><a href=\"https://make.wordpress.org/project/2022/04/01/discussion-contrib-handbook-part-1/\">Discussion: Contrib Handbook, Part 1</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">FSE Program Testing Call #14: Rallying Recipe Reviewers</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/04/28/latest-changes-in-gutenberg-themes-13-0-release/\">Latest changes in Gutenberg + Themes: 13.0 release</a></li><li><a href=\"https://make.wordpress.org/updates/2022/05/10/themes-team-update-may-10-2022/\">Themes team update May 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/04/off-forum-support-requests/\">Off forum support requests</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\"></a><a href=\"https://make.wordpress.org/training/2022/05/03/may-2022-sprint/\">May 2022 Sprint</a></li><li><a href=\"https://make.wordpress.org/training/2022/05/05/the-training-team-faculty-program-is-now-live/\">The Training Team Faculty Program is now live</a></li></ul>\n\n\n\n<h4 id=\"h-social-learning-spaces\">Social Learning Spaces:</h4>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=i-want-a-website-not-a-blog\">I want a Website, not a Blog!</a></a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=bloggers-own-your-content-and-share-it-everywhere\">Bloggers: Own your Content and Share it Everywhere</a></a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=hello-blocks-creating-a-custom-block\">Hello Blocks! Creating a Custom Block</a></a></li><li><a href=\"https://learn.wordpress.org/?meeting=open-source-principles-and-wordpress\"><a href=\"https://learn.wordpress.org/?meeting=design-with-me-create-a-simple-website-for-your-small-business\">Design With Me: Create a Simple Website for your Small Business</a></a></li></ul>\n</div>\n</div>\n\n\n\n<h2 id=\"5ftf\"><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<p>What\'s happening specific to Five for the Future? Provide your feedback on these posts:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/194\">Default workflow for team membership lifecycle? </a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/192\">Add activity when Meetup organizers host events</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/189\">Update Usermeta with latest 5ftf contribution.</a></li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 20:15: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: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:126:\"WPTavern: Software Freedom Conservancy Receives Court Ruling Affirming GPL as Both Copyright License and Contractual Agreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134452\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://wptavern.com/software-freedom-conservancy-receives-court-ruling-affirming-gpl-as-both-copyright-license-and-contractual-agreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4584:\"<p>The <a href=\"https://sfconservancy.org/\">Software Freedom Conservancy</a> (SFC), a non-profit that provides infrastructure support for free and open source software projects, has received a favorable ruling in its <a href=\"https://wptavern.com/software-freedom-conservancy-takes-on-vizio-in-lawsuit-alleging-gpl-violations\">right-to-repair lawsuit against Vizio</a>, an American TV manufacturer. The SFC alleges that Vizio has demonstrated “repeated failures to fulfill even the basic requirements of the General Public License (GPL),” after the company refused to provide the source code for software with copyleft licenses that it bundles with its products.</p>\n\n\n\n<p>Vizio had filed a request to “remove” the case from California State Court into U.S. Federal Court. After hearing oral arguments from both sides, the court has granted SFC’s motion to remand the case back to California State Court. </p>\n\n\n\n<p>In the <a href=\"https://storage.courtlistener.com/recap/gov.uscourts.cacd.837808/gov.uscourts.cacd.837808.30.0.pdf\">ruling</a>, US District Court judge Josephine L. Staton stated that the GPL introduces “an additional contractual promise separate and distinct from any rights provided by the copyright laws:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The Court finds Versata’s reasoning persuasive, and it finds here, as the court<br />found there, that the enforcement of “an additional contractual promise separate and distinct from any rights provided by the copyright laws” amounts to an “extra element,” and therefore, SFC’s claims are not preempted. Id. at *5. There is an extra element to SFC’s claims because SFC is asserting, as a third-party beneficiary of the GPL Agreements, that it is entitled to receive source code under the terms of those agreements. There is no right to receive certain works—or source code in particular—under the Copyright Act; indeed, the Act’s primary purpose is to limit who may reproduce, prepare derivative works, distribute, and display protected works. As SFC points out in its briefing, the right to receive the source code would appear to be “the very opposite” of those exclusive rights. (Reply, Doc. 26, at 17.) The fact that SFC claims status as a third-party beneficiary to the GPL Agreements and not the actual copyright holder—and therefore, has no authority to impose limitations on the reproduction and distribution of the software—only underscores that the contractual right at issue is qualitatively different from the rights under the Copyright Act. Thus, there can be no question that the extra element—that SFC is third-party enforcing its right to receive source code under the terms of a contract—transforms the nature of the action.</p></blockquote>\n\n\n\n<p>One of the functions of the SFC is to assist member projects in enforcing the terms of FLOSS licenses, including through litigation. This particular case is unique because the organization is presenting this lawsuit on behalf of individual consumers, as opposed to the traditional path of defending copyright holders of the GPL code in question.</p>\n\n\n\n<p>“The ruling is a watershed moment in the history of copyleft licensing,” SFC executive director Karen Sandler said. “This ruling shows that the GPL agreements function both as copyright licenses and as contractual agreements.”</p>\n\n\n\n<p>SFC contends that many electronics products are built for planned premature obsolescence and that companies often do this by violating the GPL. If the product is bundled with copyleft software, a consumer has the right to modify, improve, and repair the software. For this the be possible, the companies producing the products must make the source code available. This also enables consumers to find skilled people to repair their products when a device fails after updates have been disabled so that products do not become nonfunctional. This ruling is not just a major win for the GPL but also for consumers who may not know that companies violating the GPL significantly impact their ability to find repairs for electronic products.</p>\n\n\n\n<p>“Software Freedom Conservancy looks forward to our opportunity to prove, in state court, our third-party beneficiary right to the complete, corresponding source code as defined by the GPL and related agreements,” Sandler said. “This claim is central to the right to software repair, as it allows users to exercise the right to copy, share, modify, and reinstall the software on the devices that they receive.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 18:03:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"WPTavern: #27 – Ana Segota and Kelly Choyce-Dwan on How To Use the New Pattern Creator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=134337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/podcast/27-ana-segota-and-kelly-choyce-dwan-on-how-to-use-the-new-pattern-creator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48510:\"<p>On the podcast today we have <a href=\"https://twitter.com/ana_segota\">Ana Segota</a> and <a href=\"https://twitter.com/ryelle\">Kelly Choyce-Dwan</a>.</p>\n\n\n\n<p>I suspect that you might have heard about block patterns, but if you haven’t, you’re in for a treat. Patterns are collections of blocks which anyone can assemble for easy reuse at a later date. You can make them as simple or as complex as you, style them and save them away. When you’re ready to reuse them, they’re just one click away. It’s a great time saver.</p>\n\n\n\n<p>Having said that, not all of us are great at design, or perhaps we’ve just not had the time to explore how block patterns are created. Wouldn’t it be great if there was a source of patterns which we could use in our WordPress websites, safe in the knowledge that they were completely free to use? There is, and it’s called the Pattern Directory. You simply find a pattern you like and copy / paste it into your site.</p>\n\n\n\n<p>You could stop there, but you could also use this as a way of learning how blocks are constructed. Open up the pattern to see how it’s laid out. What settings were used to create the styling?</p>\n\n\n\n<p>Right now, the Pattern Directory is quite small. There’s a few hundred patterns to explore, but it could certainly do with some more contributions, and that is what this podcast is all about.</p>\n\n\n\n<p>The Pattern Creator is the way to create patterns so that they can be submitted, reviewed, and hopefully accepted into the Pattern Directory.</p>\n\n\n\n<p>We’ve got two perspectives on the podcast today from people who come at it from different angles.</p>\n\n\n\n<p>Ana is a self taught WordPress themer and designer who is making use of patterns at <a href=\"https://www.anarieldesign.com/\">Anariel Design</a>, her website building business, and Kelly is an Automattician who has been working with the team building the Pattern Directory and Creator.</p>\n\n\n\n<p>We talk about how the Creator works, how you can submit your patterns and what constraints are there for having your submissions accepted.</p>\n\n\n\n<p>So, if you’re curious about how patterns can speed up your website building workflow, this episode is for you.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\">https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">https://wordpress.org/patterns/</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/about/\">https://wordpress.org/patterns/about/</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/new-pattern/\">https://wordpress.org/patterns/new-pattern/</a></p>\n\n\n\n<p>Ana is <a href=\"https://twitter.com/ana_segota\">@ana_segota</a> on Twitter, and @anasegota on the Make Slack Channel.</p>\n\n\n\n<p>Kelly is <a href=\"https://twitter.com/ryelle\">@ryelle</a> on both Twitter and the Make Slack Channel.</p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, learning about the new pattern creator.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WP Tavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you’ve got a topic that you’d like us to feature on the podcast, well, I’m very keen to hear from you, and hopefully get you, or your idea featured on the show. Head over to WP Tavern.com forward slash contact forward slash jukebox, and use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Ana Segota and Kelly Choyce-Dwan. I suspect that you’ve heard about block patterns, but if you haven’t, you’re in for a treat.</p>\n\n\n\n<p>Patterns are collections of blocks which anyone can assemble for easy reuse at a later date. You can make them as simple or as complex as you like. Style them and save them away. When you’re ready to reuse them, they’re just one click away. It’s a great time-saver .</p>\n\n\n\n<p>Having said that, not all of us are great at design, or perhaps we’ve just not had the time to explore how block patterns are created. Wouldn’t it be great if there was a source of patterns which we could use in our WordPress websites, safe in the knowledge that they were completely free to use? There is, and it’s called the pattern directory. You simply find a pattern that you like and copy paste it into your site.</p>\n\n\n\n<p>You could stop there, but you could also use this as a way of learning how blocks are constructed. Open up the pattern and see how it’s laid out. What settings we’ll use to create the styling?</p>\n\n\n\n<p>Right now, the pattern directory is quite small. There’s a few hundred pounds to explore, but it could certainly do with some more contributions. And that is what this podcast is about. The pattern creator is the way to create patterns so that they can be submitted, reviewed, and hopefully accepted into the Pattern Directory. We’ve got two perspectives on the podcast today from people who come at it from different angles.</p>\n\n\n\n<p>Ana is a self-taught WordPress themer, and a designer who is making use of patterns in her website builds. And Kelly is an Automattician who has been working with the team building the Pattern Directory and Creator. We talk about how the creator works, how you can submit your patterns and what constraints are there for having your submissions accepted.</p>\n\n\n\n<p>So, if you’re curious about how patterns can speed up your website building workflow, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WP tavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Ana Segota and Kelly Choyce-Dwan.</p>\n\n\n\n<p>I am joined on the podcast today by Ana Segota and Kelly Choyce-Dwan. Hello.</p>\n\n\n\n<p>[00:04:01] <strong>Ana Segota:</strong> Hi.</p>\n\n\n\n<p>[00:04:01] <strong>Kelly Choyce-Dwan:</strong> Hello.</p>\n\n\n\n<p>[00:04:02] <strong>Nathan Wrigley:</strong> Very nice to have you both here. As we always do at the beginning of the podcast, I’m going to give both of you an opportunity to introduce yourselves, to give us a bit of an orientation.</p>\n\n\n\n<p>If you’ve listened to the introduction to this podcast, you probably know that we’re going to be talking about the pattern creator. And so it would be important to know why the two guests today are coming on talking about that. So, we’ll take it one at a time. We’ll begin with Ana. Ana, just tell us a little bit about your journey with WordPress and how come it is that you became involved with the pattern creator.</p>\n\n\n\n<p>[00:04:33] <strong>Ana Segota:</strong> So, hi Nathan, nice to meet you and thank you for inviting me. So I’m Ana Segota, and I am a themer, and I love creating WordPress themes using block patterns. I always was more as a designer, but I learned to code to be able to create WordPress themes myself, but now having a block patterns is such a relief for me because I can concentrate on design more.</p>\n\n\n\n<p>[00:05:04] <strong>Nathan Wrigley:</strong> That’s really nice. Thank you. Yeah. The intention of the tool is to make all of those decisions a little bit easier. So it’s nice, nice to know that in your case, it’s working. So, okay that’s going to be one perspective that we’ve got in the show today. And another perspective comes from Kelly. So Kelly, just spend a moment, tell us who you are please.</p>\n\n\n\n<p>[00:05:21] <strong>Kelly Choyce-Dwan:</strong> Sure. So my name is Kelly Choyce-Dwan, also ryelle online. I work at Automattic and I have for over seven years. I started with WordPress in 2009, and I’m now working on the Meta team where my focus recently has been on the pattern directory and pattern creator.</p>\n\n\n\n<p>[00:05:41] <strong>Nathan Wrigley:</strong> Now many people listening to this podcast will be very up-to-date users of WordPress. There’ll be using the tools that are shipping all of the time, and they may well have discovered patterns and be using them to great effect.</p>\n\n\n\n<p>On the other hand, I suspect that there’ll be a fair amount of people who as yet have not delved into patterns. They may know what they are. They may not. So I’m wondering if we could really just rewind a little bit, make no assumptions about anybody’s knowledge about patterns and just lay out what they are. So it’s a very general question. Either of you feel free to answer it. What are patterns in WordPress and why might you wish to use them?</p>\n\n\n\n<p>[00:06:24] <strong>Ana Segota:</strong> So for me block patterns, I like predefined and ready to use layout that you can click or drug and create pages. It’s like a collection of blocks arranged together to help you create different layouts. If you’ve used sometimes page builders, or Elementor templates, for example, it’s the same thing. You can use them on your website. You can adjust them, change the layout, change the colors. And I think they’re very useful.</p>\n\n\n\n<p>[00:06:59] <strong>Nathan Wrigley:</strong> Thank you. So they are basically quick ways to build websites. You’re using other people’s predefined layouts. The work, in great measure, has been done for you. You can discover collections of blocks, which are generically called patterns, and you can click on those and import them into your post or page or whatever it might be.</p>\n\n\n\n<p>So it speeds things up. I’m curious, for those of you, who’ve never used this before again, how do you actually build them? What’s the process that one might find themselves in, and bear in mind, we might be speaking to users of WordPress who are familiar with page builders, and don’t really find themselves interacting with the WordPress block editor.</p>\n\n\n\n<p>So we may need to have a little bit of a description around there. What are we actually doing? How do we create and build patterns?</p>\n\n\n\n<p>[00:07:51] <strong>Ana Segota:</strong> Okay. so mostly, I’m building block patterns for the themes. As a background, I first start, with niche, different niche, and what can be useful for that niche. And then I start creating block patterns directly in the editor, where you have all the options of block that you can combine in one block pattern.</p>\n\n\n\n<p>So mostly I started with a group block, where I put then columns or cover or images, and start creating different ideas and different layout.</p>\n\n\n\n<p>[00:08:34] <strong>Nathan Wrigley:</strong> Are you able to save those, as WordPress currently stands? Are you able to save those and I’ll stay with Ana. Are you able to save those Ana so that they can be reused on other websites. In other words, can you save more time by having your own little collection of blocks, which you then can use on this website over here and this other completely different website?</p>\n\n\n\n<p>[00:08:58] <strong>Ana Segota:</strong> Maybe Kelly knows better, the other way, but what I know you can always copy the block you have and paste it on other website. Or you can export it. But not sure if you can save it inside the editor for like a gallery or something. I’m not sure that you can, or if you can do this, maybe Kelly knows that.</p>\n\n\n\n<p>[00:09:22] <strong>Kelly Choyce-Dwan:</strong> Well, I know that you can, if you copy the block code into like a code file, the you can register it that way, but it requires code.</p>\n\n\n\n<p>[00:09:33] <strong>Ana Segota:</strong> I think, there is no easy way to save it in a gallery for the beginner user, for example.</p>\n\n\n\n<p>[00:09:41] <strong>Nathan Wrigley:</strong> At the moment, it feels as though it is the domain of people who are fairly experienced with WordPress. All of the tooling, with things like Elementor that you described, where you, you might have a private cloud of things that you’ve created in the past, and you can log in, and there’s a cloud service attached and you can download those to all of the other websites. We’re not quite at that point yet, although maybe some of the discussion that we’ll have today will revolve around that.</p>\n\n\n\n<p>[00:10:10] <strong>Ana Segota:</strong> Yeah, I would love that.</p>\n\n\n\n<p>[00:10:12] <strong>Nathan Wrigley:</strong> Yeah, that would be a really nice addition.</p>\n\n\n\n<p>[00:10:14] <strong>Ana Segota:</strong> But I think the, pattern creator is doing some kind of saving those block patterns and one place where you can reuse it. But we will come to it.</p>\n\n\n\n<p>[00:10:24] <strong>Nathan Wrigley:</strong> That’s okay. We’ll come to that in a moment. Just to say, patterns are collections of blocks and you piece them together, akin to a jigsaw and you build up designs, and style those designs, add images, add forms, add whatever it might be, background, color, padding, and so on, until you’ve got something that you’d like to look off. And at the moment, it probably lives within one WordPress website. But you can copy and paste that over somewhere else, but there’s no sort of cloud functionality.</p>\n\n\n\n<p>And so, to the main conversation today, which is the pattern creator. Just so that you know, the links will be in the show notes to everything that we talk about today. And the pattern creator may well be something that you want to go and play with because it enables you to do a very large amount more than potentially you can do in your normal WordPress website. So, whoever wishes to take this. What is the pattern creator? Hopefully we’ll be providing people with the link so they can find that. That’s all good. But what’s the purpose of it? Why was it built? Why did the WordPress team decide that a tool like this needed to exist?</p>\n\n\n\n<p>[00:11:33] <strong>Kelly Choyce-Dwan:</strong> So the pattern creator is a place to go and create patterns to share with anyone who uses WordPress, and it was created to make the process of making a sharing patterns easier. It’s a place that you can go and make a pattern and you know that it can be reused without having to write that code.</p>\n\n\n\n<p>[00:11:54] <strong>Nathan Wrigley:</strong> So, at the moment it’s not only is it a place where you can go and create patterns. It’s a place where you can go and discover other people’s already created patterns. And if you’re, if you’re coming to this podcast from another page builder, think about it as rows. You’re essentially grabbing rows from websites or component parts of websites. And so it serves that double purpose. Not only can you create your own, but you can also go and freely download other people’s work. Have I got that right? Have I misstated that?</p>\n\n\n\n<p>[00:12:25] <strong>Kelly Choyce-Dwan:</strong> That’s correct?</p>\n\n\n\n<p>[00:12:26] <strong>Nathan Wrigley:</strong> So in terms of how the editor works, we need to go to the website, the pattern creator website. And once we’re there, my understanding is that you need a, a wordpress.org account.</p>\n\n\n\n<p>Once you’ve got yourself, a wordpress.org account, you can log in and you are presented with something which looks very, very similar to the usual WordPress block editor interface. It’s a little bit more spartan because the menu on the left kind of basically doesn’t exist. So all of those options for posts and pages and what have you are gone. Let’s talk about the design decisions.</p>\n\n\n\n<p>So the menu on the left is gone. We’ve got the option to add blocks. Are we just dealing with a subset of the core blocks or can we add any of the core blocks?</p>\n\n\n\n<p>[00:13:15] <strong>Kelly Choyce-Dwan:</strong> It is a subset currently, because we don’t have the dynamic content that might be on your website. So we can’t replicate the full experience of using that block. But almost all of the core blocks are available.</p>\n\n\n\n<p>[00:13:30] <strong>Nathan Wrigley:</strong> Okay, so you can log in and you can start building out your blocks, or rather, I should say you can start building out your patterns. Then presumably there’s some kind of save process. And if you’re happy with things, can you use this if you chose to do it this way, can you use this as a private repository of your own blocks, that you’re maybe not ready to share with the world? Maybe they have to be kept in a draft state or something like that. Could it be used in that way? I know that’s not the intention. The intention is to have them shareable, but you were to design something and be not entirely satisfied with it, could you keep it there and come back to it at a later date and tweak it?</p>\n\n\n\n<p>[00:14:13] <strong>Kelly Choyce-Dwan:</strong> Yeah, totally. You can save things as drafts. Actually, when we were first building it out, one of the ideas was that it could be a private repo for you to put your own patterns in. That isn’t built yet, but it could be in the future.</p>\n\n\n\n<p>[00:14:26] <strong>Nathan Wrigley:</strong> So there is a kind of workaround to make it a directory of your own, if you simply save things as draft. But that isn’t the point. The intention is to make it universally available to everybody. And so on.</p>\n\n\n\n<p>Does this require an up to date version of Gutenberg on the backend? So just to be clear, it’s like a SaaS product. You’re not installing WordPress anywhere. You are just going to a website and interacting with it. But I’m just curious to know, as Gutenberg is updated and modified and the blocks change, we’re several years in, and there’s been a great deal of change in the way that certain things work.</p>\n\n\n\n<p>Do you have confidence that everything that you build today will look the same in, let’s say a couple of years time. In other words, do you anticipate that some things may break in the future or are you trying as hard as possible to mitigate against that?</p>\n\n\n\n<p>[00:15:18] <strong>Kelly Choyce-Dwan:</strong> Well, I hope it won’t, but the pattern creator is using always the stable version of Gutenberg. So it will always be up-to-date when you’re creating patterns. Patterns created a few months ago, we’re created with an older version of Gutenberg, but between backwards compatibility block transformation, Gutenberg is trying not to break your content too. So I’m fairly confident that things will continue to work. If there are patterns that do brake, we have a reporting mechanism for reporting that.</p>\n\n\n\n<p>[00:15:51] <strong>Nathan Wrigley:</strong> So it’s just Core blocks that we need to worry about. And it’s a subset of the Core blocks. Now, I’m looking on the interface at the moment. There’s the option for me to add a title? Obviously that’s just for the purposes of knowing what the pattern is that I’m saving somewhere. And then I can, in the normal way, click the little plus icon and I can add blocks as I choose. Put a group in, put some columns in and so on, and fiddle with those blocks just as I would do on my regular WordPress website.</p>\n\n\n\n<p>And I’ve got the list view where I can see the stack of all of the different things that. I’ve created. And then on the right-hand side, you’ve got a title and a description. Do both of those serve the purpose of showing to somebody, once it’s been submitted to the pattern directory, which we’ll get onto in just a moment. Those titles and descriptions would give the people, browsing the pattern directory, some orientation as to what it was about and what it was designed to achieve.</p>\n\n\n\n<p>[00:16:46] <strong>Kelly Choyce-Dwan:</strong> Yeah, that’s right. The title is the pattern title, and it’s the same when you’re in that little sidebar and the top title, they’re just two inputs for the same thing. Good title would describe what the pattern is, like one of the pattern contains, what it should be used for.</p>\n\n\n\n<p>[00:17:01] <strong>Nathan Wrigley:</strong> Then in order to presumably aid search on the other end in the pattern directory. Currently we have six categories. There’s no option to create categories of your own. At the minute we look like we’ve got buttons, columns, gallery, header, images, text, and then there’s the option to add in keywords, maximum of 10.</p>\n\n\n\n<p>Again, is this all just to help the taxonomy of it, to help assist people on the other side to locate things which you’ve got buttons in and specifically columns and galleries and so on? Is that the That’s the sole purpose of that.</p>\n\n\n\n<p>[00:17:34] <strong>Kelly Choyce-Dwan:</strong> That’s right. And, they’re also used, those are the same properties that are used in WordPress Core when you’re registering patterns.</p>\n\n\n\n<p>[00:17:41] <strong>Nathan Wrigley:</strong> So I could spend hours happily building out my new blocks and constructing them up into patterns and saving them away. And once I’ve got something that I’m happy with, there’s a blue submit button at the top right hand corner in the same way that you would have publish in WordPress typically, but this is submit.</p>\n\n\n\n<p>What is the process, what’s going on there? What is the list of things which happen after that? So I’m thinking in terms of, I just clicked submit, but presumably at that point, all sorts of other things are set in motion. Maybe it’s sent to a particular team and people have to authorize things and check that it doesn’t break any guidelines. And that might be a long list of things that go on in the background there.</p>\n\n\n\n<p>[00:18:24] <strong>Kelly Choyce-Dwan:</strong> Yeah. So when you submit a pattern, it asks you a few things more just to make sure you filled out all of your details. there are a few things that we’ll check for automatically, making sure you’re using a decent title. We’ve had a few patterns that are just called my pattern, which isn’t helpful for other people. So we detect things like that.</p>\n\n\n\n<p>So after the automated checks, it does get submitted as pending. So it does not automatically approved yet. And there is a pattern review team that will look through the pending patterns and publish things that are valid. Most things do get published. So you probably would get published within a day or two.</p>\n\n\n\n<p>[00:19:02] <strong>Ana Segota:</strong> It’s mostly hours or a day. I submitted here, so top, one day</p>\n\n\n\n<p>[00:19:08] <strong>Nathan Wrigley:</strong> Yeah, it’s really quick. A big gripe about the, let’s say the theme review team or the plugin review team was that there was quite a long wait, sometimes very long. There’s a lot more complexity, I guess, within a theme, a lot more code floating about. So at the moment. if you submit something, as of, let’s say May 2022, you’re very likely to have a decision fairly quickly.</p>\n\n\n\n<p>In terms of that being authorized, what are the guidelines? What are the kinds of things that are allowed and disallowed? In other words, so you mentioned that a good title, a good descriptive title is going to set you on the road to having its, authorized and put on the pattern directory.</p>\n\n\n\n<p>Are there any other guidelines that need to be, you need to be mindful of? Not only in terms of getting it submitted, but things that you don’t want people to submit because it contravenes certain rules or regulations.</p>\n\n\n\n<p>[00:20:03] <strong>Ana Segota:</strong> I think the most important part is to combine multiple blocks together, so not just to use one block and post it. So multiply blocks together and create some interesting and useful layouts. So maybe front design part and also something that can be creative and useful to the users. Also to highlight the capabilities of the blocks they contain and provide a starting point to customize the content.</p>\n\n\n\n<p>Good pattern book needs to be, has a well-defined purpose too. And for don’ts, maybe to avoid to design patterns for a single theme. So to think about it to be used in different websites. Not to create a pattern that is like a full page. Or just a simple pattern that is using a paragraph. And I think you need to use photos from the gallery there. You can’t import your photos or from some other website, and that’s probably it.</p>\n\n\n\n<p>[00:21:11] <strong>Nathan Wrigley:</strong> So the photos are coming in from, Kelly, maybe you can help us out here. Are they coming in from Openverse?</p>\n\n\n\n<p>[00:21:18] <strong>Kelly Choyce-Dwan:</strong> They are yeah. It’s all CC0 photos from Openverse. So they’re able to be used by anyone without any, without worry about crediting people.</p>\n\n\n\n<p>[00:21:27] <strong>Ana Segota:</strong> Yeah, that’s very helpful.</p>\n\n\n\n<p>[00:21:30] <strong>Nathan Wrigley:</strong> Another podcast episode altogether isn’t it? The whole Openverse project’s fabulous. Yeah. so obviously there’s constraints in terms of the do’s, you know, it needs to be usable on multiple websites, and so on, just as Ana said, but there’s some certain don’ts as well. We’ve prevented the ability to upload images by just using Openverse images, which is great.</p>\n\n\n\n<p>But also, I guess that would be in terms of the text that you write into paragraph or heading fields, there would be a requirement for it to be, let’s call it family friendly. You know, we don’t want anything which might cause anybody any hassle and presumably that’s a trip wire which the team would immediately reject it on.</p>\n\n\n\n<p>So, okay. Let’s let’s imagine that we’ve built this fabulous pattern. It’s absolutely hit the guidance on the head and it’s been approved. What then? Where does it go? Where does it live? How can other people find it?</p>\n\n\n\n<p>[00:22:24] <strong>Kelly Choyce-Dwan:</strong> So it’s in the pattern directory, which is just wordpress.org/patterns. You can use that website to search through patterns. Once you found a pattern that you like, you’re able to use it in your own website, just by simply copying it. And there is a copy button on each pattern that you can use to copy the code for it.</p>\n\n\n\n<p>And if you just paste that straight into your editor, you have that pattern.</p>\n\n\n\n<p>[00:22:48] <strong>Nathan Wrigley:</strong> So, you go to the pattern directory, presumably you would then search and filter against the things which you created when you were submitting your pattern. And then there’s a simple copy and paste button. You copy it. It’s in the clipboard of your computer and you just go over to your website and in an empty block, there’s no sort of container or wrapper that you need to stick it in. You literally just paste it into a brand new empty text block and all will work?</p>\n\n\n\n<p>[00:23:18] <strong>Kelly Choyce-Dwan:</strong> Yep.</p>\n\n\n\n<p>[00:23:19] <strong>Ana Segota:</strong> Yeah.</p>\n\n\n\n<p>[00:23:19] <strong>Nathan Wrigley:</strong> Are there any gotchas there? Because that process, whilst it’s not necessarily quite as optimal as the cloud that we were talking about earlier, where you could actually see it within your WordPress website, which I guess ultimately would be an easier experience?</p>\n\n\n\n<p>Does it always work? Are there any situations where copying and pasting that code has unexpected consequences. I don’t mean things breaking. I just mean that the styling, for example, something that the theme brings to bear might make things look peculiar and not quite how you intended.</p>\n\n\n\n<p>[00:23:51] <strong>Kelly Choyce-Dwan:</strong> Yeah, I think that’s possible because it is, I mean it uses the Core blocks. So if your theme styles the core blocks minimally, maybe, you’ll probably be fine, but if your theme is doing anything really creative with some of the blocks, I suppose you could have some trouble where a quote that you copied from the pattern directory looks totally different on your site.</p>\n\n\n\n<p>[00:24:12] <strong>Ana Segota:</strong> But if you are using a full site editing theme, I think you are good with.</p>\n\n\n\n<p>[00:24:17] <strong>Nathan Wrigley:</strong> It should just work. Yeah. Do you know if there’s any intention to bring any of this kind of functionality into WordPress Core. And what I’m meaning by that is that I could hook up my let’s say wordpress.org account to my website. And then I could create patterns inside my website and then authorize them to be submitted to the pattern directory.</p>\n\n\n\n<p>I feel like that might be quite a useful workflow at some point in the future, because then you’re not necessarily having to go out and go to a different website in order to create the patterns and publish them and so on. And equally, I wonder if in the future there are any plans to make it so that I can pull these patterns in, in the same way that we described that page builders like Elementor and so on, have their cloud templates and so on, and so forth.</p>\n\n\n\n<p>[00:25:11] <strong>Kelly Choyce-Dwan:</strong> Yeah, I think the second is much more likely than the first. So if you were to create a pattern on your own website. Uh, you might be using any number of blocks that are not Core blocks. So I don’t know that creating a pattern on your website and pushing it up is on the roadmap at least, because there’s a lot more gotchas. We can’t control the media that you’re using. Like we’re able to use Open verse images on the pattern creator.</p>\n\n\n\n<p>So there’s a lot more, a lot more like gotchas that way. But, having an ability to pull patterns from the pattern directory on wordpress.org into your own site. I do think that that is probably going to happen soon.</p>\n\n\n\n<p>Already, you can call out, well already in WordPress 6.0, you’ll be able to register pattern slugs when you’re building a theme, and then it will pull down those patterns from the pattern directory. So you can pull patterns like that.</p>\n\n\n\n<p>[00:26:06] <strong>Nathan Wrigley:</strong> Yeah. That’s, that’s interesting. So imagine that I’ve submitted one of my patterns. I’m very happy with it, but a year or two passes and I now for goodness knows what reason, I now don’t wish that pattern to be part of the directory. I’m wondering if either of you have any knowledge about whether things can be removed or once I’ve submitted it, is it up there for life? And I have essentially given it over to the community in perpetuity.</p>\n\n\n\n<p>[00:26:36] <strong>Kelly Choyce-Dwan:</strong> You can revert your pattern to draft, if you want to take it down. You can also trash it. We’re not tied to always supporting things the way that the theme and plugin directories are because there isn’t really as much of a tie to your content and this thing on wordpress.org, because once you copy a pattern down, you have it, you don’t need to sync back up with the parent. So we don’t need to, we don’t have the same issues of keeping something around.</p>\n\n\n\n<p>[00:27:00] <strong>Nathan Wrigley:</strong> Yeah, so you can curate that yourself. You can just, if you like return it to a draft status. So there’s a permanent connection between the wordpress.org repository that I can access with my user login and password, and the pattern being published. In other words, when I clicked submit, it’s not just taken from my submission and put into some other SaaS, if you like.</p>\n\n\n\n<p>So my expectation was that when I submitted it, much in the same way that I was submitting a form on a website, that form can then live somewhere else. You know, the form submission can come to me via email. I can’t rescind that form being sent. But in the directory the submit button and the draft status button is directly connected to whether it’s on the pattern directory.</p>\n\n\n\n<p>So if I click draft again, it will immediately, without any human supervision, it will suck it out of the directory and mean that it’s no longer there.</p>\n\n\n\n<p>[00:28:03] <strong>Kelly Choyce-Dwan:</strong> Yeah, that that’s correct.</p>\n\n\n\n<p>[00:28:05] <strong>Nathan Wrigley:</strong> Yeah, I really didn’t understand that. I just assumed that I was submitting it rather like a form. Somebody would inspect it, check it into another platform. So that’s kind of good to know.</p>\n\n\n\n<p>[00:28:15] <strong>Kelly Choyce-Dwan:</strong> Yeah. It also means that you can edit. So if you make your pattern and then you decide that you actually, you’ve submitted it, it’s been a week though. And you don’t like the color of the button. You can make that change. It’ll submit it back to pending, and it has to go through that review again. But, once it’s published, your pattern will have the new change now.</p>\n\n\n\n<p>[00:28:34] <strong>Nathan Wrigley:</strong> Okay. So we have to go through the process. Do you have any insight into how popular patterns have become over time? I mean, I still feel that the editing experience for proprietary page builders is something that people are keen for Gutenberg to have. You know, in other words, what you see is literally what you get.</p>\n\n\n\n<p>There’s no ifs or buts, it’s just exactly the same on the backend as it is on the front end. And I feel that a lot of people are not moving over to Gutenberg because that experience is not there yet. So, this one may be for Kelly, it may be for Ana. Ana, you might like to draw on, you know, your experience or maybe your friends and colleagues. Is it as usable yet? Are patterns as useful to you as your page builder that you may have used in the past yet? Or if we still got a way to go, what are your, what are your instincts on that?</p>\n\n\n\n<p>[00:29:25] <strong>Ana Segota:</strong> From my point of view, I think the block patterns are now really well made and they can be really useful. And I think they are mostly easier to use them. So for the user’s point of view, but they come more to the problem where we are starting to use templates, for example. Full site editing and templates. Block patterns are I think easiest part from the whole full site editing,.</p>\n\n\n\n<p>From my experience, mostly they like block patterns but, I think we are still in early stage because there is not a lot of themes that are full site editing themes. And sometimes we also have older themes that we are updating with block patterns, but it’s like a mix of old way and new way. So I think when we start doing more full site editing themes, it will get easier and user will get to know znd to accept it more.</p>\n\n\n\n<p>But I think block patterns are really useful from the user side, but templates are a bit tricky now, I must say, a bit confusing because we have a two editors now, like site editor and normal editor that they know from past. And they’re asking why I see now here block pattern, but in the old editor I need to click on the edit template to edit the template. It’s a bit tricky and confusing at the moment I must confess.</p>\n\n\n\n<p>[00:31:00] <strong>Nathan Wrigley:</strong> We’re on the cusp of WordPress 6.0 being released, and as each different, a new release comes around, there is more being added and the complexity sometimes goes up and hopefully at some point the complexity will go down again and be more straightforward to use.</p>\n\n\n\n<p>I guess that one of the biggest wins of using patterns and the pattern directory, which you would submit things to with the creator, is that all of this is just free. It’s completely freely available. You can use it in any which way you’d like, there’s no constraints over how you might use it. And if we rewind the clock about, oh, I don’t know, let’s go for about 12 or 13 years.</p>\n\n\n\n<p>I imagine that the plug-in directory felt like a similar thing, you know, you would submit your plugin and within a few hours, somebody would say yes. That’s great, thank you very much. We now know that WordPress has 50,000 plus plugins. The directory whilst being very useful is quite hard, it’s very difficult to track things down. We’ve got certain things being recommended because they’re popular and it may be hard for people to have their bits and pieces discovered.</p>\n\n\n\n<p>I’m just wondering, Kelly I’ll fire this one at you. I’m just wondering if in the future there are plans to make it so that as you submit patterns, there’s maybe more options around curating it, more taxonomy, terms, greater ways of being able to search and discover things. Because at the moment, it’s easy.</p>\n\n\n\n<p>There’s a handful of patterns, well, that’s not quite true, but you get point. There aren’t 50,000 of them. But in the future, when this takes off, I could see there being literally hundreds of thousands of patterns. And at that point it’s going to be extremely difficult to separate the ones that you would like from the ones which are just there in front of you, but you don’t necessarily feel able to use. So really I’m just wondering how that may be curated in the future. Any roadmap plans for that?</p>\n\n\n\n<p>[00:33:00] <strong>Kelly Choyce-Dwan:</strong> Yeah. you’re right there are, what did you say, 50,000 plugins?</p>\n\n\n\n<p>[00:33:03] <strong>Nathan Wrigley:</strong> Yeah,</p>\n\n\n\n<p>[00:33:04] <strong>Kelly Choyce-Dwan:</strong> Yeah, there’s 400 patterns.</p>\n\n\n\n<p>[00:33:06] <strong>Nathan Wrigley:</strong> Yeah, yeah.</p>\n\n\n\n<p>[00:33:07] <strong>Kelly Choyce-Dwan:</strong> So a little different. I don’t know that there’s any concrete roadmap for what the future of this directory might look like. There are some discussions about whether there should be different categories, like buttons, columns, taxonomy. There’s questions about how we should handle patterns that are more for site building versus just content patterns. So I do think that this is all very much still like to be decided, and really if anyone has opinions, I’m sure we’d love to hear them.</p>\n\n\n\n<p>[00:33:39] <strong>Nathan Wrigley:</strong> Yeah, we’ll get onto that actually now because that feels like a good point. So obviously this is being built out in the open. The pair of you have obviously taken a great interest in it, but it may be that people listening to this, this is new to them. And they think that they would like to play with this a little bit, become involved with the team.</p>\n\n\n\n<p>So maybe again, I’ll direct this one at Kelly first off. Are there any ways, better ways where people can get involved in the project of the directory or the creator? Where are the best places to go and hang out?</p>\n\n\n\n<p>[00:34:12] <strong>Kelly Choyce-Dwan:</strong> If you want to have feedback about the future of the pattern directory or if you just want to report that something’s not working. The project is on GitHub. It’s at github.com/wordpress/patterndirectory.</p>\n\n\n\n<p>[00:34:27] <strong>Nathan Wrigley:</strong> So that’s the best place to go if you wish to find out about becoming involved. Ana, just wondering about your experiences of being involved with this. Have you got any, any insights? Is there a thing that you found the most useful? A, I don’t know, a Slack channel or a website where people are helping each other out. A group of some kind, maybe a community online somewhere where this is all happening?</p>\n\n\n\n<p>[00:34:50] <strong>Ana Segota:</strong> I was in contact per Slack, with Anne McCartney also and, mostly Slack and Twitter, but yeah, mostly Slack or Github, yeah.</p>\n\n\n\n<p>[00:35:01] <strong>Nathan Wrigley:</strong> Now, I know that neither of you will be able to answer this question directly, but the theme repository and the plugin repository, they feel like there’s no way that they are going away. They’re going to be here for the long-term. You know, I can imagine decades from now, they’ll still be in existence. Do you both have confidence that this journey that we’ve taken on where blocks and patterns are becoming the new, the new way of creating quick and easy websites. Do you feel confident that this is the way it’s going to be done? You know, that we ought to sail our ship in this direction?</p>\n\n\n\n<p>Your long-term thoughts really on whether or not this is the way it’s going to be done in the future.</p>\n\n\n\n<p>[00:35:40] <strong>Ana Segota:</strong> I hope so. I really hope so. I think this way is, better way of making, for example, I am in theme business, so, it’s easier to create themes. Especially to offer easier way of using themes to users. So finally theme can be a design for me, and that’s a really big step in the right direction. So I really hope it will stay. And also be better with the time and more easier to use.</p>\n\n\n\n<p>[00:36:12] <strong>Nathan Wrigley:</strong> Thank you. And Kelly.</p>\n\n\n\n<p>[00:36:14] <strong>Kelly Choyce-Dwan:</strong> Yeah, I do think that this is the way forward. I think that using blocks and making patterns is really only going to become more, more standard. Easier to use. And so I think that this is going to be the way to make websites</p>\n\n\n\n<p>[00:36:28] <strong>Nathan Wrigley:</strong> Yeah. Just one last quick thought. I mentioned something similar earlier and Ana talked about it, I’m going to direct this one at you, Kelly, if that’s all right. I don’t know what your experience is with other website building tools. And we mentioned page builders, such as Elementor and, I just wondered what your thoughts are on where the user interface is and the user experience is at the moment.</p>\n\n\n\n<p>Maybe you’ve got some insight into that. Maybe you don’t, but I just wondered whether you thought that it was yet at a point of maturity. And that kind of ties into the question I’ve just asked about whether it would be widely adopted, because it feels like there’s a big holdout of people the moment who simply cannot make the move because the experience as yet doesn’t have that, it’s exactly the same on the front end, as it is on the backend. And Ana, I think you just said, Yeah in the background. You can identify. You’ve committed, you’ve jumped over and you’ve made that journey and put the investment of time into…</p>\n\n\n\n<p>[00:37:24] <strong>Ana Segota:</strong> Yeah, but it takes a lot of challenges, yeah. Because I get the input from the user side and I also used Elementor before to see how it works. And I must say it’s still a long way. But, what is most confusing now to the users, what I said before, also, those two editors and two different phase. We now have again templates that you can edit.</p>\n\n\n\n<p>And they’re a bit confused. Like, okay, I go on out to edit the template and I saved it and now it’s applied to all my pages and now you need to explain it that they need to refresh it and pull it back. And it’s a bit confusing. So we don’t have one editor where you can do all the things. For example, you come to one editor and click, for example, to choose a layout and this layout is there and you can edit it and that’s it. Yeah, it’s a bit struggle for now.</p>\n\n\n\n<p>[00:38:25] <strong>Nathan Wrigley:</strong> I do wonder if that struggle, and I’m going to see what Kelly makes on this, I do wonder if that’s going to be for a little while into the future, if that’s going to be a limitation in terms of adoption, is the fact that there are difficulties. There’s a lot of learning which needs to take place to wean you off those tools and, whilst the WordPress Core way of doing blocks and patterns and so on is free, widely available, done in the open, open source and all of that kind of stuff. I wonder if the adoption is going to be stifled because of the constraints that Ana just mentioned. What do you think about that?</p>\n\n\n\n<p>[00:39:04] <strong>Ana Segota:</strong> I think it depends also on us, on themers a lot. How we will implement this and make it easier for the users. And we also need to educate now the users, how they can use it and make it as easier as possible. And sometimes there’s not that easy because you need to follow updates and to do the updates all the time and to educate people about it.</p>\n\n\n\n<p>But I think it’s a good step in the right direction. And I think with the time and with the education people will adopted it yeah. Just by creating a pages using just block pattern it’s a really a big step. And it’s a great thing. You can really create most everything with block patterns without using templates for example.</p>\n\n\n\n<p>[00:39:54] <strong>Nathan Wrigley:</strong> Yeah, I think people just need time, the inspiration to get into it…</p>\n\n\n\n<p>[00:39:59] <strong>Ana Segota:</strong> It’s a new, it’s a new thing and you always need time to learn something new.</p>\n\n\n\n<p>[00:40:03] <strong>Nathan Wrigley:</strong> That’s right. We actually interviewed Courtney Robertson from the Learn initiative last week. And there’s an awful lot of content. And I think that’s maybe a piece that was missing in the past, the ability to go and find video tutorials, which answer the exact question that you’re looking for.</p>\n\n\n\n<p>Kelly, can I put that one to you? Is it basically the same question? You said that you hadn’t got a great deal of experience with page builders and so on, but I’m just wondering if you had any intuitions around there, whether or not the UI and the UX is, is everything that you guys had hoped it would be, or do you feel that there’s still quite a lot of work going through WordPress six and seven and maybe even, eight.</p>\n\n\n\n<p>[00:40:39] <strong>Kelly Choyce-Dwan:</strong> Yeah, I haven’t used page filters. I am definitely a pretty vanilla WordPress user. But I have been, you know, working with the site editor and I can see that it is a little confusing still. I do think that it needs to be iterated on, but I think that the future is going to be good.</p>\n\n\n\n<p>I think the plans are there and it’s constantly getting better. So I’m very positive about it. Yeah.</p>\n\n\n\n<p>[00:41:02] <strong>Nathan Wrigley:</strong> Thank you. Okay, just to wrap up, if people have listened to this podcast today and they would like to get in touch with you and make contact and use your expertise. What’s the best way of getting in touch with you? It could be a Twitter handle could be an email address, or it could be nothing. You might wish to share nothing at all, but I’ll start with Ana. What’s the best way to get in touch with you, Ana?</p>\n\n\n\n<p>[00:41:24] <strong>Ana Segota:</strong> Twitter, or Slack or email. It’s all good. Maybe you can add a later?</p>\n\n\n\n<p>[00:41:31] <strong>Nathan Wrigley:</strong> Yeah, I will definitely add your Twitter and Slack into the show notes. And same question to you, Kelly. What’s the best way to get in touch with you?</p>\n\n\n\n<p>[00:41:40] <strong>Kelly Choyce-Dwan:</strong> You can find me on Twitter, Ryelle, R Y E L L E or on wordpress.org Slack. I can also chat there.</p>\n\n\n\n<p>[00:41:49] <strong>Nathan Wrigley:</strong> Okay, Ana and Kelly, thank you so much for talking to me on the podcast today, and I appreciate you giving me an hour of your time. Thank you very much, indeed.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"Post Status: WooCommerce 6.5, 6.5.1, and WooCommerce Blocks 7.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=97704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://poststatus.com/woocommerce-6-5-6-5-1-and-woocommerce-blocks-7-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3050:\"<p class=\"has-drop-cap\">Well, the week started the release of <a href=\"https://developer.woocommerce.com/2022/05/10/woocommerce-6-5-released/\"><strong>WooCommerce 6.5</strong></a> and ended with a <a href=\"https://developer.woocommerce.com/2022/05/13/woocommerce-6-5-1-fix-release/\"><strong>6.5.1 bug fix</strong></a> release. Between all of that, <strong><a href=\"https://developer.woocommerce.com/2022/05/10/woocommerce-blocks-7-6-0-release-notes/\">WooCommerce Blocks 7.6</a> </strong>was also released.</p>\n\n\n\n<p>Over on <strong>Do the Woo</strong>, we had <a href=\"https://dothewoo.io/the-woocommerce-roundtable-dives-into-wordpress-6-0/\">a conversation about the upcoming release</a> of <strong>WordPress 6.0</strong>. The <strong>Woo Roundtable</strong>, consisting of <strong>Ronald Gijse</strong>l, <strong>Robbie Adair</strong>, <strong>Robert Jacobi</strong>, and <strong>Tammie Lister</strong> dove in to offer some insights about 6.0 and how WooCommerce plays into it. </p>\n\n\n\n<p>Then <strong>Ronnie Burt</strong> from <strong>Sensei LMS</strong> and <strong>Automattic</strong> shared his extensive experience in the wider education space and his journey to move into the WordPress ecosystem, and LMS space:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“And so when I think about democratizing education, I think about how do we help [provide] the best content [so the] best learning experiences bubble to the top and be found.”</p></blockquote>\n\n\n\n<p>A little bird told me about <a href=\"https://poststatus.com/the-state-of-wordpress-market-share/\">a drop in the WordPress market share</a>. Or actually, a Tweet from Joost de Valk. As a result I had to add <a href=\"https://dothewoo.io/woobits-dropping-my-02-about-wordpress-marketshare/\">my small take to the influx of reaction we have seen</a>. It\'s short! </p>\n\n\n\n<p>I think we just need to wait and see what shakes out. It\'s too early to say if this is a new trend.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“…I am not losing any sleep over that number right now. To be fair, depending on your own stakes, you may feel differently. And trust me, there are some interesting insights that Joost shared in the post, as well as others that are either agreeing with or serving a rebuttal. And if you dare go down that rabbit hole, well, good luck.”</p></blockquote>\n\n\n\n<p>Trust me, I didn’t spend much time on my response for several reasons:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I have had touchpoints in the technical space for over 3 decades. If I was someone that could predict what came next for any specific technology, or 100% understood a lot of the ups and downs, well, maybe I wouldn\'t be rich but I would sure have a lot to talk about.”</p></blockquote>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://dothewoo.io/woobits-dropping-my-02-about-wordpress-marketshare/\">WooBits: Dropping My .02% About WordPress Marketshare</a></blockquote>\n</div>\n\n\n\n<h2 id=\"h-\"> </h2>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 21:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: How To Start Testing Your WordPress Code With the Pest PHP Testing Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/how-to-start-testing-your-wordpress-code-with-the-pest-php-testing-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9024:\"<p>We can all agree that WordPress has come a long way since its beginning and that it grew into something a lot more than blogging software.</p>\n\n\n\n<p>At its core, it’s still a content management system (CMS), but with over 59,000 plugins in the <a href=\"http://wordpress.org/\">wordpress.org</a> directory, you can customize it to be much more.</p>\n\n\n\n<p>The reason for its popularity is its low entry barrier for both content creators and developers. Sometimes this comes with a cost. It’s no secret that WordPress has a bad reputation when it comes to development. It has a lot of legacy baggage and die-hard rules that prevent any backward compatibility breaking change when it comes to PHP code (Gutenberg is another story I won’t get into).</p>\n\n\n\n<p>That legacy PHP code is often used by the developers that are starting to enter the world of programming, and the issue with that is they can learn some bad programming patterns. That in turn means they will reuse the poorly written code, increasing the amount of bad code in the world.</p>\n\n\n\n<p>This is where WordPress gets its bad reputation in the developer community.</p>\n\n\n\n<h3><strong>Breaking the cycle</strong></h3>\n\n\n\n<p>So how can we break this cycle of bad code? By teaching new developers how they should write good code. One example of teaching new developers (but also old ones that are still clinging to the ‘WordPress’ way of doing things) is by writing tutorials.</p>\n\n\n\n<p>Another way is to encourage them to use tools that can help them write better code.</p>\n\n\n\n<p>I’m currently involved in the work which aims to release the new version of the <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/\">WordPress Coding Standards</a>, a set of rules used for the <a href=\"https://github.com/squizlabs/PHP_CodeSniffer/\">PHP_CodeSniffer</a> tool that will let you know if your code has some potential issues (security, best practices, code style).</p>\n\n\n\n<p>Another tool that I’ve recently developed is a <a href=\"https://github.com/dingo-d/wp-pest-integration-test-setup\">package</a> that will help developers set up WordPress integration tests that use the <a href=\"https://pestphp.com\">Pest</a> testing framework.</p>\n\n\n\n<h3><strong>Ok, so why do we need this new tool?</strong></h3>\n\n\n\n<p>The main motivation behind creating this package is to encourage more people to write tests for their code, especially plugin developers.</p>\n\n\n\n<p>A lot of developers in the WordPress community go with the mantra: I can see that it works because I’ve tried it out in my browser. That’s OK, but there are issues with that.</p>\n\n\n\n<p>First, it’s time-consuming. Every time you make some change, you need to make sure it works, but also that you didn’t break anything.</p>\n\n\n\n<p>Second, people make mistakes. We are not foolproof, and code may be misused in ways you never thought possible. You would be amazed at how creative people can be when writing code.</p>\n\n\n\n<p>Automated tests are quick and can help you in testing various cases that will happen when you execute your code.</p>\n\n\n\n<p>You test for the intended behavior (happy path), and in a quick way, you can add examples of how your code can be used in a way you didn’t intend it to be used (unhappy path).</p>\n\n\n\n<p>It also safeguards your code from regressions. A code regression is when you unintentionally break one part of your code by adding new code.</p>\n\n\n\n<h3><strong>The problem with tests set up so far</strong></h3>\n\n\n\n<p>Testing in WordPress is not a new thing. And it’s not like you couldn’t set up tests for your code before. There are amazing libraries out there that will help you set everything up like <a href=\"https://wpbrowser.wptestkit.dev/\">wp-browser</a>.</p>\n\n\n\n<p>But the problem is that the setup procedure is often clunky.</p>\n\n\n\n<p>You need to set up a separate database for tests, and you need to run certain scripts, then change files to make it all work.</p>\n\n\n\n<p>Let’s face it, it’s not a straightforward thing to do, and developers are by nature lazy creatures (that’s why we write code to do things for us <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" />).</p>\n\n\n\n<p>The aim of the wp-pest integration test setup is to eliminate all that extra work.</p>\n\n\n\n<h3><strong>How to set it up</strong></h3>\n\n\n\n<p>In order to set it up, your project must use <a href=\"https://getcomposer.org/\">Composer</a>. It’s a de-facto standard way of adding packages to your code.</p>\n\n\n\n<p>In your terminal type</p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer require dingo-d/wp-pest-integration-test-setup --dev</code></pre>\n\n\n\n<p>After you’ve downloaded the package and its dependencies you can set up the theme tests by typing</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/wp-pest setup theme</code></pre>\n\n\n\n<p>Or, in the case you want to set up tests for your plugin, you can write</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/wp-pest setup plugin --plugin-slug=your-plugin-slug</code></pre>\n\n\n\n<p>Optionally, you can provide a <code>--wp-version</code> parameter, to specify which WordPress version you’d like to test your code on.</p>\n\n\n\n<p>In the background, a WordPress instance will be downloaded, and an in-memory database will be set up, along with two examples of tests that you can run.</p>\n\n\n\n<p>Then, running either</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/pest --group=unit</code></pre>\n\n\n\n<p>or</p>\n\n\n\n<pre class=\"wp-block-code\"><code>vendor/bin/pest --group=integration</code></pre>\n\n\n\n<p>will run the tests.</p>\n\n\n\n<p>The beauty of Pest is that its syntax is developer-friendly. It has <a href=\"https://pestphp.com/docs/installation\">amazing documentation</a> and great syntax. Let’s look at a simple example. Say you are registering a custom post type called ‘Books’:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php\n\n/**\n * Plugin Name: Test plugin\n * Desctiption: Test plugin\n * Version: 1.0.0\n * License: MIT\n */\n\nfunction test_plugin_register_books_cpt() {\n $args = array(\n \'label\' => esc_html__( \'Books\', \'test-plugin\' ),\n \'public\' => true,\n \'publicly_queryable\' => true,\n \'show_ui\' => true,\n \'show_in_menu\' => true,\n \'query_var\' => true,\n \'rewrite\' => array( \'slug\' => \'book\' ),\n \'capability_type\' => \'post\',\n \'has_archive\' => true,\n \'hierarchical\' => false,\n \'menu_position\' => null,\n \'supports\' => array( \'title\', \'editor\', \'author\', \'thumbnail\', \'excerpt\', \'comments\' ),\n );\n \n register_post_type( \'book\', $args );\n}\n \nadd_action( \'init\', \'test_plugin_register_books_cpt\' );\n</code></pre>\n\n\n\n<p>After running the setup command that adds an example, a test called <code>BooksCptTest.php</code> would look like this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php\n\nnamespace Tests\\Integration;\n\nbeforeEach(function () {\n parent::setUp();\n});\n\nafterEach(function () {\n parent::tearDown();\n});\n\ntest(\'Books custom post type is registered\', function () {\n // We can use assertions from PHP_Unit.\n $this->assertNotFalse(has_action(\'init\', \'test_plugin_register_books_cpt\'));\n\n $registeredPostTypes = \\get_post_types();\n\n // Or we can use expectations API from Pest.\n expect($registeredPostTypes)\n ->toBeArray()\n ->toHaveKey(\'book\');\n});\n</code></pre>\n\n\n\n<p>Running <code>vendor/bin/pest --group=integration</code> gives us the following output:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>Installing...\nRunning as single site... To run multisite, use -c tests/phpunit/multisite.xml\nNot running ajax tests. To execute these, use --group ajax.\nNot running ms-files tests. To execute these, use --group ms-files.\nNot running external-http tests. To execute these, use --group external-http.\n\n PASS Tests\\\\Integration\\\\BooksCptTest\n ✓ Books custom post type is registered\n\n Tests: 1 passed\n Time: 0.14s</code></pre>\n\n\n\n<h3><strong>Conclusion</strong></h3>\n\n\n\n<p>And just like that, you have the ability to run WordPress integration tests in your theme or plugin. Tests are amazing because not only are they safeguarding us from mistakes, but they also force us to write clean and testable code. This is especially true for plugins that have complicated logic or are communicating with third-party APIs.</p>\n\n\n\n<p>Writing tests for such a codebase will force you to think about what your code architecture looks like so you can easily write automated tests – not to mention the time and money you’ll save from not having to manually test everything.</p>\n\n\n\n<p>If you think this is something you might benefit from, feel free to use it, and <a href=\"https://github.com/dingo-d/wp-pest-integration-test-setup\">star the repository</a> on GitHub.</p>\n\n\n\n<p>Hopefully, this will encourage more WordPress developers to use tools that will enhance their coding skills.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 18:25:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Denis Žoljom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:125:\"WPTavern: Online Meetup: WordPress NYC to Host Series on Modern, Privacy-Respecting Analytics and Leveraging First-Party Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"https://wptavern.com/online-meetup-wordpress-nyc-to-host-series-on-modern-privacy-respecting-analytics-and-leveraging-first-party-data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3125:\"<p>One of the positive effects of the COVID-19 pandemic is local meetups are more frequently broadcasting their events online, giving people outside the immediate area the opportunity to attend and learn new skills. <a href=\"https://www.meetup.com/find/?keywords=wordpress&source=EVENTS&eventType=online&sortField=DATETIME\">Searching meetup.com for WordPress</a>, filtered to show Online Events, will show upcoming events that anyone can attend.</p>\n\n\n\n<p>WordPress NYC is hosting an interesting new six-part series on analytics beginning this week on Thursday, May 19, at 7PM EDT. Co-organizer Victor Ramirez will kick it off with a workshop titled “The Product & Marketing Data Landscape.” Attendees will get an overview of the current WordPress analytics landscape. Subsequent events will cover how to make a tracking plan, how to migrate to open source tracking options (while respecting privacy), and how to leverage WordPress data to improve user experiences.</p>\n\n\n\n<p>Ramirez is the lead product analytics engineer at <a href=\"https://www.theknotww.com/\">The Knot Worldwide</a> and also runs a WordPress agency on the side. </p>\n\n\n\n<p>“I was inspired because product analytics has been my job for two years,” Ramirez said. “It’s one of the hottest roles in technology everywhere except WordPress.” </p>\n\n\n\n<p>During the workshop he plans to demonstrate the benefits of using <a href=\"https://www.rudderstack.com/\">Rudderstack</a>, an open source customer data pipeline tool, and <a href=\"https://www.avo.app/\">Avo workbench</a>, a data governance platform, comparing those to private enterprise options. The schedule for the series includes weekly presentations through June 23:</p>\n\n\n\n<ul><li>May 19: <a href=\"https://www.meetup.com/WordPressNYC/events/285813151/\">The Product & Marketing Data Landscape</a></li><li>May 26: <a href=\"https://www.meetup.com/WordPressNYC/events/285813159/\">Tracking Plans as the Lynchpin for Success</a></li><li>June 2: <a href=\"https://www.meetup.com/WordPressNYC/events/285813166/\">Goodbye Google, Hello 1st Party Data</a></li><li>June 9: <a href=\"https://www.meetup.com/WordPressNYC/events/285813170/\">Privacy, Performance, 3rd Party Integrations</a></li><li>June 16: <a href=\"https://www.meetup.com/WordPressNYC/events/285813176/\">Build Dashboards & Reporting in Minutes not Weeks</a></li><li>June 23: <a href=\"https://www.meetup.com/WordPressNYC/events/285813178/\">Leveraging Data for Enhanced User Experiences</a></li></ul>\n\n\n\n<p>The series will introduce attendees to the concept of collecting first-party data (as opposed to third-party data) and learn how to create better, privacy-respecting experiences for consumers, instead of “targeting” them with unwanted messages.</p>\n\n\n\n<p> If you’re using WordPress for a product or service, this workshop may give you a new way to think about consumer data collection for your business. The event is free and the link to attend online will be visible for those who <a href=\"https://www.meetup.com/WordPressNYC/events/285813151/\">sign up to attend</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 17:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WordPress.org blog: WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4194:\"<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=05%2F10%2F2022..05%2F17%2F2022&resolution=fixed&milestone=6.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site. </p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br />The reward is the journey<br />Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"Do The Woo Community: WordCamp Europe 2022 with Takis Bouyouris and Taeke Reijenga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=71671\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://dothewoo.io/episode-223/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:396:\"<p>Takis Bouyouris and Taeke Reijenga, part of the organizing team for WordCamp Europe, joins us in a conversation all about WCEU.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/episode-223/\">WordCamp Europe 2022 with Takis Bouyouris and Taeke Reijenga</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WPTavern: How The Welch News Uses WordPress To Keep Local News Alive in West Virginia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=134197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/how-the-welch-news-uses-wordpress-to-keep-local-news-alive-in-west-virginia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13172:\"<img />The Welch News Team – photo credit: The Welch News\n\n\n\n<p>For 95 years, the people living in the McDowell County coalfields have depended on <a href=\"https://www.welchnews.com/\">The Welch News</a> for local coverage of important events. The county sits at the southernmost point of state, with a declining population of <a href=\"https://www.census.gov/quickfacts/mcdowellcountywestvirginia\">18,363</a> and a median household income of $27,682. </p>\n\n\n\n<p>In the 1950’s, at the apex of the mining industry’s economic influence, McDowell County had close to 100,000 people living there. They mined the coal that built much of the infrastructure for American cities. After the industry became more mechanized and many left to find work elsewhere, the community began to deteriorate, drugs got a foothold, and many local kids are now raised by their grandparents. Property taxes evaporated, as a large number of homes are on homestead exemption, which further lowers property taxes for those who are 65+ or considered disabled.</p>\n\n\n\n<p>The Welch News remains in the county as a unifying force that the dwindling populace relies on to stay connected and informed. Publisher Melissa Nester often says she learned how to read by reading the Welch News. Three years ago, she purchased her local newspaper to keep it from shuttering. </p>\n\n\n\n<p>“Our previous owner made the decision to close the newspaper at a point we felt we were going strong,” Nester said. “Revenue had declined along with the business population we used to support our operation over the years, however we felt it was an asset to community building and wanted to use it as such.” </p>\n\n\n\n<img />The Welch News Publisher Melissa Nestor – photo credit: The Welch News\n\n\n\n<p>Nester purchased the paper, with the promised support of her core team members at the time. Most of them are still working with her today.</p>\n\n\n\n<p>“The Welch News had been a staple in all our lives,” Nester said. “When we announced that we would cease to print, the community was outraged. We cried with customers stopping in to see us one last time, most of them sharing stories of their first job being a paper carrier at the newspaper. One of our carriers at the time told us the story of an elderly woman who said all she had at home was a landline phone and The Welch News. It’s all she had. We were absolutely floored as we heard how much our community wanted us to remain.”</p>\n\n\n\n<h3>The Welch News Launches a Digital Publication on WordPress with the Help of the PaywallProject</h3>\n\n\n\n<img />photo credit – The PaywallProject\n\n\n\n<p>After purchasing the paper, Nester held a meeting on May 8, 2018, where she invited everyone she could think of to help her plan a path to move forward. Tyler Channell, creator of the <a href=\"https://www.paywallproject.com/\">PaywallProject</a>, attended this meeting and listened to the team’s goals and concerns.</p>\n\n\n\n<p>“Building simple WordPress-based sites for various businesses is something I’ve done dating back to 2008,” Channell said. “I really started focusing on local newspaper web development in late 2017 after graduate school (journalism) at West Virginia University.”</p>\n\n\n\n<p>Channell began helping local West Virginian newspapers, after they reached out with specific questions about generating revenue from their publications.</p>\n\n\n\n<p>“Digital ads weren’t cutting it for them (a similar story I hear from publishers across the country),” Channell said. “With Facebook and Google owning virtually the entire digital ad market, newspapers must focus their efforts on generating paid digital subscriptions to remain sustainable. People are willing to pay for local content that they can’t get anywhere else.”</p>\n\n\n\n<p>After helping his first local newspaper find success with a paywall he implemented, he decided to put together a simple ready-to-go website solution focused on growing paid digital subscribers for local newspapers across West Virginia and beyond. He now has approximately 20 local newspapers signed on to the PaywallProject’s services. The all-in-one subscription platform for local news costs $199/month and includes website development, a flexible paywall subscription platform with no transaction fees, migration, and built-in ad management.</p>\n\n\n\n<p>“I use a number of different themes/plugin-based solutions combined with custom code, payments via Stripe, and hosting through DigitalOcean to bring it all together,” Channell said. “The goal for me is to provide all technical aspects so that local news publishers can focus on publishing content.”</p>\n\n\n\n<p>For many small publishers, this is their very first website. Channell said his clients are quick to acclimate to WordPress.</p>\n\n\n\n<p>“I think when you remove the technical aspects of digital subscriptions, it reduces the learning curve dramatically,” he said.</p>\n\n\n\n<p>“Growing digital subscriptions takes a lot of time and effort. But with each new paid subscriber a newspaper brings on board, local journalism becomes that much more sustainable.”</p>\n\n\n\n<p>The Welch News’ WordPress site helped put the publication on a path to sustainability. Within the first ten days of launching their digital edition, they gained 100 new subscribers, and subscriptions keep rolling in from local residents and people all over the country.</p>\n\n\n\n<p>“I believe [Channell] was particularly interested when he learned our newsroom was staffed by millennials who cared deeply about the community they live in and hoped to make a positive change,” Nester said. “He realized our staff could easily transition.</p>\n\n\n\n<p>“As publisher/owner, at 56 years old, I have probably been the person hardest to train on using the site, but even I am very comfortable posting articles without help.”</p>\n\n\n\n<p>Welch News Editor Derek Tyson is the primary person writing and editing articles, approving submissions, and managing ad design and layout for the front page.</p>\n\n\n\n<p>“We really enjoy the ease of access WordPress offers,” Tyson said. “I think we all were quite surprised how easy it was to put our articles into the digital format to share with the world at large. The transition wasn’t hard. Changing our office routine after over 90 years of only print publishing was by far the hardest part. PaywallProject made this transition easy for us. Trainings happened in our own newsroom, and PaywallProject has always available to help with any issues.”</p>\n\n\n\n<img />The Welch News Editor Derek Tyson – photo credit: The Welch News\n\n\n\n<p>The entire publication process is still very much a labor of love, as is evident in this video the PaywallProject created featuring The Welch News. The team managing it is far younger than most of the town but fiercely dedicated to keeping this vital community resource going.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Growing paid digital subscriptions in rural Appalachia is possible! <a href=\"https://twitter.com/nestergirl2?ref_src=twsrc%5Etfw\">@nestergirl2</a> <a href=\"https://twitter.com/thatdamntyson?ref_src=twsrc%5Etfw\">@thatdamntyson</a> <a href=\"https://t.co/rpOE8fUEqM\">pic.twitter.com/rpOE8fUEqM</a></p>— PaywallProject (@paywallproject) <a href=\"https://twitter.com/paywallproject/status/1523755491683631104?ref_src=twsrc%5Etfw\">May 9, 2022</a></blockquote>\n</div>\n\n\n\n<p>“Putting ourselves out into the digital world was both exciting and terrifying,” Nester said. “We were skeptical about our content being capable of generating online subscriptions. But it was the best case of being proven wrong in our lives.</p>\n\n\n\n<p>“It does sometimes feel unnerving to move from a local publication that is only read via print media in your community, to a publication with a far greater reach. Sometimes that brings forth ‘internet warriors’ to criticize, as well as ‘internet warriors’ to support. PaywallProject is knowledgeable in the field of journalism, and that makes a great difference.”</p>\n\n\n\n<h3>The Welch News Still Prints and Delivers the Paper Three Days Per Week</h3>\n\n\n\n<p>The Welch News is just one of hundreds of publications that have <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">found WordPress in the post-print news era</a>, but unlike many others who transitioned to purely digital publishing, they are committed to keeping their print version going on their 1966 model printing press. They print three days a week and offer home delivery within McDowell County, as well as mail delivery across the nation.</p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>“We have a high population of elderly residents, and strongly feel that they need the connection with the home delivery drivers three times each week,” Nester said. “We understand this isn’t the greatest business model, and often hear the advice to move to a weekly publication. Our desire to serve our residents in the best way possible keeps us headstrong about a three-day print publication.”</p>\n\n\n\n<p>Though nearly everyone from his generation has moved away from the area, Tyson’s commitment to serve The Welch News’ elderly subscribers burns strong.</p>\n\n\n\n<p>“We’re here to serve a very vulnerable population that I feel like the modern world is pretty quick to sweep under the rug,” Tyson said in a recent <a href=\"https://vimeo.com/495924832/492e92a96f\">documentary</a> about the county. “I see elderly people suffer, feeling like they’re not important and nobody needs them anymore. That’s just awful. They’re not as strong, they move a little slow, they’ll talk your head off but they’re living human beings that matter, and I’m going to fight for them.”</p>\n\n\n\n<p>Local news stands as a guardian for small, economically vulnerable counties like McDowell. In an area that is frequently cited among the five poorest counties in the US, the people still have their own voice through The Welch News. This publication finding sustainability is like a flower growing up through the concrete.</p>\n\n\n\n<p>As we witness the slow death of the American newspaper, these little newspapers staying alive to keep the public informed offer a ray of hope. Small publications continue to contend with <a href=\"https://wptavern.com/more-than-200-local-newspaper-publishers-are-suing-google-and-facebook-for-damages\">the greed and corruption of the advertising industry</a>, tech giants that have <a href=\"https://wptavern.com/amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives\">willfully eroded publishers’ trust </a>through collusion and manipulation of the digital ad market. With affordable publishing tools like WordPress, The Welch News and its contemporaries can have a fighting chance.</p>\n\n\n\n<p>“This is very much a heart project to serve and better our community, and we aren’t sure how long we can sustain it,” Nester said. “I’m certain we wouldn’t have survived the income loss from COVID without our website. </p>\n\n\n\n<p>“I often say I quit my job every morning, but go anyway. I quit again by nightfall, and the email comes showing the income from online subscriptions and I decide to try again.” </p>\n\n\n\n<p>Tyson and his small team of journalists believe the best hope for keeping local news alive, when many small outlets have shuttered or consolidated, is maintaing a hyperlocal focus.</p>\n\n\n\n<p>“Our strategy has been to shift our content priorities from broad coverage to a hyperlocal focus on issues within McDowell County’s borders,” he said. “With so many forms of media coverage available today, we decided to focus on what you couldn’t find anywhere else and in turn, showing that important things happen in small towns that deserve media attention.”</p>\n\n\n\n<p>WordPress and the PaywallProject helped introduce a new stream of revenue for their century-old business. As the subscriptions continued to flow in, Nester said they realized “hyperlocal content did indeed have true value and would not be found anywhere else.” It’s one of the reasons <a href=\"https://www.poynter.org/business-work/2022/the-pulitzers-still-value-opinion-writing-and-so-do-readers/\">many of the 2022 Pulizter prize winners have won for local stories</a> that would never be covered in the larger news market.</p>\n\n\n\n<p>“Citizens near and far should understand the need to fund local newsrooms, and the important work they do,” Nester said. “Understanding that without supporting local journalists, a large sense of community will be lost with each news desert that comes. If newsrooms are funded through community support, it is a better representation of that community and a means to bring forward local issues for resolution.”</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 15:16:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:147:\"WordPress.org blog: WP Briefing: Episode 31: Open Source & Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33186:\"<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br /></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00] </p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40] </p>\n\n\n\n<p>Y’all, we’ve got an absolutely jam-packed couple of weeks in WordPress. We’ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That’s also what they’re doing. I’ll share some of those highlights in today’s small list of big things, but I did want to specifically call out something that’s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27] </p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself? </p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I’m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15] </p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it’s me and the mouse in my pocket—we in the WordPress community that’s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I’d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it’s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don’t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn’t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I’m like, “all right, let’s write this blog post and this can definitely work. Right?” And then you finish the blog post to hit send, and you’re like, “this is not going to work.”</p>\n\n\n\n<p>But I wasn’t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, “this is a great idea. Let’s make it happen.”</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you’re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn’t work very well. Well, that’s, that’s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days? </p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It’s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I’d look back at old code and be like, “oh, I suck,” you know, or write an email even and you look back on it a day later and are like “what a stupid email, how stupid am I?” You know? But I look back on that one after ten years; I was scared to look at it because I’m like, it must’ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened – to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it’s kinda nice, though, to look back and be like, “oh, I used to be much dumber.”</p>\n\n\n\n<p>Cause then you’re like, look how far I’ve come. I’m no longer that dumb. I’m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I’m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general? </p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it’s not enough. It’s certainly improved a lot. I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I’d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there’s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they’re scared that they’re going to be told that “no, it’s not accessible,” or that they’re going to say the wrong word or offend somebody. So I’d say that there’s some degree of trepidation, but also developers, and it’s not just developers, designers, and product people. There’s so much to learn, and it’s like, “oh God, there’s another piece that I have to learn.” </p>\n\n\n\n<p>And I’m so glad that you invited me on this podcast because it’s the developers that, you know, I am a developer, not anymore, I haven’t touched code in years, but that’s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don’t mind, I’m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I’ve had over the years, it frequently has to do with visual things. Because it’s just screens all day, right? And that’s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you’re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you’re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we’re going through it from the beginning to the end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that’s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I’m including the, you know, the product people, the designers, and the developers. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We’re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50] </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they’re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don’t remember the exact thing cause it’s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it’s if there’s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that’s really great when you’re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I’m included in that population. And I can say that when you’re over 50, you know, I’ve got clouds in my eyes.</p>\n\n\n\n<p>I don’t know where they came from, but they definitely make it harder to see. When I’m in a restaurant, I can’t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won’t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people’s minds with disability. And they’ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they’re like, “well, I don’t even know any people in that category possibly,” and as a result, they’re like, “well, how important is this?” Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it’s because they don’t realize that everybody has different abilities. And so, I’m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I’ve, and I do this in some of my presentations. I play that, that sound. And usually, it’s Laurel for me, but sometimes it’s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There’s a different kind of blindness. If you try and remember, let’s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I’ve been asking people, and I’d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It’s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I’m like, Woah, so maybe I’m blind in a way. Right? So how do you see it? How do you remember things? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I’m a, I’m a real visual person and a tactile person. And so, like if I interacted with someone, I’m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don’t, I don’t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don’t have mental pictures. </p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don’t have an inner dialogue. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don’t understand that either, </p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you’re presenting all of this information.</p>\n\n\n\n<p>And if you don’t pay attention to accessibility, you’re really just missing out. And then there’s colorblindness. If you’re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I’m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you’re not good at your job. I mean, I don’t mean to say it in an offensive way, but you’re not good at your job if you’re unaware. If you break a rule on purpose, great. But if you don’t know the rule, it’s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you’re not doing it as a charity. You’re doing it because you care about your users, and you care about your craft, and you want to build things well, and it’s a necessity. And I think that this is the kind of message that our community needs to hear. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it’s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that’s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don’t, we talk about accessibility a lot, but I don’t want to. It’s part of the plumbing for us. We’ve made it part of the plumbing, and I can tell you it’s a struggle to take accessibility and make it part of an organization, even when you’re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they’re learning because they’re improving their craft.</p>\n\n\n\n<p>And design is typically where there’s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it’s really about the approach because UX and design it’s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it’s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven’t run into somebody that has that disability and therefore you build it better, and it’s, it’s completely blown their mind. They love it. They love doing it. And I’m not hiring people with accessibility coming in. We’re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it’s interesting that you talk about empathy as part of being able to make sure that you’re creating something that’s accessible because I actually feel like empathy is. Like it’s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don’t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, “does this make that experience better or worse?” is the more sustainable option from my perspective, this is specifically leadership. Still, I think it’s true for accessibility as well, and probably product design as a whole, but it’s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What’s your thought on that? I think you kind of agree based on what your answer was </p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can’t never about us without us, as the common saying, and we’ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we’re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we’re like, all right, they were smart. They said, “vet this with users for us, please,” because they didn’t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we’re blown away, always blown away because there are so many things you just don’t know unless you’ve lived with a particular disability. You can’t guess, and you’ve got to speak to your users and a wide variety of them. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it’s a personal passion of mine, so I’m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can’t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you’ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I’m sure you’re familiar with The Onion, the satirical clip, there’s the Blind Onion. And they tweet out, “Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.” And that really hurt at the time, but at the same time, and I was told to ignore it, don’t worry about it, but I’m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn’t too to just give everybody an opportunity to say, “Hey, look at what we’re doing,” and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I’ve created a state of accessibility report that through my company, we’re able to run for a few years, and it’s not, you know, the state is not great.</p>\n\n\n\n<p>And I’m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you’re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there’s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It’s really important because even the frameworks that try to pay attention to accessibility. You’ll often see that people from the community will provide examples, and they’re inaccessible. And it’s really sad when you see that because so many people are just copy-pasting. That’s typically how it works, and they’re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we’re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it’ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We’re about to announce the next one, but we’re still two weeks away.</p>\n\n\n\n<p>So I can’t say anything yet, but yeah, we’re, uh, we’re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress’s what percent of the web right now? 43%? So there you go. That’s so many people. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I’m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let’s what keeps you up at night when it comes to the state of accessibility? </p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it’s, it’s a monster.</p>\n\n\n\n<p>It’s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they’re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that’s, that’s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we’ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that’s I put it in my tagline in my email like that’s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you’ve accomplished so far is what you accomplish, you feel still like you’ve had an impact?</p>\n\n\n\n<p>I feel like you have had an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I’m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I’m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it’s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we’re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don’t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I’ll just record it live. And so. You know you’ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy. And I’ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}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:\"Wed, 01 Jun 2022 17:47:26 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 01 Jun 2022 17:30:12 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20210311161520\";}','no'),(145,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1654148846','no'),(146,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1654105646','no'),(147,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1654148846','no'),(148,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\'>People of WordPress: Dee Teal</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\'>WP Briefing: Episode 32: An Open Source Reading List</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/lottiefiles-releases-official-wordpress-plugin\'>WPTavern: LottieFiles Releases Official WordPress Plugin</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\'>WordPress.org blog: People of WordPress: Dee Teal</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/woocommerce-builders-opportunties-cbd-hemp-cannabis/\'>Do The Woo Community: WooCommerce Builders Going to Pot with Tyler Lau</a></li></ul></div>','no'),(151,'finished_updating_comment_type','1','yes'),(156,'auto_core_update_notified','a:4:{s:4:\"type\";s:8:\"critical\";s:5:\"email\";s:29:\"rduemmling@neuroimagingwp.com\";s:7:\"version\";s:3:\"6.0\";s:9:\"timestamp\";i:1654105810;}','no'),(164,'wp_force_deactivated_plugins','a:0:{}','yes'),(165,'user_count','1','no'),(166,'db_upgraded','','yes'),(176,'can_compress_scripts','1','no'),(177,'recently_activated','a:0:{}','yes'),(179,'_site_transient_timeout_available_translations','1654118456','no'),(180,'_site_transient_available_translations','a:126:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-02-23 11:41:38\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-18 17:28:01\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.19\";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.19/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-25 05:49:11\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azə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:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.20\";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.20/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:\"5.6.8\";s:7:\"updated\";s:19:\"2021-09-10 06:01:53\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.6.8/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.10\";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.10/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:3:\"5.7\";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:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-04 21:12:21\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-08 23:10:51\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 05:11:19\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-24 14:40:54\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-10 09:14:23\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 19:15:18\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-14 20:06:52\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.7/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 12:57:49\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 12:56:11\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-14 20:06:23\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 13:55:07\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-29 03:44:37\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-11 03:55:02\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 12:20:18\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 13:26:56\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-07 04:06:50\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-08 05:55:53\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-27 16:08:13\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 02:05:34\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 02:05:15\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-02 20:55:33\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 02:04:33\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:3:\"5.7\";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:62:\"https://downloads.wordpress.org/translation/core/5.7/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.6.8\";s:7:\"updated\";s:19:\"2020-12-11 02:12:59\";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.6.8/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_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.10\";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.10/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.15\";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.15/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-11 17:28:23\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 15:04:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 14:13:12\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-03 15:32:45\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"5.7\";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:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 16:20:48\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-02 13:52:39\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-01 11:39:36\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-16 17:24:47\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"5.7\";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:62:\"https://downloads.wordpress.org/translation/core/5.7/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:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-06 09:54:03\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-24 19:13:29\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.19\";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.19/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:\"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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 17:02:42\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.20\";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.20/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.27\";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.27/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-10 10:31:33\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.10\";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.10/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 11:07:41\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 13:52:56\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-22 14:59:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-31 01:08:49\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.20\";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.20/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 07:40:23\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-16 12:44:38\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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.20\";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.20/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-29 10:00:46\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-11 22:04:53\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/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.20\";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.20/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.15\";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.15/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:6:\"4.9.20\";s:7:\"updated\";s:19:\"2021-10-03 06:15:17\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.20/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-13 12:20:51\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-02-28 14:29:24\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-05 08:18:24\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-07-01 09:16:57\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.10/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.20\";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.20/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"5.5.9\";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:64:\"https://downloads.wordpress.org/translation/core/5.5.9/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.32\";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.32/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-09 14:07:20\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:6:\"5.2.15\";s:7:\"updated\";s:19:\"2020-05-31 16:07:59\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.15/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 08:52:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-07 11:18:48\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-12 11:48:35\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.7/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:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"5.7\";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:62:\"https://downloads.wordpress.org/translation/core/5.7/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.19\";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.19/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-18 09:04:34\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.28\";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.28/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_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2020-12-08 14:21:04\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-02 15:18:31\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.7/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-02 12:56:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-19 15:11:25\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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: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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-12 09:04:59\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-06 19:27:20\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.10\";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.10/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-17 18:59:02\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2020-09-13 06:50:55\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/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:6:\"5.1.13\";s:7:\"updated\";s:19:\"2019-04-30 13:03:56\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.1.13/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-17 16:48:34\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 22:03:48\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 18:45:21\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.12\";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.12/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.32\";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.32/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.5.9\";s:7:\"updated\";s:19:\"2021-07-13 19:33:34\";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.5.9/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.19\";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.19/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-07 22:10:38\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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.20\";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.20/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-12 18:11:26\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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.10\";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.10/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:3:\"5.7\";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:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 06:03:58\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 01:05:53\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-10 05:43:57\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-07 07:43:24\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/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:\"繼續\";}}}','no'),(181,'WPLANG','','yes'),(182,'new_admin_email','rduemmling@neuroimagingwp.com','yes'),(187,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.0\";s:7:\"version\";s:3:\"6.0\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.0\";s:7:\"version\";s:3:\"6.0\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.2\";s:7:\"version\";s:5:\"5.9.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.4\";s:7:\"version\";s:5:\"5.8.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.6-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.7.6-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.6-rollback-0.zip\";}s:7:\"current\";s:5:\"5.7.6\";s:7:\"version\";s:5:\"5.7.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:3:\"5.7\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1654115511;s:15:\"version_checked\";s:3:\"5.7\";s:12:\"translations\";a:0:{}}','no'),(194,'current_theme','Careex','yes'),(195,'theme_mods_kava','a:158:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"blog_layout_type\";s:7:\"default\";s:10:\"blog_style\";s:7:\"default\";s:12:\"show_tagline\";b:1;s:14:\"page_preloader\";b:1;s:19:\"header_social_links\";b:1;s:19:\"footer_social_links\";b:1;s:14:\"container_type\";s:9:\"fullwidth\";s:13:\"sidebar_width\";s:3:\"1/3\";s:15:\"show_page_title\";b:1;s:18:\"show_archive_title\";b:1;s:17:\"show_archive_desc\";b:1;s:16:\"totop_visibility\";b:1;s:22:\"totop_vertical_padding\";s:1:\"0\";s:24:\"totop_horizontal_padding\";s:1:\"0\";s:19:\"totop_border_radius\";s:1:\"0\";s:14:\"totop_bg_color\";b:0;s:16:\"totop_icon_color\";b:0;s:20:\"totop_bg_color_hover\";b:0;s:22:\"totop_icon_color_hover\";b:0;s:12:\"accent_color\";s:7:\"#398ffc\";s:18:\"primary_text_color\";s:7:\"#3b3d42\";s:20:\"secondary_text_color\";s:7:\"#a1a2a4\";s:17:\"invert_text_color\";s:7:\"#ffffff\";s:10:\"link_color\";s:7:\"#398ffc\";s:16:\"link_hover_color\";s:7:\"#3b3d42\";s:8:\"h1_color\";s:7:\"#3b3d42\";s:8:\"h2_color\";s:7:\"#3b3d42\";s:8:\"h3_color\";s:7:\"#3b3d42\";s:8:\"h4_color\";s:7:\"#3b3d42\";s:8:\"h5_color\";s:7:\"#3b3d42\";s:8:\"h6_color\";s:7:\"#3b3d42\";s:16:\"body_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"body_font_style\";s:6:\"normal\";s:16:\"body_font_weight\";s:3:\"300\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:3:\"1.6\";s:19:\"body_letter_spacing\";s:1:\"0\";s:18:\"body_character_set\";s:5:\"latin\";s:15:\"body_text_align\";s:4:\"left\";s:14:\"h1_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h1_font_style\";s:6:\"normal\";s:14:\"h1_font_weight\";s:3:\"400\";s:12:\"h1_font_size\";s:2:\"56\";s:14:\"h1_line_height\";s:3:\"1.4\";s:17:\"h1_letter_spacing\";s:1:\"0\";s:16:\"h1_character_set\";s:5:\"latin\";s:13:\"h1_text_align\";s:7:\"inherit\";s:14:\"h2_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h2_font_style\";s:6:\"normal\";s:14:\"h2_font_weight\";s:3:\"400\";s:12:\"h2_font_size\";s:2:\"40\";s:14:\"h2_line_height\";s:3:\"1.4\";s:17:\"h2_letter_spacing\";s:1:\"0\";s:16:\"h2_character_set\";s:5:\"latin\";s:13:\"h2_text_align\";s:7:\"inherit\";s:14:\"h3_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h3_font_style\";s:6:\"normal\";s:14:\"h3_font_weight\";s:3:\"400\";s:12:\"h3_font_size\";s:2:\"28\";s:14:\"h3_line_height\";s:3:\"1.4\";s:17:\"h3_letter_spacing\";s:1:\"0\";s:16:\"h3_character_set\";s:5:\"latin\";s:13:\"h3_text_align\";s:7:\"inherit\";s:14:\"h4_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h4_font_style\";s:6:\"normal\";s:14:\"h4_font_weight\";s:3:\"400\";s:12:\"h4_font_size\";s:2:\"20\";s:14:\"h4_line_height\";s:3:\"1.5\";s:17:\"h4_letter_spacing\";s:1:\"0\";s:16:\"h4_character_set\";s:5:\"latin\";s:13:\"h4_text_align\";s:7:\"inherit\";s:14:\"h5_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h5_font_style\";s:6:\"normal\";s:14:\"h5_font_weight\";s:3:\"300\";s:12:\"h5_font_size\";s:2:\"18\";s:14:\"h5_line_height\";s:3:\"1.5\";s:17:\"h5_letter_spacing\";s:1:\"0\";s:16:\"h5_character_set\";s:5:\"latin\";s:13:\"h5_text_align\";s:7:\"inherit\";s:14:\"h6_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h6_font_style\";s:6:\"normal\";s:14:\"h6_font_weight\";s:3:\"500\";s:12:\"h6_font_size\";s:2:\"14\";s:14:\"h6_line_height\";s:3:\"1.5\";s:17:\"h6_letter_spacing\";s:1:\"0\";s:16:\"h6_character_set\";s:5:\"latin\";s:13:\"h6_text_align\";s:7:\"inherit\";s:23:\"header_logo_font_family\";s:22:\"Montserrat, sans-serif\";s:22:\"header_logo_font_style\";s:6:\"normal\";s:23:\"header_logo_font_weight\";s:3:\"700\";s:21:\"header_logo_font_size\";s:2:\"26\";s:25:\"header_logo_character_set\";s:5:\"latin\";s:16:\"menu_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"menu_font_style\";s:6:\"normal\";s:16:\"menu_font_weight\";s:3:\"400\";s:14:\"menu_font_size\";s:2:\"14\";s:16:\"menu_line_height\";s:3:\"1.4\";s:19:\"menu_letter_spacing\";s:1:\"0\";s:18:\"menu_character_set\";s:5:\"latin\";s:23:\"breadcrumbs_font_family\";s:18:\"Roboto, sans-serif\";s:22:\"breadcrumbs_font_style\";s:6:\"normal\";s:23:\"breadcrumbs_font_weight\";s:3:\"400\";s:21:\"breadcrumbs_font_size\";s:2:\"11\";s:23:\"breadcrumbs_line_height\";s:3:\"1.5\";s:26:\"breadcrumbs_letter_spacing\";s:1:\"0\";s:25:\"breadcrumbs_character_set\";s:5:\"latin\";s:18:\"button_font_family\";s:18:\"Roboto, sans-serif\";s:17:\"button_font_style\";s:6:\"normal\";s:18:\"button_font_weight\";s:3:\"900\";s:16:\"button_font_size\";s:2:\"11\";s:18:\"button_line_height\";s:1:\"1\";s:21:\"button_letter_spacing\";s:1:\"1\";s:20:\"button_character_set\";s:5:\"latin\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:15:\"header_bg_image\";N;s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"header_bg_position_x\";s:6:\"center\";s:20:\"header_bg_attachment\";s:6:\"scroll\";s:16:\"top_panel_enable\";b:1;s:12:\"top_panel_bg\";s:7:\"#ffffff\";s:16:\"footer_copyright\";s:72:\"© %%year%% Kava | Multipurpose WP Theme with Elementor Page Builder\";s:21:\"blog_sidebar_position\";s:17:\"one-right-sidebar\";s:20:\"blog_navigation_type\";s:10:\"navigation\";s:16:\"blog_sticky_type\";s:4:\"icon\";s:17:\"blog_sticky_label\";s:8:\"Featured\";s:16:\"blog_post_author\";b:1;s:22:\"blog_post_publish_date\";b:1;s:20:\"blog_post_categories\";b:1;s:14:\"blog_post_tags\";b:1;s:18:\"blog_post_comments\";b:1;s:17:\"blog_post_excerpt\";b:1;s:29:\"blog_post_excerpt_words_count\";s:2:\"50\";s:19:\"blog_read_more_type\";s:4:\"text\";s:19:\"blog_read_more_text\";s:4:\"More\";s:23:\"single_sidebar_position\";s:17:\"one-right-sidebar\";s:18:\"single_post_author\";b:1;s:24:\"single_post_publish_date\";b:1;s:22:\"single_post_categories\";b:1;s:16:\"single_post_tags\";b:1;s:20:\"single_post_comments\";b:1;s:19:\"single_author_block\";b:1;s:21:\"related_posts_visible\";b:1;s:25:\"related_posts_block_title\";s:13:\"Related Posts\";s:19:\"related_posts_count\";s:1:\"4\";s:18:\"related_posts_grid\";s:1:\"2\";s:19:\"related_posts_image\";b:1;s:26:\"related_posts_publish_date\";b:1;s:20:\"related_posts_author\";b:0;s:19:\"related_posts_title\";b:1;s:21:\"related_posts_excerpt\";b:0;s:23:\"breadcrumbs_visibillity\";b:1;s:29:\"breadcrumbs_front_visibillity\";b:0;s:22:\"breadcrumbs_page_title\";b:0;s:21:\"breadcrumbs_path_type\";s:8:\"minified\";s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1654111280;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:12:\"sidebar-shop\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(196,'theme_switched','','yes'),(201,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1654115513;s:7:\"checked\";a:6:{s:6:\"careex\";s:5:\"1.0.0\";s:4:\"kava\";s:5:\"2.1.4\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.3.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(203,'theme_mods_careex','a:157:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"blog_layout_type\";s:7:\"default\";s:10:\"blog_style\";s:7:\"default\";s:12:\"show_tagline\";b:0;s:14:\"page_preloader\";b:1;s:23:\"breadcrumbs_visibillity\";b:0;s:29:\"breadcrumbs_front_visibillity\";b:0;s:22:\"breadcrumbs_page_title\";b:0;s:21:\"breadcrumbs_path_type\";s:8:\"minified\";s:19:\"header_social_links\";b:0;s:19:\"footer_social_links\";b:0;s:14:\"container_type\";s:9:\"fullwidth\";s:13:\"sidebar_width\";s:3:\"1/3\";s:15:\"show_page_title\";b:0;s:16:\"totop_visibility\";b:1;s:22:\"totop_vertical_padding\";i:15;s:24:\"totop_horizontal_padding\";i:21;s:19:\"totop_border_radius\";s:1:\"0\";s:14:\"totop_bg_color\";s:7:\"#2b3238\";s:16:\"totop_icon_color\";s:7:\"#ffffff\";s:20:\"totop_bg_color_hover\";s:7:\"#16b0c8\";s:22:\"totop_icon_color_hover\";s:7:\"#ffffff\";s:12:\"accent_color\";s:7:\"#16b0c8\";s:18:\"primary_text_color\";s:7:\"#3b3d42\";s:20:\"secondary_text_color\";s:7:\"#a1a2a4\";s:17:\"invert_text_color\";s:7:\"#ffffff\";s:10:\"link_color\";s:7:\"#16b0c8\";s:16:\"link_hover_color\";s:7:\"#3b3d42\";s:8:\"h1_color\";s:7:\"#3b3d42\";s:8:\"h2_color\";s:7:\"#3b3d42\";s:8:\"h3_color\";s:7:\"#3b3d42\";s:8:\"h4_color\";s:7:\"#3b3d42\";s:8:\"h5_color\";s:7:\"#3b3d42\";s:8:\"h6_color\";s:7:\"#3b3d42\";s:16:\"body_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"body_font_style\";s:6:\"normal\";s:16:\"body_font_weight\";s:3:\"300\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:3:\"1.6\";s:19:\"body_letter_spacing\";s:1:\"0\";s:18:\"body_character_set\";s:5:\"latin\";s:15:\"body_text_align\";s:4:\"left\";s:14:\"h1_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h1_font_style\";s:6:\"normal\";s:14:\"h1_font_weight\";s:3:\"400\";s:12:\"h1_font_size\";s:2:\"56\";s:14:\"h1_line_height\";s:3:\"1.4\";s:17:\"h1_letter_spacing\";s:1:\"0\";s:16:\"h1_character_set\";s:5:\"latin\";s:13:\"h1_text_align\";s:7:\"inherit\";s:14:\"h2_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h2_font_style\";s:6:\"normal\";s:14:\"h2_font_weight\";s:3:\"400\";s:12:\"h2_font_size\";s:2:\"40\";s:14:\"h2_line_height\";s:3:\"1.4\";s:17:\"h2_letter_spacing\";s:1:\"0\";s:16:\"h2_character_set\";s:5:\"latin\";s:13:\"h2_text_align\";s:7:\"inherit\";s:14:\"h3_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h3_font_style\";s:6:\"normal\";s:14:\"h3_font_weight\";s:3:\"400\";s:12:\"h3_font_size\";s:2:\"28\";s:14:\"h3_line_height\";s:3:\"1.4\";s:17:\"h3_letter_spacing\";s:1:\"0\";s:16:\"h3_character_set\";s:5:\"latin\";s:13:\"h3_text_align\";s:7:\"inherit\";s:14:\"h4_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h4_font_style\";s:6:\"normal\";s:14:\"h4_font_weight\";s:3:\"400\";s:12:\"h4_font_size\";s:2:\"20\";s:14:\"h4_line_height\";s:3:\"1.5\";s:17:\"h4_letter_spacing\";s:1:\"0\";s:16:\"h4_character_set\";s:5:\"latin\";s:13:\"h4_text_align\";s:7:\"inherit\";s:14:\"h5_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h5_font_style\";s:6:\"normal\";s:14:\"h5_font_weight\";s:3:\"300\";s:12:\"h5_font_size\";s:2:\"18\";s:14:\"h5_line_height\";s:3:\"1.5\";s:17:\"h5_letter_spacing\";s:1:\"0\";s:16:\"h5_character_set\";s:5:\"latin\";s:13:\"h5_text_align\";s:7:\"inherit\";s:14:\"h6_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h6_font_style\";s:6:\"normal\";s:14:\"h6_font_weight\";s:3:\"500\";s:12:\"h6_font_size\";s:2:\"14\";s:14:\"h6_line_height\";s:3:\"1.5\";s:17:\"h6_letter_spacing\";s:1:\"0\";s:16:\"h6_character_set\";s:5:\"latin\";s:13:\"h6_text_align\";s:7:\"inherit\";s:23:\"header_logo_font_family\";s:18:\"Roboto, sans-serif\";s:22:\"header_logo_font_style\";s:6:\"normal\";s:23:\"header_logo_font_weight\";s:3:\"700\";s:21:\"header_logo_font_size\";s:2:\"26\";s:25:\"header_logo_character_set\";s:5:\"latin\";s:16:\"menu_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"menu_font_style\";s:6:\"normal\";s:16:\"menu_font_weight\";s:3:\"400\";s:14:\"menu_font_size\";s:2:\"14\";s:16:\"menu_line_height\";s:3:\"1.4\";s:19:\"menu_letter_spacing\";s:1:\"0\";s:18:\"menu_character_set\";s:5:\"latin\";s:23:\"breadcrumbs_font_family\";s:18:\"Roboto, sans-serif\";s:22:\"breadcrumbs_font_style\";s:6:\"normal\";s:23:\"breadcrumbs_font_weight\";s:3:\"400\";s:21:\"breadcrumbs_font_size\";s:2:\"11\";s:23:\"breadcrumbs_line_height\";s:3:\"1.5\";s:26:\"breadcrumbs_letter_spacing\";s:1:\"0\";s:25:\"breadcrumbs_character_set\";s:5:\"latin\";s:18:\"button_font_family\";s:18:\"Roboto, sans-serif\";s:17:\"button_font_style\";s:6:\"normal\";s:18:\"button_font_weight\";s:3:\"900\";s:16:\"button_font_size\";s:2:\"11\";s:18:\"button_line_height\";s:1:\"1\";s:21:\"button_letter_spacing\";s:1:\"1\";s:20:\"button_character_set\";s:5:\"latin\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:15:\"header_bg_image\";N;s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"header_bg_position_x\";s:6:\"center\";s:20:\"header_bg_attachment\";s:6:\"scroll\";s:16:\"top_panel_enable\";b:1;s:12:\"top_panel_bg\";s:7:\"#ffffff\";s:16:\"footer_copyright\";s:72:\"© %%year%% Kava | Multipurpose WP Theme with Elementor Page Builder\";s:21:\"blog_sidebar_position\";s:4:\"none\";s:20:\"blog_navigation_type\";s:10:\"pagination\";s:16:\"blog_sticky_type\";s:4:\"icon\";s:17:\"blog_sticky_label\";s:8:\"Featured\";s:16:\"blog_post_author\";b:1;s:22:\"blog_post_publish_date\";b:1;s:20:\"blog_post_categories\";b:1;s:14:\"blog_post_tags\";b:1;s:18:\"blog_post_comments\";b:1;s:17:\"blog_post_excerpt\";b:1;s:29:\"blog_post_excerpt_words_count\";i:40;s:19:\"blog_read_more_type\";s:4:\"text\";s:19:\"blog_read_more_text\";s:9:\"Read More\";s:23:\"single_sidebar_position\";s:4:\"none\";s:18:\"single_post_author\";b:1;s:24:\"single_post_publish_date\";b:1;s:22:\"single_post_categories\";b:1;s:16:\"single_post_tags\";b:1;s:20:\"single_post_comments\";b:1;s:19:\"single_author_block\";b:0;s:21:\"related_posts_visible\";b:1;s:25:\"related_posts_block_title\";s:13:\"Related Posts\";s:19:\"related_posts_count\";s:1:\"2\";s:18:\"related_posts_grid\";s:1:\"2\";s:19:\"related_posts_image\";b:1;s:26:\"related_posts_publish_date\";b:1;s:20:\"related_posts_author\";b:1;s:19:\"related_posts_title\";b:1;s:21:\"related_posts_excerpt\";b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"show_archive_title\";b:0;s:17:\"show_archive_desc\";b:0;}','yes'),(216,'elementor_version','3.6.5','yes'),(217,'elementor_install_history','a:1:{s:5:\"3.6.5\";i:1654113149;}','yes'),(218,'elementor_events_db_version','1.0.0','no'),(220,'_site_transient_timeout_jet_wizard_skins','1654285956','no'),(221,'_site_transient_jet_wizard_skins','a:2:{s:4:\"base\";a:1:{i:0;s:17:\"jet-data-importer\";}s:8:\"advanced\";a:53:{s:10:\"kava-light\";a:7:{s:4:\"name\";s:10:\"Kava Light\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/kava-light/thumb.jpg\";s:4:\"demo\";s:34:\"https://demo.crocoblock.com/light/\";s:4:\"full\";a:10:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";i:8;s:8:\"jet-menu\";i:9;s:11:\"woocommerce\";}s:4:\"lite\";a:10:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";i:8;s:8:\"jet-menu\";i:9;s:11:\"woocommerce\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/kava-light/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/kava-light/sample-data.xml\";}s:6:\"avalon\";a:7:{s:4:\"name\";s:6:\"Avalon\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/avalon/thumb.jpg\";s:4:\"demo\";s:32:\"http://ld.crocoblock.com/avalon/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:4:\"give\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"jet-theme-core\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:4:\"give\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"jet-theme-core\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/avalon/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/avalon/sample-data.xml\";}s:8:\"travengo\";a:7:{s:4:\"name\";s:8:\"Travengo\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/travengo/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/travengo/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popus\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/travengo/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/travengo/sample-data.xml\";}s:11:\"travengo_v1\";a:7:{s:4:\"name\";s:15:\"Travengo Skin 1\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/skins/travengo_style_1/thumb.jpg\";s:4:\"demo\";s:40:\"https://demo.crocoblock.com/travengo_v1/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_1/sample-data.xml\";s:8:\"lite_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_1/sample-data.xml\";}s:11:\"travengo_v2\";a:7:{s:4:\"name\";s:15:\"Travengo Skin 2\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/skins/travengo_style_2/thumb.jpg\";s:4:\"demo\";s:40:\"https://demo.crocoblock.com/travengo_v2/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_2/sample-data.xml\";s:8:\"lite_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_2/sample-data.xml\";}s:11:\"travengo_v3\";a:7:{s:4:\"name\";s:15:\"Travengo Skin 3\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/skins/travengo_style_3/thumb.jpg\";s:4:\"demo\";s:40:\"https://demo.crocoblock.com/travengo_v3/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_3/sample-data.xml\";s:8:\"lite_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_3/sample-data.xml\";}s:11:\"travengo_v4\";a:7:{s:4:\"name\";s:15:\"Travengo Skin 4\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/skins/travengo_style_4/thumb.jpg\";s:4:\"demo\";s:40:\"https://demo.crocoblock.com/travengo_v4/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:9:\"jet-popup\";i:3;s:10:\"jet-blocks\";i:4;s:25:\"jet-elements-dynamic-data\";i:5;s:10:\"jet-engine\";i:6;s:17:\"jet-smart-filters\";i:7;s:14:\"jet-theme-core\";i:8;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_4/sample-data.xml\";s:8:\"lite_xml\";s:83:\"https://account.crocoblock.com/free-download/skins/travengo_style_4/sample-data.xml\";}s:7:\"finance\";a:7:{s:4:\"name\";s:7:\"Finance\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/finance/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/finance/\";s:4:\"full\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-menu\";i:5;s:8:\"jet-tabs\";i:6;s:14:\"jet-theme-core\";i:7;s:10:\"jet-tricks\";}s:4:\"lite\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-menu\";i:5;s:8:\"jet-tabs\";i:6;s:14:\"jet-theme-core\";i:7;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/finance/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/finance/sample-data.xml\";}s:5:\"arnau\";a:7:{s:4:\"name\";s:5:\"Arnau\";s:5:\"thumb\";s:66:\"https://account.crocoblock.com/free-download/skins/arnau/thumb.jpg\";s:4:\"demo\";s:34:\"https://demo.crocoblock.com/arnau/\";s:4:\"full\";a:7:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"jet-theme-core\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"jet-theme-core\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:72:\"https://account.crocoblock.com/free-download/skins/arnau/sample-data.xml\";s:8:\"lite_xml\";s:72:\"https://account.crocoblock.com/free-download/skins/arnau/sample-data.xml\";}s:10:\"coffeegato\";a:7:{s:4:\"name\";s:10:\"Coffeegato\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/coffeegato/thumb.jpg\";s:4:\"demo\";s:39:\"https://demo.crocoblock.com/coffeegato/\";s:4:\"full\";a:6:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"jet-theme-core\";i:5;s:10:\"jet-tricks\";}s:4:\"lite\";a:6:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"jet-theme-core\";i:5;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/coffeegato/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/coffeegato/sample-data.xml\";}s:6:\"a-muse\";a:7:{s:4:\"name\";s:6:\"A-Muse\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/a-muse/thumb.jpg\";s:4:\"demo\";s:35:\"https://demo.crocoblock.com/a-muse/\";s:4:\"full\";a:5:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:10:\"jet-blocks\";i:3;s:14:\"jet-theme-core\";i:4;s:10:\"jet-tricks\";}s:4:\"lite\";a:5:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:10:\"jet-blocks\";i:3;s:14:\"jet-theme-core\";i:4;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/a-muse/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/a-muse/sample-data.xml\";}s:8:\"danzarro\";a:7:{s:4:\"name\";s:8:\"Danzarro\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/danzarro/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/danzarro/\";s:4:\"full\";a:7:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-menu\";i:6;s:14:\"jet-theme-core\";}s:4:\"lite\";a:7:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-menu\";i:6;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/danzarro/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/danzarro/sample-data.xml\";}s:8:\"nutritix\";a:7:{s:4:\"name\";s:8:\"Nutritix\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/nutritix/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/nutritix/\";s:4:\"full\";a:12:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:9:\"jet-popup\";i:4;s:8:\"jet-tabs\";i:5;s:10:\"jet-tricks\";i:6;s:10:\"jet-blocks\";i:7;s:8:\"jet-blog\";i:8;s:8:\"jet-menu\";i:9;s:14:\"jet-theme-core\";i:10;s:15:\"jet-woo-builder\";i:11;s:11:\"woocommerce\";}s:4:\"lite\";a:12:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:9:\"jet-popup\";i:4;s:8:\"jet-tabs\";i:5;s:10:\"jet-tricks\";i:6;s:10:\"jet-blocks\";i:7;s:8:\"jet-blog\";i:8;s:8:\"jet-menu\";i:9;s:14:\"jet-theme-core\";i:10;s:15:\"jet-woo-builder\";i:11;s:11:\"woocommerce\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/nutritix/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/nutritix/sample-data.xml\";}s:9:\"coursebit\";a:7:{s:4:\"name\";s:9:\"Coursebit\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/coursebit/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/coursebit/\";s:4:\"full\";a:9:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:8:\"jet-menu\";i:8;s:14:\"jet-theme-core\";}s:4:\"lite\";a:9:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:8:\"jet-menu\";i:8;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/coursebit/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/coursebit/sample-data.xml\";}s:10:\"warehouser\";a:7:{s:4:\"name\";s:10:\"Warehouser\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/warehouser/thumb.jpg\";s:4:\"demo\";s:39:\"https://demo.crocoblock.com/warehouser/\";s:4:\"full\";a:9:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:9:\"jet-popup\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:14:\"jet-theme-core\";i:7;s:15:\"jet-woo-builder\";i:8;s:11:\"woocommerce\";}s:4:\"lite\";a:9:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:9:\"jet-popup\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:14:\"jet-theme-core\";i:7;s:15:\"jet-woo-builder\";i:8;s:11:\"woocommerce\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/warehouser/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/warehouser/sample-data.xml\";}s:9:\"undertone\";a:7:{s:4:\"name\";s:9:\"Undertone\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/undertone/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/undertone/\";s:4:\"full\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:9:\"jet-popup\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"jet-theme-core\";i:6;s:15:\"jet-woo-builder\";i:7;s:11:\"woocommerce\";}s:4:\"lite\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:9:\"jet-popup\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"jet-theme-core\";i:6;s:15:\"jet-woo-builder\";i:7;s:11:\"woocommerce\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/undertone/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/undertone/sample-data.xml\";}s:8:\"sportans\";a:7:{s:4:\"name\";s:8:\"Sportans\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/sportans/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/sportans/\";s:4:\"full\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:14:\"jet-theme-core\";}s:4:\"lite\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/sportans/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/sportans/sample-data.xml\";}s:9:\"clothorra\";a:7:{s:4:\"name\";s:9:\"Clothorra\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/clothorra/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/clothorra/\";s:4:\"full\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"jet-theme-core\";i:6;s:15:\"jet-woo-builder\";i:7;s:11:\"woocommerce\";}s:4:\"lite\";a:8:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"jet-theme-core\";i:6;s:15:\"jet-woo-builder\";i:7;s:11:\"woocommerce\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/clothorra/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/clothorra/sample-data.xml\";}s:10:\"pinkywinky\";a:7:{s:4:\"name\";s:11:\"Pinky Winky\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/pinkywinky/thumb.jpg\";s:4:\"demo\";s:39:\"https://demo.crocoblock.com/pinkywinky/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:8:\"jet-tabs\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-blog\";i:6;s:14:\"jet-theme-core\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:8:\"jet-tabs\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-blog\";i:6;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/pinkywinky/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/pinkywinky/sample-data.xml\";}s:6:\"mediax\";a:7:{s:4:\"name\";s:6:\"Mediax\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/mediax/thumb.jpg\";s:4:\"demo\";s:35:\"https://demo.crocoblock.com/mediax/\";s:4:\"full\";a:7:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:14:\"jet-theme-core\";i:3;s:12:\"jet-elements\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";}s:4:\"lite\";a:7:{i:0;s:14:\"contact-form-7\";i:1;s:9:\"elementor\";i:2;s:14:\"jet-theme-core\";i:3;s:12:\"jet-elements\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/mediax/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/mediax/sample-data.xml\";}s:8:\"brandson\";a:7:{s:4:\"name\";s:8:\"Brandson\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/brandson/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/brandson/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:10:\"jet-tricks\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"jet-theme-core\";i:5;s:15:\"jet-woo-builder\";i:6;s:11:\"woocommerce\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:10:\"jet-tricks\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"jet-theme-core\";i:5;s:15:\"jet-woo-builder\";i:6;s:11:\"woocommerce\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/brandson/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/brandson/sample-data.xml\";}s:8:\"powedris\";a:7:{s:4:\"name\";s:8:\"Powedris\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/powedris/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/powedris/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:10:\"jet-tricks\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:8:\"jet-menu\";i:6;s:14:\"jet-theme-core\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:12:\"jet-elements\";i:2;s:10:\"jet-tricks\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:8:\"jet-menu\";i:6;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/powedris/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/powedris/sample-data.xml\";}s:8:\"quantito\";a:7:{s:4:\"name\";s:8:\"Quantito\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/quantito/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/quantito/\";s:4:\"full\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"jet-theme-core\";}s:4:\"lite\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/quantito/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/quantito/sample-data.xml\";}s:7:\"frizory\";a:7:{s:4:\"name\";s:7:\"Frizory\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/frizory/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/frizory/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:14:\"jet-theme-core\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/frizory/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/frizory/sample-data.xml\";}s:6:\"iconyx\";a:7:{s:4:\"name\";s:6:\"Iconyx\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/iconyx/thumb.jpg\";s:4:\"demo\";s:35:\"https://demo.crocoblock.com/iconyx/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:8:\"jet-menu\";i:8;s:14:\"jet-theme-core\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:8:\"jet-menu\";i:8;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/iconyx/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/iconyx/sample-data.xml\";}s:7:\"drivous\";a:7:{s:4:\"name\";s:7:\"Drivous\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/drivous/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/drivous/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-menu\";i:6;s:14:\"contact-form-7\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-tricks\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-menu\";i:6;s:14:\"contact-form-7\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/drivous/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/drivous/sample-data.xml\";}s:8:\"dolcetti\";a:7:{s:4:\"name\";s:8:\"Dolcetti\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/dolcetti/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/dolcetti/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:8:\"jet-menu\";i:8;s:14:\"jet-theme-core\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";i:7;s:8:\"jet-menu\";i:8;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/dolcetti/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/dolcetti/sample-data.xml\";}s:9:\"weimpress\";a:7:{s:4:\"name\";s:9:\"Weimpress\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/weimpress/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/weimpress/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-blog\";i:6;s:14:\"jet-theme-core\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-blocks\";i:5;s:8:\"jet-blog\";i:6;s:14:\"jet-theme-core\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/weimpress/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/weimpress/sample-data.xml\";}s:7:\"fuelcon\";a:7:{s:4:\"name\";s:7:\"Fuelcon\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/fuelcon/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/fuelcon/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:11:\" jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-tabs\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:11:\" jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-tabs\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/fuelcon/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/fuelcon/sample-data.xml\";}s:11:\"journyssimo\";a:7:{s:4:\"name\";s:11:\"Journyssimo\";s:5:\"thumb\";s:72:\"https://account.crocoblock.com/free-download/skins/journyssimo/thumb.jpg\";s:4:\"demo\";s:40:\"https://demo.crocoblock.com/journyssimo/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:10:\"jet-tricks\";i:5;s:10:\"jet-blocks\";i:6;s:8:\"jet-blog\";}s:8:\"full_xml\";s:78:\"https://account.crocoblock.com/free-download/skins/journyssimo/sample-data.xml\";s:8:\"lite_xml\";s:78:\"https://account.crocoblock.com/free-download/skins/journyssimo/sample-data.xml\";}s:6:\"besoul\";a:7:{s:4:\"name\";s:6:\"Besoul\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/besoul/thumb.jpg\";s:4:\"demo\";s:35:\"https://demo.crocoblock.com/besoul/\";s:4:\"full\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:8:\"jet-tabs\";i:5;s:10:\"jet-tricks\";i:6;s:10:\"jet-blocks\";i:7;s:8:\"jet-blog\";}s:4:\"lite\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:8:\"jet-tabs\";i:5;s:10:\"jet-tricks\";i:6;s:10:\"jet-blocks\";i:7;s:8:\"jet-blog\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/besoul/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/besoul/sample-data.xml\";}s:9:\"medistart\";a:7:{s:4:\"name\";s:9:\"Medistart\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/medistart/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/medistart/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:8:\"jet-tabs\";i:5;s:10:\"jet-tricks\";i:6;s:10:\"jet-blocks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:14:\"contact-form-7\";i:4;s:8:\"jet-tabs\";i:5;s:10:\"jet-tricks\";i:6;s:10:\"jet-blocks\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/medistart/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/medistart/sample-data.xml\";}s:10:\"grandecuis\";a:7:{s:4:\"name\";s:11:\"Grande Cuis\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/grandecuis/thumb.jpg\";s:4:\"demo\";s:39:\"https://demo.crocoblock.com/grandecuis/\";s:4:\"full\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:4:\"lite\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/grandecuis/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/grandecuis/sample-data.xml\";}s:7:\"legalor\";a:7:{s:4:\"name\";s:7:\"Legalor\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/legalor/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/legalor/\";s:4:\"full\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:4:\"lite\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/legalor/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/legalor/sample-data.xml\";}s:7:\"blankos\";a:7:{s:4:\"name\";s:7:\"Blankos\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/blankos/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/blankos/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"contact-form-7\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:8:\"jet-tabs\";i:4;s:10:\"jet-blocks\";i:5;s:14:\"contact-form-7\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/blankos/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/blankos/sample-data.xml\";}s:8:\"visuelle\";a:7:{s:4:\"name\";s:8:\"Visuelle\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/visuelle/thumb.png\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/visuelle/\";s:4:\"full\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:10:\"jet-tricks\";}s:4:\"lite\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/visuelle/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/visuelle/sample-data.xml\";}s:11:\"adverocking\";a:7:{s:4:\"name\";s:11:\"Adverocking\";s:5:\"thumb\";s:72:\"https://account.crocoblock.com/free-download/skins/adverocking/thumb.jpg\";s:4:\"demo\";s:40:\"https://demo.crocoblock.com/adverocking/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-tabs\";i:5;s:8:\"jet-blog\";i:6;s:14:\"contact-form-7\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-tabs\";i:5;s:8:\"jet-blog\";i:6;s:14:\"contact-form-7\";}s:8:\"full_xml\";s:78:\"https://account.crocoblock.com/free-download/skins/adverocking/sample-data.xml\";s:8:\"lite_xml\";s:78:\"https://account.crocoblock.com/free-download/skins/adverocking/sample-data.xml\";}s:8:\"celerony\";a:7:{s:4:\"name\";s:8:\"Celerony\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/celerony/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/celerony/\";s:4:\"full\";a:4:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";}s:4:\"lite\";a:4:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/celerony/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/celerony/sample-data.xml\";}s:10:\"contributz\";a:7:{s:4:\"name\";s:10:\"Contributz\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/contributz/thumb.jpg\";s:4:\"demo\";s:39:\"https://demo.crocoblock.com/contributz/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/contributz/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/contributz/sample-data.xml\";}s:7:\"journez\";a:7:{s:4:\"name\";s:7:\"Journez\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/journez/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/journez/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/journez/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/journez/sample-data.xml\";}s:8:\"metricon\";a:7:{s:4:\"name\";s:8:\"Metricon\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/metricon/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/metricon/\";s:4:\"full\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";}s:4:\"lite\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/metricon/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/metricon/sample-data.xml\";}s:12:\"richard-gore\";a:7:{s:4:\"name\";s:12:\"Richard Gore\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/skins/richard-gore/thumb.jpg\";s:4:\"demo\";s:31:\"https://demo.crocoblock.com/rg/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:8:\"jet-blog\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:8:\"jet-blog\";}s:8:\"full_xml\";s:79:\"https://account.crocoblock.com/free-download/skins/richard-gore/sample-data.xml\";s:8:\"lite_xml\";s:79:\"https://account.crocoblock.com/free-download/skins/richard-gore/sample-data.xml\";}s:9:\"crosszone\";a:7:{s:4:\"name\";s:9:\"Crosszone\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/crosszone/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/crosszone/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/crosszone/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/crosszone/sample-data.xml\";}s:8:\"intelity\";a:7:{s:4:\"name\";s:8:\"Intelity\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/intelity/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/intelity/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/intelity/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/intelity/sample-data.xml\";}s:10:\"investalum\";a:7:{s:4:\"name\";s:10:\"Investalum\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/skins/investalum/thumb.jpg\";s:4:\"demo\";s:39:\"https://demo.crocoblock.com/investalum/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";i:8;s:8:\"jet-menu\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";i:8;s:8:\"jet-menu\";}s:8:\"full_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/investalum/sample-data.xml\";s:8:\"lite_xml\";s:77:\"https://account.crocoblock.com/free-download/skins/investalum/sample-data.xml\";}s:9:\"lapalette\";a:7:{s:4:\"name\";s:9:\"Lapalette\";s:5:\"thumb\";s:70:\"https://account.crocoblock.com/free-download/skins/lapalette/thumb.jpg\";s:4:\"demo\";s:38:\"https://demo.crocoblock.com/lapalette/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/lapalette/sample-data.xml\";s:8:\"lite_xml\";s:76:\"https://account.crocoblock.com/free-download/skins/lapalette/sample-data.xml\";}s:6:\"plasta\";a:7:{s:4:\"name\";s:6:\"Plasta\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/plasta/thumb.jpg\";s:4:\"demo\";s:35:\"https://demo.crocoblock.com/plasta/\";s:4:\"full\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:4:\"lite\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/plasta/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/plasta/sample-data.xml\";}s:6:\"upmine\";a:7:{s:4:\"name\";s:6:\"Upmine\";s:5:\"thumb\";s:67:\"https://account.crocoblock.com/free-download/skins/upmine/thumb.jpg\";s:4:\"demo\";s:35:\"https://demo.crocoblock.com/upmine/\";s:4:\"full\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:4:\"lite\";a:8:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/upmine/sample-data.xml\";s:8:\"lite_xml\";s:73:\"https://account.crocoblock.com/free-download/skins/upmine/sample-data.xml\";}s:7:\"brocade\";a:7:{s:4:\"name\";s:7:\"Brocade\";s:5:\"thumb\";s:68:\"https://account.crocoblock.com/free-download/skins/brocade/thumb.jpg\";s:4:\"demo\";s:36:\"https://demo.crocoblock.com/brocade/\";s:4:\"full\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";}s:4:\"lite\";a:6:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";}s:8:\"full_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/brocade/sample-data.xml\";s:8:\"lite_xml\";s:74:\"https://account.crocoblock.com/free-download/skins/brocade/sample-data.xml\";}s:5:\"magit\";a:7:{s:4:\"name\";s:5:\"Magit\";s:5:\"thumb\";s:66:\"https://account.crocoblock.com/free-download/skins/magit/thumb.jpg\";s:4:\"demo\";s:34:\"https://demo.crocoblock.com/magit/\";s:4:\"full\";a:5:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";}s:4:\"lite\";a:5:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";}s:8:\"full_xml\";s:72:\"https://account.crocoblock.com/free-download/skins/magit/sample-data.xml\";s:8:\"lite_xml\";s:72:\"https://account.crocoblock.com/free-download/skins/magit/sample-data.xml\";}s:8:\"nolimitz\";a:7:{s:4:\"name\";s:8:\"Nolimitz\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/nolimitz/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/nolimitz/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:14:\"contact-form-7\";i:5;s:8:\"jet-tabs\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/nolimitz/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/nolimitz/sample-data.xml\";}s:8:\"rezidans\";a:7:{s:4:\"name\";s:8:\"Rezidans\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/rezidans/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/rezidans/\";s:4:\"full\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:10:\"jet-tricks\";}s:4:\"lite\";a:7:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:10:\"jet-tricks\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/rezidans/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/rezidans/sample-data.xml\";}s:8:\"standocs\";a:7:{s:4:\"name\";s:8:\"Standocs\";s:5:\"thumb\";s:69:\"https://account.crocoblock.com/free-download/skins/standocs/thumb.jpg\";s:4:\"demo\";s:37:\"https://demo.crocoblock.com/standocs/\";s:4:\"full\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";i:8;s:8:\"jet-menu\";}s:4:\"lite\";a:9:{i:0;s:9:\"elementor\";i:1;s:14:\"jet-theme-core\";i:2;s:12:\"jet-elements\";i:3;s:10:\"jet-blocks\";i:4;s:8:\"jet-blog\";i:5;s:14:\"contact-form-7\";i:6;s:8:\"jet-tabs\";i:7;s:10:\"jet-tricks\";i:8;s:8:\"jet-menu\";}s:8:\"full_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/standocs/sample-data.xml\";s:8:\"lite_xml\";s:75:\"https://account.crocoblock.com/free-download/skins/standocs/sample-data.xml\";}}}','no'); INSERT INTO `wp_options` VALUES (223,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}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:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:822:{i:0;a:16:{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:133:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{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:125:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{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:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=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:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{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:125:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{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:130:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{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:130:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{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:131:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{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:125:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{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:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=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:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{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:125:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{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:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=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:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{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:120:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{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:122:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{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:120:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{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:130:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{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:127:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{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:123:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{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:125:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{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:123:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{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:136:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{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:131:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{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:132:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{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:121:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{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:133:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{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:129:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{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:134:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{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:139:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{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:144:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{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:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=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:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{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:123:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{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:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=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:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{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:134:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{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:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=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:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{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:141:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{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:128:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{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:129:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{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:123:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{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:129:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{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:121:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{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:124:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{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:130:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{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:131:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{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:130:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{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:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=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:0;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{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:140:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{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:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=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:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{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:118:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{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:139:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{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:124:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{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:140:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{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:133:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{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:128:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{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:129:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{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:126:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{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:134:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{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:133:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{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:121:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{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:123:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{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:124:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{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:123:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{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:137:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{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:119:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{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:128:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{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:130:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{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:122:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{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:140:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{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:124:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{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:133:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{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:146:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{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:148:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{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:125:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{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:129:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{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:134:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{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:118:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{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:139:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{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:126:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{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:124:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{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:131:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{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:134:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{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:122:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{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:124:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{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:131:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{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:140:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{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:125:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{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:125:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{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:120:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{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:124:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{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:131:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{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:132:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{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:124:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{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:122:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{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:124:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{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:123:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{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:121:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{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:122:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{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:124:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{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:123:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{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:123:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{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:123:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{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:120:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{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:126:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{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:126:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{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:124:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{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:129:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{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:121:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{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:121:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{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:119:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{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:126:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{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:125:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{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:123:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{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:132:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{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:125:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{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:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=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:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{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:137:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{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:127:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:16:{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:129:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{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:124:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{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:121:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{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:122:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{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:129:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:16:{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:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=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:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{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:132:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{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:120:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{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:126:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{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:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=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:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:16:{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:109:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{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:100:\"https://library.elementor.com/lp/dot-nft/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{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:113:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{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:115:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:16:{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:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=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:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{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:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=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:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{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:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=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:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{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:123:\"https://library.elementor.com/lp/wireframe-courses-1-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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:134;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:140;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{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:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{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:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=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:0;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{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:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=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:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:16:{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:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=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:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:16:{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:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=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:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{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:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=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:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:55:\"Fly-In | Team Details Popup | 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:148:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=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:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{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:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=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:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{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:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=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:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:150;a:16:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:52:\"Full Screen | Menu Popup | 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:145:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:151;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:51:\"Classic | Discount Popup | 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:137:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:50:\"Hello Bar | CTA Popup | 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:143:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:45:\"Classic | Discount Popup | 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:138:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:16:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:51:\"Bottom Bar | Discount Popup | 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:144:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:16:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:38:\"Hello Bar | Menu Popup | 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:131:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:43:\"Full Screen | Booking Popup | 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:136:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{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:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=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:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:40:\"Classic | Discount Popup | 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:133:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:40:\"Slide-In | Contact Popup | 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:133:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:16:{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:123:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:35:\"Classic | Cta Popup | 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:128:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:16:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:46:\"Bottom Bar | Contact Popup | 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:139:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:38:\"Fly-In | Contact Popup | 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:131:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:16:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:37:\"Classic | Login Popup | 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:129:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:16:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:42:\"Full Screen | Login Popup | 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:135:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:16:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:34:\"Classic | Login Popup | 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:127:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:37:\"Classic | Login Popup | 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:130:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:16:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:46:\"Classic | Login Popup | 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:138:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{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:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=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:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:42:\"Fly-In | Contact Popup | 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:135:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:16:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:42:\"Fly-In | Cta Popup | 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:135:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{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:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=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:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:43:\"Full Screen | Contact Popup | 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:136:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:16:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:45:\"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:137:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:16:{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:131:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:16:{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:124:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{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:133:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{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:121:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:16:{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:136:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{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:117:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:181;a:16:{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:118:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{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:119:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:183;a:16:{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:115:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:16:{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:117:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:16:{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:107:\"https://library.elementor.com/lp/nails-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:186;a:16:{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:114:\"https://library.elementor.com/lp/music-festival-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:187;a:16:{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:125:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:16:{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:118:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:16:{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:117:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:16:{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:130:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:16:{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:111:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:195;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:16:{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:134:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:197;a:16:{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:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=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:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:199;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{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:117:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:201;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{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:116:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:203;a:16:{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:106:\"https://library.elementor.com/restaurant-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:204;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{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:126:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:206;a:16:{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:109:\"https://library.elementor.com/law-firm-services-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:207;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{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:125:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:209;a:16:{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:111:\"https://library.elementor.com/photographer-projects/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:210;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:16:{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:129:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:212;a:16:{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:110:\"https://library.elementor.com/photographer-gallery/?utm_source=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:\"[\"Gallery\",\"Photography\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:213;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{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:126:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:216;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:16:{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:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:16:{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:136:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:219;a:16:{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:142:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:220;a:16:{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:110:\"https://library.elementor.com/online-training-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:16:{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:104:\"https://library.elementor.com/blocks/about-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:222;a:16:{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:105:\"https://library.elementor.com/blocks/about-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{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:130:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:225;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:16:{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:125:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:227;a:16:{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:105:\"https://library.elementor.com/blocks/about-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:16:{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:118:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:229;a:16:{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:109:\"https://library.elementor.com/spa-beauty-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:16:{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:105:\"https://library.elementor.com/blocks/about-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:16:{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:127:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{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:116:\"https://library.elementor.com/insurance-company-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{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:105:\"https://library.elementor.com/blocks/about-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:234;a:16:{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:105:\"https://library.elementor.com/blocks/about-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:16:{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:115:\"https://library.elementor.com/lp/time-management-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:236;a:16:{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:110:\"https://library.elementor.com/contact-plants-store/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:16:{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:105:\"https://library.elementor.com/blocks/about-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:16:{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:113:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:239;a:16:{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:110:\"https://library.elementor.com/dental-care-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{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:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{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:105:\"https://library.elementor.com/blocks/about-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:16:{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:110:\"https://library.elementor.com/lp/conference-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:244;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:16:{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:105:\"https://library.elementor.com/blocks/about-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:247;a:16:{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:117:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:16:{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:105:\"https://library.elementor.com/blocks/about-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:249;a:16:{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:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{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:108:\"https://library.elementor.com/conference-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:37:\"[\"Conference\",\"Contact\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{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:105:\"https://library.elementor.com/blocks/about-19/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:16:{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:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{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:108:\"https://library.elementor.com/travel-agency-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:16:{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:104:\"https://library.elementor.com/blocks/about-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:16:{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:110:\"https://library.elementor.com/lp/car-wash-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:16:{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:122:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:257;a:16:{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:105:\"https://library.elementor.com/blocks/about-20/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:16:{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:118:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{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:110:\"https://library.elementor.com/3d-designer-projects/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:16:{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:105:\"https://library.elementor.com/blocks/about-21/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:16:{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:112:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:16:{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:111:\"https://library.elementor.com/architecture-projects/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:16:{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:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:16:{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:114:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{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:118:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{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:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:267;a:16:{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:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:16:{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:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:270;a:16:{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:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:16:{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:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:273;a:16:{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:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:275;a:16:{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:104:\"https://library.elementor.com/blocks/about-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:16:{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:104:\"https://library.elementor.com/blocks/about-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{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:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:16:{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:114:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:16:{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:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:16:{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:117:\"https://library.elementor.com/packing-moving-company-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{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:104:\"https://library.elementor.com/blocks/about-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:16:{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:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:16:{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:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:16:{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:110:\"https://library.elementor.com/interior-design-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:16:{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:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:16:{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:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{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:113:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:288;a:16:{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:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:16:{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:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{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:103:\"https://library.elementor.com/hotel-contact/?utm_source=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:\"[\"Contact\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:16:{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:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{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:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{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:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{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:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{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:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{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:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{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:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{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:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{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:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:16:{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:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{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:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{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:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{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:108:\"https://library.elementor.com/restaurant-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:46:\"[\"Contact\",\"Food\",\"form\",\"Google Maps\",\"Info\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{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:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{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:116:\"https://library.elementor.com/interior-designer-projects/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{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:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{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:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:313;a:16:{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:115:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{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:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:16:{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:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:316;a:16:{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:108:\"https://library.elementor.com/exhibition-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{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:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:16:{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:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:319;a:16:{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:112:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{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:114:\"https://library.elementor.com/blocks/barbershop-header/?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:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:16:{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:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:322;a:16:{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:115:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{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:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:16:{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:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{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:119:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{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:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{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:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{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:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{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:115:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{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:116:\"https://library.elementor.com/blocks/beauty-salon-header/?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:32:\"[\"Beauty salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{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:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{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:111:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{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:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{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:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{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:117:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{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:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{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:114:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{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:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{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:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{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:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:16:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{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:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{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:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:16:{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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{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:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:16:{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:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{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:111:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{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:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:16:{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:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:16:{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:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{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:114:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:352;a:16:{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:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:353;a:16:{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:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:16:{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:123:\"https://library.elementor.com/business-consulting-company-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:16:{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:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{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:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{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:110:\"https://library.elementor.com/construction-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{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:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:16:{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:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{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:119:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:16:{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:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:46:\"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:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{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:122:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:16:{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:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{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:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{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:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:367;a:16:{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:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:16:{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:115:\"https://library.elementor.com/design-school-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:16:{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:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:16:{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:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:16:{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:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:16:{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:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:16:{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:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:16:{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:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{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:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:16:{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:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{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:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:16:{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:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:16:{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:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:16:{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:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{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:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:16:{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:115:\"https://library.elementor.com/birthday-party-invitation/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{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:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{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:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:16:{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:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:386;a:16:{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:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{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:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:16:{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:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{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:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{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:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:16:{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:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{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:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{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:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{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:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{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:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{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:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:16:{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:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{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:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:16:{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:107:\"https://library.elementor.com/travel-blog-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{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:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{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:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{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:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{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:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:16:{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:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{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:106:\"https://library.elementor.com/travel-blog-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:16:{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:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{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:107:\"https://library.elementor.com/dance-studio-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{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:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:16:{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:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:16:{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:108:\"https://library.elementor.com/dance-studio-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:16:{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:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:16:{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:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:16:{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:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:16:{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:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:16:{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:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;a:16:{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:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:16:{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:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:16:{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:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:419;a:16:{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:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:16:{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:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:16:{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:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{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:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:16:{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:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:16:{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:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{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:108:\"https://library.elementor.com/psychologist-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:16:{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:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:16:{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:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:16:{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:110:\"https://library.elementor.com/psychologist-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:16:{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:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:16:{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:107:\"https://library.elementor.com/psychologist-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{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:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:16:{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:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{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:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:16:{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:111:\"https://library.elementor.com/psychologist-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{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:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:16:{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:112:\"https://library.elementor.com/flooring-company-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{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:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:16:{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:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{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:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:16:{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:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:16:{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:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:16:{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:134:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{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:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:16:{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:115:\"https://library.elementor.com/flooring-company-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{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:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:16:{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:111:\"https://library.elementor.com/flooring-company-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:16:{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:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:16:{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:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:16:{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:118:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:16:{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:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{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:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{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:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:16:{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:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{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:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:16:{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:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{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:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:16:{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:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{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:121:\"https://library.elementor.com/online-store-under-construction/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{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:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:16:{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:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{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:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:16:{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:122:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:16:{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:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:16:{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:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{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:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:16:{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:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:16:{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:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{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:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:16:{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:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{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:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:16:{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:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{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:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:16:{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:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{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:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:16:{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:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{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:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:16:{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:105:\"https://library.elementor.com/barbershop-home/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{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:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:16:{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:106:\"https://library.elementor.com/barbershop-about/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{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:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:16:{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:109:\"https://library.elementor.com/barbershop-services/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{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:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:16:{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:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{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:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:16:{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:108:\"https://library.elementor.com/barbershop-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{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:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:16:{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:108:\"https://library.elementor.com/online-course-home/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{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:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:16:{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:109:\"https://library.elementor.com/online-course-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:16:{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:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:16:{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:115:\"https://library.elementor.com/online-course-course-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{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:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:16:{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:111:\"https://library.elementor.com/online-course-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{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:116:\"https://library.elementor.com/blocks/dance-studio-header/?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:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:16:{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:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:16:{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:111:\"https://library.elementor.com/interior-design-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-4/?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:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:16:{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:114:\"https://library.elementor.com/interior-design-projects/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{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:113:\"https://library.elementor.com/interior-design-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{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:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{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:111:\"https://library.elementor.com/photography-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{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:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{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:107:\"https://library.elementor.com/photography-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{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:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:16:{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:109:\"https://library.elementor.com/photography-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{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:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:509;a:16:{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:110:\"https://library.elementor.com/photography-wildlife/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:16:{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:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:16:{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:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:512;a:16:{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:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:16:{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:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:514;a:16:{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:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:16:{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:108:\"https://library.elementor.com/photography-nature/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:516;a:16:{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:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:16:{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:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:518;a:16:{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:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:16:{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:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:520;a:16:{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:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:16:{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:106:\"https://library.elementor.com/photography-pets/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:522;a:16:{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:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:16:{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:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:524;a:16:{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:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:16:{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:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:526;a:16:{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:107:\"https://library.elementor.com/blocks/features-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:16:{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:108:\"https://library.elementor.com/magazine-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:528;a:16:{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:108:\"https://library.elementor.com/blocks/features-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:16:{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:106:\"https://library.elementor.com/travel-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:16:{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:108:\"https://library.elementor.com/blocks/features-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:16:{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:102:\"https://library.elementor.com/travel-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:16:{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:108:\"https://library.elementor.com/blocks/features-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:533;a:16:{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:102:\"https://library.elementor.com/travel-tours/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:16:{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:107:\"https://library.elementor.com/blocks/features-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:16:{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:109:\"https://library.elementor.com/travel-testimonials/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:16:{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:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:16:{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:104:\"https://library.elementor.com/travel-gallery/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:538;a:16:{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:107:\"https://library.elementor.com/blocks/features-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:16:{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:100:\"https://library.elementor.com/travel-faq/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:540;a:16:{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:107:\"https://library.elementor.com/blocks/features-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:16:{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:109:\"https://library.elementor.com/travel-contact-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:542;a:16:{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:107:\"https://library.elementor.com/blocks/features-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:543;a:16:{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:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:16:{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:107:\"https://library.elementor.com/blocks/features-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:545;a:16:{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:105:\"https://library.elementor.com/portfolio-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:16:{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:107:\"https://library.elementor.com/blocks/features-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:547;a:16:{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:108:\"https://library.elementor.com/portfolio-projects/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:16:{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:107:\"https://library.elementor.com/blocks/features-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:549;a:16:{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:107:\"https://library.elementor.com/portfolio-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:16:{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:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{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:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:16:{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:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{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:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{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:120:\"https://library.elementor.com/blocks/flooring-company-header/?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: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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{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:104:\"https://library.elementor.com/law-firm-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{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:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{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:103:\"https://library.elementor.com/law-firm-team/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{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:110:\"https://library.elementor.com/digital-agency-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{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:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{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:101:\"https://library.elementor.com/gym-trainer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{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:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{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:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{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:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{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:106:\"https://library.elementor.com/law-firm-careers/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{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:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{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:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{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:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{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:106:\"https://library.elementor.com/law-firm-partner/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{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:113:\"https://library.elementor.com/digital-agency-services/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{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:101:\"https://library.elementor.com/blocks/demo/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{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:101:\"https://library.elementor.com/gym-classes/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{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:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{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:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{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:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{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:106:\"https://library.elementor.com/law-firm-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{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:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{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:107:\"https://library.elementor.com/law-firm-services/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{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:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{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:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{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:101:\"https://library.elementor.com/gym-fitness/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{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:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{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:103:\"https://library.elementor.com/gym-home-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{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:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{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:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{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:106:\"https://library.elementor.com/law-firm-service/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{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:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:16:{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:99:\"https://library.elementor.com/gym-about/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{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:101:\"https://library.elementor.com/gym-pricing/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{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:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{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:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{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:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:16:{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:101:\"https://library.elementor.com/gym-contact/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{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:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:16:{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:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:16:{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:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:16:{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:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:16:{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:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{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:100:\"https://library.elementor.com/blocks/gym/?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:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{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:105:\"https://library.elementor.com/blocks/header-1/?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:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{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:106:\"https://library.elementor.com/blocks/header-10/?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:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{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:106:\"https://library.elementor.com/blocks/header-11/?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:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{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:106:\"https://library.elementor.com/blocks/header-12/?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:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{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:106:\"https://library.elementor.com/blocks/header-13/?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:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{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:105:\"https://library.elementor.com/blocks/header-2/?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:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{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:105:\"https://library.elementor.com/blocks/header-3/?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:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{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:105:\"https://library.elementor.com/blocks/header-4/?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:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{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:105:\"https://library.elementor.com/blocks/header-5/?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:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{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:105:\"https://library.elementor.com/blocks/header-6/?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:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{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:105:\"https://library.elementor.com/blocks/header-7/?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:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{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:105:\"https://library.elementor.com/blocks/header-8/?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:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{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:105:\"https://library.elementor.com/blocks/header-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:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{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:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:613;a:16:{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:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{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:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:615;a:16:{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:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:616;a:16:{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:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{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:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:16:{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:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{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:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:620;a:16:{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:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:621;a:16:{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:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:622;a:16:{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:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:16:{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:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{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:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:16:{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:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:16:{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:119:\"https://library.elementor.com/blocks/interior-design-header/?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:39:\"[\"Business\",\"Header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{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:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:16:{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:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{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:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:16:{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:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{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:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:16:{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:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?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:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{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:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:16:{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:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{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:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{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:112:\"https://library.elementor.com/blocks/law-firm-header/?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:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:16:{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:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:16:{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:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{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:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{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:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:16:{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:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?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:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:16:{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:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:16:{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:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{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:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{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:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{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:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:16:{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:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{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:112:\"https://library.elementor.com/blocks/magazine-header/?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:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:16:{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:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{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:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{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:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:16:{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:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:16:{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:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:16:{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:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:16:{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:117:\"https://library.elementor.com/blocks/online-course-header/?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:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{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:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{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:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{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:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:16:{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:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:16:{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:115:\"https://library.elementor.com/blocks/photography-header/?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:36:\"[\"Header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:16:{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:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{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:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:16:{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: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:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{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:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{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:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{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:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:16:{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:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:675;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:681;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:16:{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:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:688;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:16:{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:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:691;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:16:{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:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:16:{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:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:16:{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:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:16:{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:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:16:{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:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:16:{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:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:16:{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:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:16:{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:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{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:116:\"https://library.elementor.com/blocks/psychologist-header/?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:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{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:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{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:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{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:108:\"https://library.elementor.com/blocks/services-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:714;a:16:{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:108:\"https://library.elementor.com/blocks/services-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:16:{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:108:\"https://library.elementor.com/blocks/services-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:16:{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:108:\"https://library.elementor.com/blocks/services-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:16:{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:108:\"https://library.elementor.com/blocks/services-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:16:{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:108:\"https://library.elementor.com/blocks/services-20/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:16:{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:108:\"https://library.elementor.com/blocks/services-21/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:16:{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:108:\"https://library.elementor.com/blocks/services-22/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:16:{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:108:\"https://library.elementor.com/blocks/services-23/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:16:{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:108:\"https://library.elementor.com/blocks/services-24/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:16:{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:108:\"https://library.elementor.com/blocks/services-25/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:16:{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:108:\"https://library.elementor.com/blocks/services-26/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:16:{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:108:\"https://library.elementor.com/blocks/services-27/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:16:{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:108:\"https://library.elementor.com/blocks/services-28/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:16:{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:108:\"https://library.elementor.com/blocks/services-29/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:16:{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:108:\"https://library.elementor.com/blocks/services-30/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:16:{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:108:\"https://library.elementor.com/blocks/services-31/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:16:{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:107:\"https://library.elementor.com/blocks/services-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:16:{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:107:\"https://library.elementor.com/blocks/services-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:16:{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:107:\"https://library.elementor.com/blocks/services-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:16:{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:107:\"https://library.elementor.com/blocks/services-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:16:{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:107:\"https://library.elementor.com/blocks/services-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:736;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{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:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:16:{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:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:16:{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:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:16:{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:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:754;a:16:{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:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:16:{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:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:16:{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:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:16:{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:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{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:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{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:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:16:{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:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:16:{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:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:16:{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:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{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:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;a:16:{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:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:16:{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:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:16:{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:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:16:{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:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{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:104:\"https://library.elementor.com/blocks/team-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:772;a:16:{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:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{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:104:\"https://library.elementor.com/blocks/team-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:774;a:16:{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:104:\"https://library.elementor.com/blocks/team-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:16:{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:104:\"https://library.elementor.com/blocks/team-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:16:{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:104:\"https://library.elementor.com/blocks/team-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:777;a:16:{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:104:\"https://library.elementor.com/blocks/team-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:16:{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:104:\"https://library.elementor.com/blocks/team-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:16:{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:104:\"https://library.elementor.com/blocks/team-19/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:16:{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:104:\"https://library.elementor.com/blocks/team-20/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:16:{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:104:\"https://library.elementor.com/blocks/team-21/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:16:{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:104:\"https://library.elementor.com/blocks/team-22/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:783;a:16:{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:104:\"https://library.elementor.com/blocks/team-23/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:16:{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:103:\"https://library.elementor.com/blocks/team-4/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:16:{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:103:\"https://library.elementor.com/blocks/team-5/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:16:{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:103:\"https://library.elementor.com/blocks/team-6/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:16:{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:103:\"https://library.elementor.com/blocks/team-7/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:790;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:792;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:793;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:794;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:800;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:16:{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:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:803;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:16:{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:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:805;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:16:{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:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:16:{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:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:16:{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:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:810;a:16:{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:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:16:{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:110:\"https://library.elementor.com/blocks/travel-header/?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:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:16:{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:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:16:{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:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:16:{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:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:16:{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:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:16:{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:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:16:{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:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:16:{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:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=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:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:16:{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:115:\"https://library.elementor.com/blocks/travel-blog-header/?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:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:16:{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:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:16:{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:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=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:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(224,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:72:\"Special 6th Birthday Gift Pack: Free Icons, Stickers, and Illustrations!\";s:7:\"excerpt\";s:179:\"Here’s your chance to celebrate Elementor’s 6th birthday festivities by getting your very own collection of our FREE party-inspired pack of icons, stickers, and illustrations!\";s:7:\"created\";i:1653396992;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:158:\"https://elementor.com/blog/sixth-birthday-gift-pack-free-icons-stickers-illustrations/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:37:\"What Exactly Does a Web Host Provide?\";s:7:\"excerpt\";s:259:\"If you want to build a website, you need a web host to provide the computing resources to power it and make it available to visitors around the world. In this post, we\'ll discuss what a web host is and what services you should expect from a quality web host.\";s:7:\"created\";i:1652955962;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:126:\"https://elementor.com/blog/what-does-web-host-provide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:32:\"Elementor Websites of April 2022\";s:7:\"excerpt\";s:301:\"April’s showcase offers plenty of ideas to spruce up your web design as things begin to slowly heat up. From international organizations and real estate to designers, studios, and consultants plus a picturesque island that will take your breath away, this month’s websites will leave you inspired.\";s:7:\"created\";i:1652720134;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:119:\"https://elementor.com/blog/showcase-april-2022/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:46:\"NFT 101: A Beginner’s Guide for Web Creators\";s:7:\"excerpt\";s:298:\"NFTs have taken the world by storm, providing web designers with fresh opportunities to earn money and distribute their work to larger audiences around the globe. In this article, we\'ll break down what NFTs are and how to use them practically (plus, a sneak peek at our new NFT landing page kits!).\";s:7:\"created\";i:1651578283;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:114:\"https://elementor.com/blog/nft-web-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:29:\"What Is Inclusive Web Design?\";s:7:\"excerpt\";s:297:\"When designing a website, it is important to keep in mind that not all users interact with it in the same way. Using inclusive design will help you remove bias and assumptions from your website and ensure that users will not feel excluded. Keep reading to learn how to master this modern approach.\";s:7:\"created\";i:1651142542;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:120:\"https://elementor.com/blog/inclusive-web-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(225,'_transient_timeout_elementor_remote_info_api_data_3.6.5','1654156364','no'),(226,'_transient_elementor_remote_info_api_data_3.6.5','a:4:{s:9:\"timestamp\";s:10:\"1654112154\";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:3:\"6.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(227,'wpcf7','a:2:{s:7:\"version\";s:7:\"5.5.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1654113166;s:7:\"version\";s:7:\"5.5.6.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(230,'jet-license-data','a:1:{s:12:\"license-list\";a:0:{}}','yes'),(231,'_site_transient_timeout_jet_dashboard_license_expire_check','1654156419','no'),(232,'_site_transient_jet_dashboard_license_expire_check','true','no'),(237,'_elementor_installed_time','1654115161','yes'),(243,'_site_transient_timeout_theme_roots','1654116984','no'),(244,'_site_transient_theme_roots','a:6:{s:6:\"careex\";s:7:\"/themes\";s:4:\"kava\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(279,'_transient_timeout_kava_theme_data','1654201833','no'),(280,'_transient_kava_theme_data','a:9:{s:7:\"success\";b:1;s:11:\"api_version\";s:5:\"1.0.0\";s:12:\"core_version\";s:5:\"2.0.4\";s:13:\"theme_version\";s:5:\"2.1.4\";s:10:\"theme_name\";s:4:\"Kava\";s:10:\"theme_slug\";s:4:\"kava\";s:11:\"theme_thumb\";s:72:\"https://account.crocoblock.com/wp-content/uploads/2018/04/screenshot.png\";s:10:\"theme_path\";s:53:\"https://account.crocoblock.com/free-download/kava.zip\";s:16:\"child_theme_path\";s:59:\"https://account.crocoblock.com/free-download/kava-child.zip\";}','no'),(289,'tm_active_skin','a:2:{s:4:\"skin\";s:7:\"default\";s:4:\"type\";s:4:\"full\";}','no'),(291,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1654115526;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:7:\"5.5.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.6.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s: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:5:\"3.6.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.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\";}}}','no'),(292,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(293,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(294,'widget_archives','a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(295,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(296,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(298,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(299,'widget_meta','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(300,'widget_search','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(301,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(302,'widget_categories','a:2:{i:1;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(303,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(304,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(305,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(306,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(307,'jet_site_conditions','a:3:{s:10:\"jet_header\";a:1:{i:8004;a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_6297ce9b76f60\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}}s:10:\"jet_footer\";a:1:{i:8030;a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_6297cea37e496\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}}s:0:\"\";a:2:{i:8030;a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_6297ce9f5e147\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}i:8004;a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_6297ce97280b0\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}}}','yes'),(308,'elementor_container_width','1200','yes'),(309,'jet_menu_options','a:584:{s:18:\"jet-menu-animation\";s:4:\"fade\";s:21:\"jet-menu-mega-bg-type\";s:10:\"fill-color\";s:22:\"jet-menu-mega-bg-color\";s:4:\"#fff\";s:30:\"jet-menu-mega-bg-color-opacity\";i:100;s:22:\"jet-menu-mega-bg-image\";s:0:\"\";s:21:\"jet-menu-mega-padding\";a:3:{s:5:\"units\";s:2:\"px\";s:9:\"is_linked\";s:4:\"true\";s:4:\"size\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}}s:16:\"jet-menu-roll-up\";s:5:\"false\";s:18:\"jet-menu-cache-css\";s:5:\"false\";s:11:\"svg-uploads\";s:7:\"enabled\";s:18:\"use-template-cache\";s:4:\"true\";s:22:\"plugin-nextgen-edition\";s:5:\"false\";s:22:\"jet-menu-mobile-layout\";s:9:\"slide-out\";s:31:\"jet-menu-mobile-toggle-position\";s:7:\"default\";s:34:\"jet-menu-mobile-container-position\";s:5:\"right\";s:27:\"jet-menu-mobile-sub-trigger\";s:4:\"item\";s:31:\"jet-menu-mobile-sub-open-layout\";s:8:\"slide-in\";s:36:\"jet-menu-mobile-close-after-navigate\";s:5:\"false\";s:31:\"jet-menu-mobile-header-template\";s:0:\"\";s:31:\"jet-menu-mobile-before-template\";s:0:\"\";s:30:\"jet-menu-mobile-after-template\";s:0:\"\";s:27:\"jet-menu-mobile-toggle-icon\";s:0:\"\";s:34:\"jet-menu-mobile-toggle-opened-icon\";s:0:\"\";s:27:\"jet-menu-mobile-toggle-text\";s:0:\"\";s:29:\"jet-menu-mobile-toggle-loader\";s:4:\"true\";s:25:\"jet-menu-mobile-back-text\";s:0:\"\";s:30:\"jet-mobile-items-dropdown-icon\";s:0:\"\";s:37:\"jet-mobile-items-dropdown-opened-icon\";s:0:\"\";s:30:\"jet-menu-mobile-use-breadcrumb\";s:4:\"true\";s:31:\"jet-menu-mobile-breadcrumb-icon\";s:0:\"\";s:28:\"jet-menu-mobile-toggle-color\";s:0:\"\";s:27:\"jet-menu-mobile-toggle-size\";s:0:\"\";s:33:\"jet-menu-mobile-toggle-text-color\";s:0:\"\";s:34:\"jet-menu-mobile-toggle-text-switch\";s:5:\"false\";s:39:\"jet-menu-mobile-toggle-text-font-family\";s:0:\"\";s:34:\"jet-menu-mobile-toggle-text-subset\";s:0:\"\";s:37:\"jet-menu-mobile-toggle-text-font-size\";s:0:\"\";s:39:\"jet-menu-mobile-toggle-text-line-height\";s:0:\"\";s:39:\"jet-menu-mobile-toggle-text-font-weight\";s:0:\"\";s:42:\"jet-menu-mobile-toggle-text-text-transform\";s:0:\"\";s:38:\"jet-menu-mobile-toggle-text-font-style\";s:0:\"\";s:42:\"jet-menu-mobile-toggle-text-letter-spacing\";s:0:\"\";s:32:\"jet-menu-mobile-back-text-switch\";s:5:\"false\";s:37:\"jet-menu-mobile-back-text-font-family\";s:0:\"\";s:32:\"jet-menu-mobile-back-text-subset\";s:0:\"\";s:35:\"jet-menu-mobile-back-text-font-size\";s:0:\"\";s:37:\"jet-menu-mobile-back-text-line-height\";s:0:\"\";s:37:\"jet-menu-mobile-back-text-font-weight\";s:0:\"\";s:40:\"jet-menu-mobile-back-text-text-transform\";s:0:\"\";s:36:\"jet-menu-mobile-back-text-font-style\";s:0:\"\";s:40:\"jet-menu-mobile-back-text-letter-spacing\";s:0:\"\";s:25:\"jet-menu-mobile-toggle-bg\";s:0:\"\";s:36:\"jet-menu-mobile-toggle-border-switch\";s:5:\"false\";s:35:\"jet-menu-mobile-toggle-border-style\";s:0:\"\";s:35:\"jet-menu-mobile-toggle-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:35:\"jet-menu-mobile-toggle-border-color\";s:0:\"\";s:40:\"jet-menu-mobile-toggle-box-shadow-switch\";s:5:\"false\";s:39:\"jet-menu-mobile-toggle-box-shadow-inset\";s:5:\"false\";s:39:\"jet-menu-mobile-toggle-box-shadow-color\";s:0:\"\";s:35:\"jet-menu-mobile-toggle-box-shadow-h\";s:0:\"\";s:35:\"jet-menu-mobile-toggle-box-shadow-v\";s:0:\"\";s:38:\"jet-menu-mobile-toggle-box-shadow-blur\";s:0:\"\";s:40:\"jet-menu-mobile-toggle-box-shadow-spread\";s:0:\"\";s:36:\"jet-menu-mobile-toggle-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-mobile-toggle-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-mobile-container-width\";s:0:\"\";s:38:\"jet-menu-mobile-breadcrumbs-text-color\";s:0:\"\";s:38:\"jet-menu-mobile-breadcrumbs-icon-color\";s:0:\"\";s:37:\"jet-menu-mobile-breadcrumbs-icon-size\";s:0:\"\";s:39:\"jet-menu-mobile-breadcrumbs-text-switch\";s:5:\"false\";s:44:\"jet-menu-mobile-breadcrumbs-text-font-family\";s:0:\"\";s:39:\"jet-menu-mobile-breadcrumbs-text-subset\";s:0:\"\";s:42:\"jet-menu-mobile-breadcrumbs-text-font-size\";s:0:\"\";s:44:\"jet-menu-mobile-breadcrumbs-text-line-height\";s:0:\"\";s:44:\"jet-menu-mobile-breadcrumbs-text-font-weight\";s:0:\"\";s:47:\"jet-menu-mobile-breadcrumbs-text-text-transform\";s:0:\"\";s:43:\"jet-menu-mobile-breadcrumbs-text-font-style\";s:0:\"\";s:47:\"jet-menu-mobile-breadcrumbs-text-letter-spacing\";s:0:\"\";s:28:\"jet-menu-mobile-container-bg\";s:0:\"\";s:39:\"jet-menu-mobile-container-border-switch\";s:5:\"false\";s:38:\"jet-menu-mobile-container-border-style\";s:0:\"\";s:38:\"jet-menu-mobile-container-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-mobile-container-border-color\";s:0:\"\";s:43:\"jet-menu-mobile-container-box-shadow-switch\";s:5:\"false\";s:42:\"jet-menu-mobile-container-box-shadow-inset\";s:5:\"false\";s:42:\"jet-menu-mobile-container-box-shadow-color\";s:0:\"\";s:38:\"jet-menu-mobile-container-box-shadow-h\";s:0:\"\";s:38:\"jet-menu-mobile-container-box-shadow-v\";s:0:\"\";s:41:\"jet-menu-mobile-container-box-shadow-blur\";s:0:\"\";s:43:\"jet-menu-mobile-container-box-shadow-spread\";s:0:\"\";s:33:\"jet-menu-mobile-container-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:39:\"jet-menu-mobile-container-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:24:\"jet-menu-mobile-cover-bg\";s:0:\"\";s:36:\"jet-menu-mobile-container-close-icon\";s:8:\"fa-times\";s:35:\"jet-menu-mobile-container-back-icon\";s:13:\"fa-angle-left\";s:37:\"jet-menu-mobile-container-close-color\";s:0:\"\";s:41:\"jet-menu-mobile-container-back-text-color\";s:0:\"\";s:36:\"jet-menu-mobile-container-close-size\";s:0:\"\";s:28:\"jet-mobile-items-label-color\";s:0:\"\";s:35:\"jet-mobile-items-label-color-active\";s:0:\"\";s:29:\"jet-mobile-items-label-switch\";s:5:\"false\";s:34:\"jet-mobile-items-label-font-family\";s:0:\"\";s:29:\"jet-mobile-items-label-subset\";s:0:\"\";s:32:\"jet-mobile-items-label-font-size\";s:0:\"\";s:34:\"jet-mobile-items-label-line-height\";s:0:\"\";s:34:\"jet-mobile-items-label-font-weight\";s:0:\"\";s:37:\"jet-mobile-items-label-text-transform\";s:0:\"\";s:33:\"jet-mobile-items-label-font-style\";s:0:\"\";s:37:\"jet-mobile-items-label-letter-spacing\";s:0:\"\";s:28:\"jet-mobile-items-desc-enable\";s:5:\"false\";s:27:\"jet-mobile-items-desc-color\";s:0:\"\";s:34:\"jet-mobile-items-desc-color-active\";s:0:\"\";s:28:\"jet-mobile-items-desc-switch\";s:5:\"false\";s:33:\"jet-mobile-items-desc-font-family\";s:0:\"\";s:28:\"jet-mobile-items-desc-subset\";s:0:\"\";s:31:\"jet-mobile-items-desc-font-size\";s:0:\"\";s:33:\"jet-mobile-items-desc-line-height\";s:0:\"\";s:33:\"jet-mobile-items-desc-font-weight\";s:0:\"\";s:36:\"jet-mobile-items-desc-text-transform\";s:0:\"\";s:32:\"jet-mobile-items-desc-font-style\";s:0:\"\";s:36:\"jet-mobile-items-desc-letter-spacing\";s:0:\"\";s:32:\"jet-mobile-items-divider-enabled\";s:5:\"false\";s:30:\"jet-mobile-items-divider-color\";s:0:\"\";s:30:\"jet-mobile-items-divider-width\";s:1:\"1\";s:29:\"jet-mobile-items-icon-enabled\";s:4:\"true\";s:27:\"jet-mobile-items-icon-color\";s:0:\"\";s:26:\"jet-mobile-items-icon-size\";s:0:\"\";s:34:\"jet-mobile-items-icon-ver-position\";s:6:\"center\";s:28:\"jet-mobile-items-icon-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-mobile-items-badge-enabled\";s:4:\"true\";s:28:\"jet-mobile-items-badge-color\";s:0:\"\";s:29:\"jet-mobile-items-badge-switch\";s:5:\"false\";s:34:\"jet-mobile-items-badge-font-family\";s:0:\"\";s:29:\"jet-mobile-items-badge-subset\";s:0:\"\";s:32:\"jet-mobile-items-badge-font-size\";s:0:\"\";s:34:\"jet-mobile-items-badge-line-height\";s:0:\"\";s:34:\"jet-mobile-items-badge-font-weight\";s:0:\"\";s:37:\"jet-mobile-items-badge-text-transform\";s:0:\"\";s:33:\"jet-mobile-items-badge-font-style\";s:0:\"\";s:37:\"jet-mobile-items-badge-letter-spacing\";s:0:\"\";s:31:\"jet-mobile-items-badge-bg-color\";s:0:\"\";s:35:\"jet-mobile-items-badge-ver-position\";s:3:\"top\";s:30:\"jet-mobile-items-badge-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:36:\"jet-mobile-items-badge-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-mobile-items-dropdown-color\";s:0:\"\";s:30:\"jet-mobile-items-dropdown-size\";s:0:\"\";s:23:\"jet-mobile-loader-color\";s:7:\"#3a3a3a\";s:24:\"jet-menu-show-for-device\";s:4:\"both\";s:26:\"jet-menu-mega-ajax-loading\";s:5:\"false\";s:25:\"jet-menu-mouseleave-delay\";s:3:\"500\";s:24:\"jet-mega-menu-width-type\";s:9:\"container\";s:33:\"jet-mega-menu-selector-width-type\";s:0:\"\";s:22:\"jet-menu-open-sub-type\";s:5:\"hover\";s:28:\"jet-menu-container-alignment\";s:8:\"flex-end\";s:18:\"jet-menu-min-width\";s:1:\"0\";s:25:\"jet-menu-container-switch\";s:5:\"false\";s:24:\"jet-menu-container-color\";s:7:\"#ffffff\";s:34:\"jet-menu-container-gradient-switch\";s:5:\"false\";s:31:\"jet-menu-container-second-color\";s:0:\"\";s:28:\"jet-menu-container-direction\";s:5:\"right\";s:24:\"jet-menu-container-image\";s:0:\"\";s:27:\"jet-menu-container-position\";s:0:\"\";s:29:\"jet-menu-container-attachment\";s:0:\"\";s:25:\"jet-menu-container-repeat\";s:0:\"\";s:23:\"jet-menu-container-size\";s:0:\"\";s:32:\"jet-menu-container-border-switch\";s:5:\"false\";s:31:\"jet-menu-container-border-style\";s:0:\"\";s:31:\"jet-menu-container-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-container-border-color\";s:0:\"\";s:36:\"jet-menu-container-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-container-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-container-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-container-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-container-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-container-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-container-box-shadow-spread\";s:0:\"\";s:27:\"jet-menu-mega-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:29:\"jet-menu-inherit-first-radius\";s:5:\"false\";s:28:\"jet-menu-inherit-last-radius\";s:5:\"false\";s:31:\"jet-menu-sub-panel-width-simple\";s:3:\"200\";s:32:\"jet-menu-sub-panel-simple-switch\";s:5:\"false\";s:31:\"jet-menu-sub-panel-simple-color\";s:7:\"#ffffff\";s:41:\"jet-menu-sub-panel-simple-gradient-switch\";s:5:\"false\";s:38:\"jet-menu-sub-panel-simple-second-color\";s:0:\"\";s:35:\"jet-menu-sub-panel-simple-direction\";s:5:\"right\";s:31:\"jet-menu-sub-panel-simple-image\";s:0:\"\";s:34:\"jet-menu-sub-panel-simple-position\";s:0:\"\";s:36:\"jet-menu-sub-panel-simple-attachment\";s:0:\"\";s:32:\"jet-menu-sub-panel-simple-repeat\";s:0:\"\";s:30:\"jet-menu-sub-panel-simple-size\";s:0:\"\";s:39:\"jet-menu-sub-panel-simple-border-switch\";s:5:\"false\";s:38:\"jet-menu-sub-panel-simple-border-style\";s:0:\"\";s:38:\"jet-menu-sub-panel-simple-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-sub-panel-simple-border-color\";s:0:\"\";s:43:\"jet-menu-sub-panel-simple-box-shadow-switch\";s:5:\"false\";s:42:\"jet-menu-sub-panel-simple-box-shadow-inset\";s:5:\"false\";s:42:\"jet-menu-sub-panel-simple-box-shadow-color\";s:0:\"\";s:38:\"jet-menu-sub-panel-simple-box-shadow-h\";s:0:\"\";s:38:\"jet-menu-sub-panel-simple-box-shadow-v\";s:0:\"\";s:41:\"jet-menu-sub-panel-simple-box-shadow-blur\";s:0:\"\";s:43:\"jet-menu-sub-panel-simple-box-shadow-spread\";s:0:\"\";s:39:\"jet-menu-sub-panel-border-radius-simple\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:33:\"jet-menu-sub-panel-padding-simple\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-sub-panel-margin-simple\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-panel-mega-switch\";s:5:\"false\";s:29:\"jet-menu-sub-panel-mega-color\";s:7:\"#ffffff\";s:39:\"jet-menu-sub-panel-mega-gradient-switch\";s:5:\"false\";s:36:\"jet-menu-sub-panel-mega-second-color\";s:0:\"\";s:33:\"jet-menu-sub-panel-mega-direction\";s:5:\"right\";s:29:\"jet-menu-sub-panel-mega-image\";s:0:\"\";s:32:\"jet-menu-sub-panel-mega-position\";s:0:\"\";s:34:\"jet-menu-sub-panel-mega-attachment\";s:0:\"\";s:30:\"jet-menu-sub-panel-mega-repeat\";s:0:\"\";s:28:\"jet-menu-sub-panel-mega-size\";s:0:\"\";s:37:\"jet-menu-sub-panel-mega-border-switch\";s:5:\"false\";s:36:\"jet-menu-sub-panel-mega-border-style\";s:0:\"\";s:36:\"jet-menu-sub-panel-mega-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:36:\"jet-menu-sub-panel-mega-border-color\";s:0:\"\";s:41:\"jet-menu-sub-panel-mega-box-shadow-switch\";s:5:\"false\";s:40:\"jet-menu-sub-panel-mega-box-shadow-inset\";s:5:\"false\";s:40:\"jet-menu-sub-panel-mega-box-shadow-color\";s:0:\"\";s:36:\"jet-menu-sub-panel-mega-box-shadow-h\";s:0:\"\";s:36:\"jet-menu-sub-panel-mega-box-shadow-v\";s:0:\"\";s:39:\"jet-menu-sub-panel-mega-box-shadow-blur\";s:0:\"\";s:41:\"jet-menu-sub-panel-mega-box-shadow-spread\";s:0:\"\";s:37:\"jet-menu-sub-panel-border-radius-mega\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-panel-padding-mega\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-panel-margin-mega\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:23:\"jet-menu-item-max-width\";s:0:\"\";s:19:\"jet-top-menu-switch\";s:5:\"false\";s:24:\"jet-top-menu-font-family\";s:0:\"\";s:19:\"jet-top-menu-subset\";s:0:\"\";s:22:\"jet-top-menu-font-size\";s:0:\"\";s:24:\"jet-top-menu-line-height\";s:0:\"\";s:24:\"jet-top-menu-font-weight\";s:0:\"\";s:27:\"jet-top-menu-text-transform\";s:0:\"\";s:23:\"jet-top-menu-font-style\";s:0:\"\";s:27:\"jet-top-menu-letter-spacing\";s:0:\"\";s:22:\"jet-show-top-menu-desc\";s:5:\"false\";s:24:\"jet-top-menu-desc-switch\";s:5:\"false\";s:29:\"jet-top-menu-desc-font-family\";s:0:\"\";s:24:\"jet-top-menu-desc-subset\";s:0:\"\";s:27:\"jet-top-menu-desc-font-size\";s:0:\"\";s:29:\"jet-top-menu-desc-line-height\";s:0:\"\";s:29:\"jet-top-menu-desc-font-weight\";s:0:\"\";s:32:\"jet-top-menu-desc-text-transform\";s:0:\"\";s:28:\"jet-top-menu-desc-font-style\";s:0:\"\";s:32:\"jet-top-menu-desc-letter-spacing\";s:0:\"\";s:24:\"jet-menu-item-text-color\";s:0:\"\";s:24:\"jet-menu-item-desc-color\";s:0:\"\";s:23:\"jet-menu-top-icon-color\";s:0:\"\";s:24:\"jet-menu-top-arrow-color\";s:0:\"\";s:20:\"jet-menu-item-switch\";s:5:\"false\";s:19:\"jet-menu-item-color\";s:7:\"#ffffff\";s:29:\"jet-menu-item-gradient-switch\";s:5:\"false\";s:26:\"jet-menu-item-second-color\";s:0:\"\";s:23:\"jet-menu-item-direction\";s:5:\"right\";s:19:\"jet-menu-item-image\";s:0:\"\";s:22:\"jet-menu-item-position\";s:0:\"\";s:24:\"jet-menu-item-attachment\";s:0:\"\";s:20:\"jet-menu-item-repeat\";s:0:\"\";s:18:\"jet-menu-item-size\";s:0:\"\";s:27:\"jet-menu-item-border-switch\";s:5:\"false\";s:26:\"jet-menu-item-border-style\";s:0:\"\";s:26:\"jet-menu-item-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-item-border-color\";s:0:\"\";s:33:\"jet-menu-first-item-border-switch\";s:5:\"false\";s:32:\"jet-menu-first-item-border-style\";s:0:\"\";s:32:\"jet-menu-first-item-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-first-item-border-color\";s:0:\"\";s:32:\"jet-menu-last-item-border-switch\";s:5:\"false\";s:31:\"jet-menu-last-item-border-style\";s:0:\"\";s:31:\"jet-menu-last-item-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-last-item-border-color\";s:0:\"\";s:31:\"jet-menu-item-box-shadow-switch\";s:5:\"false\";s:30:\"jet-menu-item-box-shadow-inset\";s:5:\"false\";s:30:\"jet-menu-item-box-shadow-color\";s:0:\"\";s:26:\"jet-menu-item-box-shadow-h\";s:0:\"\";s:26:\"jet-menu-item-box-shadow-v\";s:0:\"\";s:29:\"jet-menu-item-box-shadow-blur\";s:0:\"\";s:31:\"jet-menu-item-box-shadow-spread\";s:0:\"\";s:27:\"jet-menu-item-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:21:\"jet-menu-item-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:20:\"jet-menu-item-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-item-text-color-hover\";s:0:\"\";s:30:\"jet-menu-item-desc-color-hover\";s:0:\"\";s:29:\"jet-menu-top-icon-color-hover\";s:0:\"\";s:30:\"jet-menu-top-arrow-color-hover\";s:0:\"\";s:26:\"jet-menu-item-hover-switch\";s:5:\"false\";s:25:\"jet-menu-item-hover-color\";s:7:\"#ffffff\";s:35:\"jet-menu-item-hover-gradient-switch\";s:5:\"false\";s:32:\"jet-menu-item-hover-second-color\";s:0:\"\";s:29:\"jet-menu-item-hover-direction\";s:5:\"right\";s:25:\"jet-menu-item-hover-image\";s:0:\"\";s:28:\"jet-menu-item-hover-position\";s:0:\"\";s:30:\"jet-menu-item-hover-attachment\";s:0:\"\";s:26:\"jet-menu-item-hover-repeat\";s:0:\"\";s:24:\"jet-menu-item-hover-size\";s:0:\"\";s:33:\"jet-menu-item-hover-border-switch\";s:5:\"false\";s:32:\"jet-menu-item-hover-border-style\";s:0:\"\";s:32:\"jet-menu-item-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-item-hover-border-color\";s:0:\"\";s:39:\"jet-menu-first-item-hover-border-switch\";s:5:\"false\";s:38:\"jet-menu-first-item-hover-border-style\";s:0:\"\";s:38:\"jet-menu-first-item-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-first-item-hover-border-color\";s:0:\"\";s:38:\"jet-menu-last-item-hover-border-switch\";s:5:\"false\";s:37:\"jet-menu-last-item-hover-border-style\";s:0:\"\";s:37:\"jet-menu-last-item-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:37:\"jet-menu-last-item-hover-border-color\";s:0:\"\";s:37:\"jet-menu-item-hover-box-shadow-switch\";s:5:\"false\";s:36:\"jet-menu-item-hover-box-shadow-inset\";s:5:\"false\";s:36:\"jet-menu-item-hover-box-shadow-color\";s:0:\"\";s:32:\"jet-menu-item-hover-box-shadow-h\";s:0:\"\";s:32:\"jet-menu-item-hover-box-shadow-v\";s:0:\"\";s:35:\"jet-menu-item-hover-box-shadow-blur\";s:0:\"\";s:37:\"jet-menu-item-hover-box-shadow-spread\";s:0:\"\";s:33:\"jet-menu-item-border-radius-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:27:\"jet-menu-item-padding-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-item-margin-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-item-text-color-active\";s:0:\"\";s:31:\"jet-menu-item-desc-color-active\";s:0:\"\";s:30:\"jet-menu-top-icon-color-active\";s:0:\"\";s:31:\"jet-menu-top-arrow-color-active\";s:0:\"\";s:27:\"jet-menu-item-active-switch\";s:5:\"false\";s:26:\"jet-menu-item-active-color\";s:7:\"#ffffff\";s:36:\"jet-menu-item-active-gradient-switch\";s:5:\"false\";s:33:\"jet-menu-item-active-second-color\";s:0:\"\";s:30:\"jet-menu-item-active-direction\";s:5:\"right\";s:26:\"jet-menu-item-active-image\";s:0:\"\";s:29:\"jet-menu-item-active-position\";s:0:\"\";s:31:\"jet-menu-item-active-attachment\";s:0:\"\";s:27:\"jet-menu-item-active-repeat\";s:0:\"\";s:25:\"jet-menu-item-active-size\";s:0:\"\";s:34:\"jet-menu-item-active-border-switch\";s:5:\"false\";s:33:\"jet-menu-item-active-border-style\";s:0:\"\";s:33:\"jet-menu-item-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:33:\"jet-menu-item-active-border-color\";s:0:\"\";s:40:\"jet-menu-first-item-active-border-switch\";s:5:\"false\";s:39:\"jet-menu-first-item-active-border-style\";s:0:\"\";s:39:\"jet-menu-first-item-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:39:\"jet-menu-first-item-active-border-color\";s:0:\"\";s:39:\"jet-menu-last-item-active-border-switch\";s:5:\"false\";s:38:\"jet-menu-last-item-active-border-style\";s:0:\"\";s:38:\"jet-menu-last-item-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-last-item-active-border-color\";s:0:\"\";s:38:\"jet-menu-item-active-box-shadow-switch\";s:5:\"false\";s:37:\"jet-menu-item-active-box-shadow-inset\";s:5:\"false\";s:37:\"jet-menu-item-active-box-shadow-color\";s:0:\"\";s:33:\"jet-menu-item-active-box-shadow-h\";s:0:\"\";s:33:\"jet-menu-item-active-box-shadow-v\";s:0:\"\";s:36:\"jet-menu-item-active-box-shadow-blur\";s:0:\"\";s:38:\"jet-menu-item-active-box-shadow-spread\";s:0:\"\";s:34:\"jet-menu-item-border-radius-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:28:\"jet-menu-item-padding-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:27:\"jet-menu-item-margin-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:19:\"jet-sub-menu-switch\";s:5:\"false\";s:24:\"jet-sub-menu-font-family\";s:0:\"\";s:19:\"jet-sub-menu-subset\";s:0:\"\";s:22:\"jet-sub-menu-font-size\";s:0:\"\";s:24:\"jet-sub-menu-line-height\";s:0:\"\";s:24:\"jet-sub-menu-font-weight\";s:0:\"\";s:27:\"jet-sub-menu-text-transform\";s:0:\"\";s:23:\"jet-sub-menu-font-style\";s:0:\"\";s:27:\"jet-sub-menu-letter-spacing\";s:0:\"\";s:22:\"jet-show-sub-menu-desc\";s:5:\"false\";s:24:\"jet-sub-menu-desc-switch\";s:5:\"false\";s:29:\"jet-sub-menu-desc-font-family\";s:0:\"\";s:24:\"jet-sub-menu-desc-subset\";s:0:\"\";s:27:\"jet-sub-menu-desc-font-size\";s:0:\"\";s:29:\"jet-sub-menu-desc-line-height\";s:0:\"\";s:29:\"jet-sub-menu-desc-font-weight\";s:0:\"\";s:32:\"jet-sub-menu-desc-text-transform\";s:0:\"\";s:28:\"jet-sub-menu-desc-font-style\";s:0:\"\";s:32:\"jet-sub-menu-desc-letter-spacing\";s:0:\"\";s:23:\"jet-menu-sub-text-color\";s:0:\"\";s:23:\"jet-menu-sub-desc-color\";s:0:\"\";s:23:\"jet-menu-sub-icon-color\";s:0:\"\";s:24:\"jet-menu-sub-arrow-color\";s:0:\"\";s:19:\"jet-menu-sub-switch\";s:5:\"false\";s:18:\"jet-menu-sub-color\";s:7:\"#ffffff\";s:28:\"jet-menu-sub-gradient-switch\";s:5:\"false\";s:25:\"jet-menu-sub-second-color\";s:0:\"\";s:22:\"jet-menu-sub-direction\";s:5:\"right\";s:18:\"jet-menu-sub-image\";s:0:\"\";s:21:\"jet-menu-sub-position\";s:0:\"\";s:23:\"jet-menu-sub-attachment\";s:0:\"\";s:19:\"jet-menu-sub-repeat\";s:0:\"\";s:17:\"jet-menu-sub-size\";s:0:\"\";s:26:\"jet-menu-sub-border-switch\";s:5:\"false\";s:25:\"jet-menu-sub-border-style\";s:0:\"\";s:25:\"jet-menu-sub-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-sub-border-color\";s:0:\"\";s:32:\"jet-menu-sub-first-border-switch\";s:5:\"false\";s:31:\"jet-menu-sub-first-border-style\";s:0:\"\";s:31:\"jet-menu-sub-first-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-first-border-color\";s:0:\"\";s:31:\"jet-menu-sub-last-border-switch\";s:5:\"false\";s:30:\"jet-menu-sub-last-border-style\";s:0:\"\";s:30:\"jet-menu-sub-last-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-last-border-color\";s:0:\"\";s:30:\"jet-menu-sub-box-shadow-switch\";s:5:\"false\";s:29:\"jet-menu-sub-box-shadow-inset\";s:5:\"false\";s:29:\"jet-menu-sub-box-shadow-color\";s:0:\"\";s:25:\"jet-menu-sub-box-shadow-h\";s:0:\"\";s:25:\"jet-menu-sub-box-shadow-v\";s:0:\"\";s:28:\"jet-menu-sub-box-shadow-blur\";s:0:\"\";s:30:\"jet-menu-sub-box-shadow-spread\";s:0:\"\";s:26:\"jet-menu-sub-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:20:\"jet-menu-sub-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:19:\"jet-menu-sub-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:29:\"jet-menu-sub-text-color-hover\";s:0:\"\";s:29:\"jet-menu-sub-desc-color-hover\";s:0:\"\";s:29:\"jet-menu-sub-icon-color-hover\";s:0:\"\";s:30:\"jet-menu-sub-arrow-color-hover\";s:0:\"\";s:25:\"jet-menu-sub-hover-switch\";s:5:\"false\";s:24:\"jet-menu-sub-hover-color\";s:7:\"#ffffff\";s:34:\"jet-menu-sub-hover-gradient-switch\";s:5:\"false\";s:31:\"jet-menu-sub-hover-second-color\";s:0:\"\";s:28:\"jet-menu-sub-hover-direction\";s:5:\"right\";s:24:\"jet-menu-sub-hover-image\";s:0:\"\";s:27:\"jet-menu-sub-hover-position\";s:0:\"\";s:29:\"jet-menu-sub-hover-attachment\";s:0:\"\";s:25:\"jet-menu-sub-hover-repeat\";s:0:\"\";s:23:\"jet-menu-sub-hover-size\";s:0:\"\";s:32:\"jet-menu-sub-hover-border-switch\";s:5:\"false\";s:31:\"jet-menu-sub-hover-border-style\";s:0:\"\";s:31:\"jet-menu-sub-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-hover-border-color\";s:0:\"\";s:38:\"jet-menu-sub-first-hover-border-switch\";s:5:\"false\";s:37:\"jet-menu-sub-first-hover-border-style\";s:0:\"\";s:37:\"jet-menu-sub-first-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:37:\"jet-menu-sub-first-hover-border-color\";s:0:\"\";s:37:\"jet-menu-sub-last-hover-border-switch\";s:5:\"false\";s:36:\"jet-menu-sub-last-hover-border-style\";s:0:\"\";s:36:\"jet-menu-sub-last-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:36:\"jet-menu-sub-last-hover-border-color\";s:0:\"\";s:36:\"jet-menu-sub-hover-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-sub-hover-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-sub-hover-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-sub-hover-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-sub-hover-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-sub-hover-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-sub-hover-box-shadow-spread\";s:0:\"\";s:32:\"jet-menu-sub-border-radius-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-sub-padding-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-sub-margin-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-text-color-active\";s:0:\"\";s:30:\"jet-menu-sub-desc-color-active\";s:0:\"\";s:30:\"jet-menu-sub-icon-color-active\";s:0:\"\";s:31:\"jet-menu-sub-arrow-color-active\";s:0:\"\";s:26:\"jet-menu-sub-active-switch\";s:5:\"false\";s:25:\"jet-menu-sub-active-color\";s:7:\"#ffffff\";s:35:\"jet-menu-sub-active-gradient-switch\";s:5:\"false\";s:32:\"jet-menu-sub-active-second-color\";s:0:\"\";s:29:\"jet-menu-sub-active-direction\";s:5:\"right\";s:25:\"jet-menu-sub-active-image\";s:0:\"\";s:28:\"jet-menu-sub-active-position\";s:0:\"\";s:30:\"jet-menu-sub-active-attachment\";s:0:\"\";s:26:\"jet-menu-sub-active-repeat\";s:0:\"\";s:24:\"jet-menu-sub-active-size\";s:0:\"\";s:33:\"jet-menu-sub-active-border-switch\";s:5:\"false\";s:32:\"jet-menu-sub-active-border-style\";s:0:\"\";s:32:\"jet-menu-sub-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-sub-active-border-color\";s:0:\"\";s:39:\"jet-menu-sub-first-active-border-switch\";s:5:\"false\";s:38:\"jet-menu-sub-first-active-border-style\";s:0:\"\";s:38:\"jet-menu-sub-first-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-sub-first-active-border-color\";s:0:\"\";s:38:\"jet-menu-sub-last-active-border-switch\";s:5:\"false\";s:37:\"jet-menu-sub-last-active-border-style\";s:0:\"\";s:37:\"jet-menu-sub-last-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:37:\"jet-menu-sub-last-active-border-color\";s:0:\"\";s:37:\"jet-menu-sub-active-box-shadow-switch\";s:5:\"false\";s:36:\"jet-menu-sub-active-box-shadow-inset\";s:5:\"false\";s:36:\"jet-menu-sub-active-box-shadow-color\";s:0:\"\";s:32:\"jet-menu-sub-active-box-shadow-h\";s:0:\"\";s:32:\"jet-menu-sub-active-box-shadow-v\";s:0:\"\";s:35:\"jet-menu-sub-active-box-shadow-blur\";s:0:\"\";s:37:\"jet-menu-sub-active-box-shadow-spread\";s:0:\"\";s:33:\"jet-menu-sub-border-radius-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:27:\"jet-menu-sub-padding-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-sub-margin-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:22:\"jet-menu-top-icon-size\";s:0:\"\";s:24:\"jet-menu-top-icon-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-top-icon-ver-position\";s:6:\"center\";s:30:\"jet-menu-top-icon-hor-position\";s:0:\"\";s:23:\"jet-menu-top-icon-order\";s:0:\"\";s:22:\"jet-menu-sub-icon-size\";s:0:\"\";s:24:\"jet-menu-sub-icon-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-icon-ver-position\";s:0:\"\";s:30:\"jet-menu-sub-icon-hor-position\";s:0:\"\";s:23:\"jet-menu-sub-icon-order\";s:0:\"\";s:29:\"jet-menu-top-badge-text-color\";s:0:\"\";s:25:\"jet-menu-top-badge-switch\";s:5:\"false\";s:30:\"jet-menu-top-badge-font-family\";s:0:\"\";s:25:\"jet-menu-top-badge-subset\";s:0:\"\";s:28:\"jet-menu-top-badge-font-size\";s:0:\"\";s:30:\"jet-menu-top-badge-line-height\";s:0:\"\";s:30:\"jet-menu-top-badge-font-weight\";s:0:\"\";s:33:\"jet-menu-top-badge-text-transform\";s:0:\"\";s:29:\"jet-menu-top-badge-font-style\";s:0:\"\";s:33:\"jet-menu-top-badge-letter-spacing\";s:0:\"\";s:28:\"jet-menu-top-badge-bg-switch\";s:5:\"false\";s:27:\"jet-menu-top-badge-bg-color\";s:7:\"#ffffff\";s:37:\"jet-menu-top-badge-bg-gradient-switch\";s:5:\"false\";s:34:\"jet-menu-top-badge-bg-second-color\";s:0:\"\";s:31:\"jet-menu-top-badge-bg-direction\";s:5:\"right\";s:27:\"jet-menu-top-badge-bg-image\";s:0:\"\";s:30:\"jet-menu-top-badge-bg-position\";s:0:\"\";s:32:\"jet-menu-top-badge-bg-attachment\";s:0:\"\";s:28:\"jet-menu-top-badge-bg-repeat\";s:0:\"\";s:26:\"jet-menu-top-badge-bg-size\";s:0:\"\";s:32:\"jet-menu-top-badge-border-switch\";s:5:\"false\";s:31:\"jet-menu-top-badge-border-style\";s:0:\"\";s:31:\"jet-menu-top-badge-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-top-badge-border-color\";s:0:\"\";s:36:\"jet-menu-top-badge-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-top-badge-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-top-badge-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-top-badge-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-top-badge-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-top-badge-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-top-badge-box-shadow-spread\";s:0:\"\";s:32:\"jet-menu-top-badge-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-top-badge-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-top-badge-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-top-badge-ver-position\";s:0:\"\";s:31:\"jet-menu-top-badge-hor-position\";s:0:\"\";s:24:\"jet-menu-top-badge-order\";s:0:\"\";s:23:\"jet-menu-top-badge-hide\";s:5:\"false\";s:29:\"jet-menu-sub-badge-text-color\";s:0:\"\";s:25:\"jet-menu-sub-badge-switch\";s:5:\"false\";s:30:\"jet-menu-sub-badge-font-family\";s:0:\"\";s:25:\"jet-menu-sub-badge-subset\";s:0:\"\";s:28:\"jet-menu-sub-badge-font-size\";s:0:\"\";s:30:\"jet-menu-sub-badge-line-height\";s:0:\"\";s:30:\"jet-menu-sub-badge-font-weight\";s:0:\"\";s:33:\"jet-menu-sub-badge-text-transform\";s:0:\"\";s:29:\"jet-menu-sub-badge-font-style\";s:0:\"\";s:33:\"jet-menu-sub-badge-letter-spacing\";s:0:\"\";s:28:\"jet-menu-sub-badge-bg-switch\";s:5:\"false\";s:27:\"jet-menu-sub-badge-bg-color\";s:7:\"#ffffff\";s:37:\"jet-menu-sub-badge-bg-gradient-switch\";s:5:\"false\";s:34:\"jet-menu-sub-badge-bg-second-color\";s:0:\"\";s:31:\"jet-menu-sub-badge-bg-direction\";s:5:\"right\";s:27:\"jet-menu-sub-badge-bg-image\";s:0:\"\";s:30:\"jet-menu-sub-badge-bg-position\";s:0:\"\";s:32:\"jet-menu-sub-badge-bg-attachment\";s:0:\"\";s:28:\"jet-menu-sub-badge-bg-repeat\";s:0:\"\";s:26:\"jet-menu-sub-badge-bg-size\";s:0:\"\";s:32:\"jet-menu-sub-badge-border-switch\";s:5:\"false\";s:31:\"jet-menu-sub-badge-border-style\";s:0:\"\";s:31:\"jet-menu-sub-badge-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-badge-border-color\";s:0:\"\";s:36:\"jet-menu-sub-badge-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-sub-badge-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-sub-badge-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-sub-badge-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-sub-badge-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-sub-badge-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-sub-badge-box-shadow-spread\";s:0:\"\";s:32:\"jet-menu-sub-badge-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-sub-badge-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-sub-badge-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-badge-ver-position\";s:0:\"\";s:31:\"jet-menu-sub-badge-hor-position\";s:0:\"\";s:24:\"jet-menu-sub-badge-order\";s:0:\"\";s:23:\"jet-menu-sub-badge-hide\";s:5:\"false\";s:23:\"jet-menu-top-arrow-type\";s:4:\"icon\";s:18:\"jet-menu-top-arrow\";s:13:\"fa-angle-down\";s:22:\"jet-menu-top-arrow-svg\";s:0:\"\";s:23:\"jet-menu-top-arrow-size\";s:0:\"\";s:25:\"jet-menu-top-arrow-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-top-arrow-ver-position\";s:0:\"\";s:31:\"jet-menu-top-arrow-hor-position\";s:0:\"\";s:24:\"jet-menu-top-arrow-order\";s:0:\"\";s:23:\"jet-menu-sub-arrow-type\";s:4:\"icon\";s:18:\"jet-menu-sub-arrow\";s:14:\"fa-angle-right\";s:22:\"jet-menu-sub-arrow-svg\";s:0:\"\";s:23:\"jet-menu-sub-arrow-size\";s:0:\"\";s:25:\"jet-menu-sub-arrow-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-arrow-ver-position\";s:0:\"\";s:31:\"jet-menu-sub-arrow-hor-position\";s:0:\"\";s:24:\"jet-menu-sub-arrow-order\";s:0:\"\";}','yes'),(310,'elementor_cpt_support','a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:8:\"jet-menu\";i:3;s:8:\"jet-menu\";}','yes'),(311,'elementor_css_print_method','internal','yes'),(312,'elementor_global_image_lightbox','yes','yes'),(313,'kava-extra-settings','a:1:{s:19:\"nucleo-mini-package\";s:4:\"true\";}','yes'),(314,'jet-elements-settings','a:1:{s:7:\"api_key\";s:39:\"AIzaSyDlhgz2x94h0UZb7kZXOBjwAtszoCRtDLM\";}','yes'),(315,'widget_recent-posts','a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(316,'widget_recent-comments','a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(317,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-1\";i:1;s:14:\"recent-posts-1\";i:2;s:17:\"recent-comments-1\";i:3;s:10:\"archives-1\";i:4;s:12:\"categories-1\";i:5;s:6:\"meta-1\";}}','yes'),(321,'category_children','a:0:{}','yes'),(323,'elementor_log','a:2:{s:32:\"655d2c5a5b8dc28c1c7fcb749c3b9137\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:133:\"\\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\local.php\";s:7:\"\0*\0line\";i:1053;s:7:\"\0*\0date\";s:19:\"2022-06-01 16:40:06\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1033:\"Uncaught TypeError: Argument 2 passed to Elementor\\TemplateLibrary\\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\class-wp-hook.php on line 294 and defined in \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\local.php:1053\nStack trace:\n#0 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\class-wp-hook.php(294): Elementor\\TemplateLibrary\\Source_Local->on_save_post()\n#1 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\class-wp-hook.php(316): WP_Hook->apply_filters()\n#2 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\plugin.php(484): WP_Hook->do_action()\n#3 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\post.php(4384): do_action()\n#4 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\jet-data-importer\\inclu\";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:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-01 16:40:06\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught TypeError: Argument 2 passed to Elementor\\TemplateLibrary\\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\class-wp-hook.php on line 294 and defined in \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\local.php:1053\nStack trace:\n#0 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\class-wp-hook.php(294): Elementor\\TemplateLibrary\\Source_Local->on_save_post()\n#1 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\class-wp-hook.php(316): WP_Hook->apply_filters()\n#2 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\plugin.php(484): WP_Hook->do_action()\n#3 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-includes\\post.php(4384): do_action()\n#4 \\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\jet-data-importer\\inclu\";s:4:\"file\";s:133:\"\\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\elementor\\includes\\template-library\\sources\\local.php\";s:4:\"line\";i:1053;s:5:\"trace\";b:1;}}s:32:\"de37ef35317ebd119cfa952311f9f251\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:123:\"\\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\elementor\\modules\\dev-tools\\deprecation.php\";s:7:\"\0*\0line\";i:301;s:7:\"\0*\0date\";s:19:\"2022-06-01 16:40:50\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";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:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-01 16:40:50\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:123:\"\\\\WDP\\DFS\\45\\5\\2\\2\\4588819225\\user\\sites\\788172.site\\www\\new\\wp-content\\plugins\\elementor\\modules\\dev-tools\\deprecation.php\";s:4:\"line\";i:301;s:5:\"trace\";b:1;}}}','no'),(325,'_transient_timeout_cx_google_fonts_url_kava','1654720832','no'),(326,'_transient_cx_google_fonts_url_kava','//fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C500%2C700%2C900&subset=latin','no'),(327,'_transient_timeout_df2364a4ed2a58934ae2f11280d37ed6','1654720842','no'),(328,'_transient_df2364a4ed2a58934ae2f11280d37ed6','a:10:{s:80:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/apple-maps-esque.json\";s:16:\"Apple Maps-esque\";s:76:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/blue-essence.json\";s:12:\"Blue Essence\";s:74:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/blue-water.json\";s:10:\"Blue Water\";s:75:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/light-dream.json\";s:11:\"Light Dream\";s:73:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/pale-dawn.json\";s:9:\"Pale Dawn\";s:69:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/paper.json\";s:5:\"Paper\";s:78:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/shades-of-grey.json\";s:14:\"Shades of Grey\";s:80:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/subtle-grayscale.json\";s:16:\"Subtle Grayscale\";s:75:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/ultra-light.json\";s:11:\"Ultra Light\";s:66:\"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/wy.json\";s:2:\"WY\";}','no'),(329,'_elementor_global_css','a:7:{s:4:\"time\";i:1654116043;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;b:0;s:3:\"css\";s:62592:\".elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,\n .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-auth-links .jet-auth-links__login .jet-auth-links__item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-accent );}.elementor-widget-jet-auth-links .jet-auth-links__login .jet-auth-links__prefix{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-auth-links .jet-auth-links__logout .jet-auth-links__item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-accent );}.elementor-widget-jet-auth-links .jet-auth-links__logout .jet-auth-links__prefix{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-auth-links .jet-auth-links__register .jet-auth-links__item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-accent );}.elementor-widget-jet-auth-links .jet-auth-links__register .jet-auth-links__prefix{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-auth-links .jet-auth-links__registered .jet-auth-links__item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-accent );}.elementor-widget-jet-auth-links .jet-auth-links__registered .jet-auth-links__prefix{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-hamburger-panel .jet-hamburger-panel__toggle{background-color:var( --e-global-color-primary );}.elementor-widget-jet-hamburger-panel .jet-hamburger-panel__toggle:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-hamburger-panel .jet-hamburger-panel__toggle-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-hamburger-panel .jet-hamburger-panel__toggle:hover .jet-hamburger-panel__toggle-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-logo .jet-logo__text{color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-posts-navigation .nav-links .nav-previous a{background-color:var( --e-global-color-accent );}.elementor-widget-jet-blog-posts-navigation .nav-links .nav-next a{background-color:var( --e-global-color-accent );}.elementor-widget-jet-blog-posts-navigation .nav-links .nav-previous a, .elementor-widget-jet-blog-posts-navigation .nav-links .nav-next a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-posts-pagination .navigation.pagination .nav-links a.page-numbers{background-color:var( --e-global-color-accent );}.elementor-widget-jet-blog-posts-pagination .navigation.pagination .nav-links span.page-numbers.current{background-color:var( --e-global-color-text );}.elementor-widget-jet-blog-posts-pagination .navigation.pagination .nav-links .page-numbers{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__filter > .jet-smart-listing__filter-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__filter-hidden-items a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .post-title-featured, .elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__featured-box-link{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .post-excerpt-featured, .elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured a .post-excerpt-featured{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__meta{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__more{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__more{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__more:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__terms-link{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__terms-link{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__featured .jet-smart-listing__terms-link:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .post-title-simple a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .post-excerpt-simple{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__meta{color:var( --e-global-color-text );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__meta a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__more{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__more{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__more:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__terms-link{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__terms-link{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__post .jet-smart-listing__terms-link:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-smart-listing__arrow:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-listing .jet-title-fields__item-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-listing .jet-content-fields__item-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-tiles .layout-2-1-2 > div:nth-child( 3 ) .jet-smart-tiles__box-title, .elementor-widget-jet-blog-smart-tiles .layout-1-1-2-h > div:nth-child( 1 ) .jet-smart-tiles__box-title, .elementor-widget-jet-blog-smart-tiles .layout-1-1-2-v > div:nth-child( 1 ) .jet-smart-tiles__box-title, .elementor-widget-jet-blog-smart-tiles .layout-1-2 > div:nth-child( 1 ) .jet-smart-tiles__box-title, .elementor-widget-jet-blog-smart-tiles .layout-1-2-2 > div:nth-child( 1 ) .jet-smart-tiles__box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__box-excerpt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__meta{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-tiles .jet-blog-arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-tiles .jet-blog-arrow:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-smart-tiles .jet-title-fields__item-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-smart-tiles .jet-content-fields__item-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-text-ticker .jet-text-ticker__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-text-ticker .jet-text-ticker__date{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-text-ticker .jet-text-ticker__post-author{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-text-ticker .jet-text-ticker__post-date{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-text-ticker .jet-text-ticker__item-typed{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-text-ticker .jet-blog-arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-text-ticker .jet-blog-arrow:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__canvas{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__items{background-color:var( --e-global-color-text );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__heading{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__counter{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__item-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__item-duration{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-blog-video-playlist .jet-blog-playlist__item-index{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title, .elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title a, .elementor-widget-jet-carousel .jet-banner__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text, .elementor-widget-jet-carousel .jet-banner__text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text{color:var( --e-global-color-text );}.elementor-widget-jet-carousel .jet-banner__text{color:var( --e-global-color-text );}.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-carousel .jet-carousel .jet-arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-carousel .jet-carousel .jet-arrow:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li span{background-color:var( --e-global-color-text );}.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li span:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li.slick-active span{background-color:var( --e-global-color-accent );}.elementor-widget-jet-carousel .jet-carousel__fraction-navigation span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-map .jet-map-pin__link{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__front{background-color:var( --e-global-color-primary );}.elementor-widget-jet-animated-box .jet-animated-box__back{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-animated-box .jet-animated-box__title--front{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__title--back{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__subtitle--front{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__subtitle--back{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__description--front{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__description--back{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-animated-box .jet-animated-box__button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-animated-box .jet-animated-box__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-animated-text .jet-animated-text__before-text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-animated-text .jet-animated-text__animated-text{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-jet-animated-text .jet-animated-text__animated-text-item:after{background-color:var( --e-global-color-primary );}.elementor-widget-jet-animated-text .jet-animated-text__after-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-banner .jet-banner__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-banner .jet-banner__text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-brands .brands-list .brands-list__item-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-brands .brands-list .brands-list__item-desc{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-button .jet-button__plane-normal{background-color:var( --e-global-color-primary );}.elementor-widget-jet-button .jet-button__plane-hover{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-button .jet-button__state-normal .jet-button__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-button .jet-button__state-hover .jet-button__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-circle-progress .circle-counter .circle-val{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-circle-progress .circle-counter .circle-counter__title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-circle-progress .circle-counter .circle-counter__subtitle{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-jet-countdown-timer .jet-countdown-timer__item{border-color:var( --e-global-color-text );}.elementor-widget-jet-countdown-timer .jet-countdown-timer__item-label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-countdown-timer .jet-countdown-timer__item-value{color:var( --e-global-color-primary );}.elementor-widget-jet-countdown-timer .jet-countdown-timer__digit{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-download-button .jet-download__label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-download-button .jet-download__sub-label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-download-button .jet-download:hover .jet-download__label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-download-button .jet-download:hover .jet-download__sub-label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-dropbar .jet-dropbar__button-text{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-dropbar .jet-dropbar__content{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-headline .jet-headline__first .jet-headline__label{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-headline .jet-headline__second .jet-headline__label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-jet-horizontal-timeline .jet-hor-timeline-item__card-btn{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-jet-image-comparison .jx-left .jx-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-image-comparison .jx-left .jx-label{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-image-comparison .jx-right .jx-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-image-comparison .jx-right .jx-label{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-image-comparison .jx-slider .jx-controller{background-color:var( --e-global-color-primary );}.elementor-widget-jet-image-comparison .jx-slider:hover .jx-controller{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-image-comparison .jet-arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-image-comparison .jet-arrow:hover{background-color:var( --e-global-color-accent );}.elementor-widget-jet-image-comparison .jet-slick-dots li span{background-color:var( --e-global-color-text );}.elementor-widget-jet-image-comparison .jet-slick-dots li span:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-image-comparison .jet-slick-dots li.slick-active span{background-color:var( --e-global-color-accent );}.elementor-widget-jet-images-layout .jet-images-layout__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-images-layout .jet-images-layout__desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__content:before{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__meta-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__filter-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__filter-item:hover{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__filter-item.active{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__category{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-portfolio .jet-portfolio__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-portfolio .jet-portfolio__view-more-button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-portfolio .jet-portfolio__view-more-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-posts .jet-posts .entry-title a{color:var( --e-global-color-secondary );}.elementor-widget-jet-posts .jet-posts .entry-title a:hover{color:var( --e-global-color-secondary );}.elementor-widget-jet-posts .jet-posts .entry-title, .elementor-widget-jet-posts .jet-posts .entry-title a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-posts .jet-posts .post-meta{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-posts .jet-posts .entry-excerpt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-posts .jet-posts .jet-more{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-posts .jet-more{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-posts .jet-posts .jet-more:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-posts .jet-arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-posts .jet-arrow:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span{background-color:var( --e-global-color-text );}.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li.slick-active span{background-color:var( --e-global-color-accent );}.elementor-widget-jet-posts .jet-title-fields__item-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-posts .jet-content-fields__item-label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-price-list .jet-price-list .price-list__item-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-price-list .jet-price-list .price-list__item-price{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-price-list .jet-price-list .price-list__item-desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-table{border-color:var( --e-global-color-text );}.elementor-widget-jet-pricing-table .pricing-table__title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-table__subtitle{color:var( --e-global-color-secondary );}.elementor-widget-jet-pricing-table .pricing-table__subtitle{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-table__icon-box > *{color:var( --e-global-color-primary );}.elementor-widget-jet-pricing-table .pricing-table__icon-box > * svg{fill:var( --e-global-color-primary );}.elementor-widget-jet-pricing-table .pricing-table__price-prefix{color:var( --e-global-color-primary );}.elementor-widget-jet-pricing-table .pricing-table__price-prefix{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-pricing-table .pricing-table__price-val{color:var( --e-global-color-primary );}.elementor-widget-jet-pricing-table .pricing-table__price-val{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-pricing-table .pricing-table__price-suffix{color:var( --e-global-color-primary );}.elementor-widget-jet-pricing-table .pricing-table__price-suffix{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-table__price-desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-feature{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-feature.item-included{color:var( --e-global-color-secondary );}.elementor-widget-jet-pricing-table .pricing-feature.item-included .item-bullet{color:var( --e-global-color-accent );}.elementor-widget-jet-pricing-table .pricing-feature.item-excluded{color:var( --e-global-color-text );}.elementor-widget-jet-pricing-table .pricing-feature.item-excluded .item-bullet{color:var( --e-global-color-text );}.elementor-widget-jet-pricing-table .pricing-feature:before{border-top-color:var( --e-global-color-text );}.elementor-widget-jet-pricing-table .pricing-table__action{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-pricing-table .pricing-table__action .pricing-table-button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-pricing-table .pricing-table__action .pricing-table-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-pricing-table .pricing-table .tippy-box{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-progress-bar .jet-progress-bar__title-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-progress-bar .jet-progress-bar__percent{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item .jet-scroll-navigation__dot{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item.invert .jet-scroll-navigation__dot{background-color:var( --e-global-color-text );}.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item:hover .jet-scroll-navigation__dot{background-color:var( --e-global-color-accent );}.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item.active .jet-scroll-navigation__dot{background-color:var( --e-global-color-primary );}.elementor-widget-jet-services .jet-services__title-text{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-jet-services .jet-services__desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-services .jet-services__button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-services .jet-services__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-slider .jet-slider .slider-pro .jet-slider__item{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-slider .jet-slider .sp-image-container:after{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-slider .jet-slider__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-slider .jet-slider__subtitle{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-slider .jet-slider__desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-slider .jet-slider__button--primary{background-color:var( --e-global-color-primary );}.elementor-widget-jet-slider .jet-slider__button--primary{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-slider .jet-slider__button--secondary{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-slider .jet-slider__button--secondary{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-slider .jet-slider .sp-buttons .sp-button:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-slider .jet-slider .sp-buttons .sp-button.sp-selected-button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container:before{border-color:var( --e-global-color-primary );}.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container:hover:before{border-color:var( --e-global-color-secondary );}.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container.sp-selected-thumbnail:before{border-color:var( --e-global-color-primary );}.elementor-widget-jet-slider .jet-slider__fraction-pagination span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-subscribe-form .jet-subscribe-form__input{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-subscribe-form .jet-subscribe-form__input:focus{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-subscribe-form .jet-subscribe-form__input.mail-invalid{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit{background-color:var( --e-global-color-primary );}.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-subscribe-form .jet-subscribe-form--response-success .jet-subscribe-form__message span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-subscribe-form .jet-subscribe-form--response-error .jet-subscribe-form__message span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-team-member .jet-team-member__name .jet-team-member__name-first{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-team-member .jet-team-member__name .jet-team-member__name-last{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-team-member .jet-team-member__position{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-team-member .jet-team-member__desc{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-team-member .jet-team-member__button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-team-member .jet-team-member__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-testimonials .jet-testimonials__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-testimonials .jet-testimonials__comment{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );background-color:var( --e-global-color-primary );}.elementor-widget-jet-testimonials .jet-testimonials__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-testimonials .jet-testimonials__name a:hover{color:var( --e-global-color-secondary );}.elementor-widget-jet-testimonials .jet-testimonials__position{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-testimonials .jet-testimonials__date{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-arrow{background-color:var( --e-global-color-primary );}.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-arrow:hover{background-color:var( --e-global-color-accent );}.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li span{background-color:var( --e-global-color-text );}.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li span:hover{background-color:var( --e-global-color-primary );}.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li.slick-active span{background-color:var( --e-global-color-accent );}.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__meta-content{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__card-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__card-desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-timeline .timeline-item__card-btn{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-jet-timeline .timeline-item__point-content.timeline-item__point-content--text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a{background-color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a .jet-custom-item-label.top-level-label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a .jet-custom-item-desc.top-level-desc{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub .jet-custom-nav__item > a{background-color:var( --e-global-color-secondary );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub .jet-custom-nav__item > a .jet-menu-link-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub .jet-custom-nav__item > a .jet-custom-item-desc.sub-level-desc{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a .jet-menu-icon:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub a .jet-menu-icon:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item.hover-state > a .jet-menu-icon:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub .jet-custom-nav__item.hover-state > a .jet-menu-icon:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a .jet-menu-badge .jet-menu-badge__inner{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub a .jet-menu-badge .jet-menu-badge__inner{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a .jet-menu-badge .jet-menu-badge__inner, .elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub a .jet-menu-badge .jet-menu-badge__inner{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > a .jet-dropdown-arrow:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub a .jet-dropdown-arrow:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item.hover-state > a .jet-dropdown-arrow:before{color:var( --e-global-color-text );}.elementor-widget-jet-custom-menu > .elementor-widget-container > div > .jet-custom-nav > .jet-custom-nav__item > .jet-custom-nav__sub .jet-custom-nav__item.hover-state > a .jet-dropdown-arrow:before{color:var( --e-global-color-text );}.elementor-widget-jet-accordion > .elementor-widget-container > .jet-accordion > .jet-accordion__inner > .jet-toggle > .jet-toggle__control .jet-toggle__label-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-accordion > .elementor-widget-container > .jet-accordion > .jet-accordion__inner > .jet-toggle > .jet-toggle__control:hover .jet-toggle__label-text{color:var( --e-global-color-text );}.elementor-widget-jet-accordion > .elementor-widget-container > .jet-accordion > .jet-accordion__inner > .jet-toggle > .jet-toggle__control:hover .jet-toggle__label-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-accordion > .elementor-widget-container > .jet-accordion > .jet-accordion__inner > .jet-toggle.active-toggle > .jet-toggle__control .jet-toggle__label-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-image-accordion .jet-image-accordion__title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-image-accordion .jet-image-accordion__desc{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-jet-image-accordion .jet-image-accordion__button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-image-accordion .jet-image-accordion__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control .jet-tabs__label-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control .jet-tabs__label-icon{color:var( --e-global-color-text );}.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control:hover .jet-tabs__label-text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control:hover .jet-tabs__label-icon{color:var( --e-global-color-secondary );}.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control.active-tab .jet-tabs__label-text{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control.active-tab .jet-tabs__label-icon{color:var( --e-global-color-primary );}.elementor-widget-jet-hotspots .jet-hotspots__item-inner .jet-hotspots__item-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-hotspots .jet-hotspots .tippy-box .tippy-content{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-unfold .jet-unfold__content{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-unfold .jet-unfold-state .jet-unfold__content{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-unfold .jet-unfold__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-jet-unfold .jet-unfold__button{background-color:var( --e-global-color-primary );}.elementor-widget-jet-view-more .jet-view-more__button .jet-view-more__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__icon{color:var( --e-global-color-secondary );}.elementor-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__label{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit{background-color:var( --e-global-color-primary );}.elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit:hover{background-color:var( --e-global-color-primary );}.elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit:focus{background-color:var( --e-global-color-primary );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}\";}','yes'),(330,'_transient_is_multi_author','0','yes'),(331,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:9:{s:9:\"icon-list\";a:2:{s:7:\"content\";s:125:\"<link rel=\"stylesheet\" href=\"http://neuroimagingwp.com/new/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:5:\"3.6.5\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5183:\"<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:5:\"3.6.5\";}s:8:\"jet-logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.5\";}s:13:\"jet-mega-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.5\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:718:\"<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:5:\"3.6.5\";}s:7:\"heading\";a:2:{s:7:\"content\";s:672:\"<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:5:\"3.6.5\";}s:10:\"jet-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.5\";}s:9:\"jet-posts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.5\";}s:12:\"jet-nav-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:5:\"3.6.5\";}}}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1066 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,8004,'_jet_template_type','jet_header'),(2,8004,'_jet_template_conditions','a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_6297ce9da2b0e\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}'),(3,8030,'_jet_template_type','jet_footer'),(4,8030,'_jet_template_conditions','a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_6297cea37e496\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}'),(5,5612,'_wp_attached_file','2017/08/marker.png'),(6,5612,'_wp_attached_file','2017/08/marker.png'),(7,5612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:42;s:6:\"height\";i:56;s:4:\"file\";s:18:\"2017/08/marker.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8,5612,'_wp_attachment_image_alt','marker'),(9,5612,'_wxr_import_user_slug','admin'),(10,6286,'_wp_attached_file','2017/11/about-img1.jpg'),(11,6286,'_wp_attached_file','2017/11/about-img1.jpg'),(12,6286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1022;s:6:\"height\";i:473;s:4:\"file\";s:22:\"2017/11/about-img1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"about-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"about-img1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"about-img1-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"about-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"about-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"about-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"about-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"about-img1-370x171.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"about-img1-512x473.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"about-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"about-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"about-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"about-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"about-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"about-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"about-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"about-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"about-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"about-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"about-img1-770x473.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"about-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"about-img1-420x473.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13,6286,'_wp_attachment_image_alt','about-img1'),(14,6286,'_wxr_import_user_slug','admin'),(15,6328,'_wp_attached_file','2016/11/Depositphotos_10642817_original.jpg'),(16,6328,'_wp_attached_file','2016/11/Depositphotos_10642817_original.jpg'),(17,6328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/11/Depositphotos_10642817_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_10642817_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_10642817_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_10642817_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_10642817_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642817_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"engelstadphotography.com © 2012\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(18,6328,'_wp_attachment_image_alt','Depositphotos_10642817_original'),(19,6328,'_wxr_import_user_slug','admin'),(20,6329,'_wp_attached_file','2016/11/Depositphotos_10642847_original.jpg'),(21,6329,'_wp_attached_file','2016/11/Depositphotos_10642847_original.jpg'),(22,6329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/11/Depositphotos_10642847_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_10642847_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_10642847_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_10642847_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_10642847_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_10642847_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"engelstadphotography.com © 2012\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23,6329,'_wp_attachment_image_alt','Depositphotos_10642847_original'),(24,6329,'_wxr_import_user_slug','admin'),(25,6330,'_wp_attached_file','2016/11/Depositphotos_139922738_original.jpg'),(26,6330,'_wp_attached_file','2016/11/Depositphotos_139922738_original.jpg'),(27,6330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:44:\"2016/11/Depositphotos_139922738_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Depositphotos_139922738_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"Depositphotos_139922738_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"Depositphotos_139922738_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"Depositphotos_139922738_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(28,6330,'_wp_attachment_image_alt','Depositphotos_139922738_original'),(29,6330,'_wxr_import_user_slug','admin'),(30,6331,'_wp_attached_file','2016/11/Depositphotos_155284520_original.jpg'),(31,6331,'_wp_attached_file','2016/11/Depositphotos_155284520_original.jpg'),(32,6331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1219;s:4:\"file\";s:44:\"2016/11/Depositphotos_155284520_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Depositphotos_155284520_original-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"Depositphotos_155284520_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"Depositphotos_155284520_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"Depositphotos_155284520_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"Depositphotos_155284520_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"lev dolgachov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,6331,'_wp_attachment_image_alt','Depositphotos_155284520_original'),(34,6331,'_wxr_import_user_slug','admin'),(35,6368,'_wp_attached_file','2017/11/plaza_time_lapse-2.mov'),(36,6368,'_wp_attachment_metadata','a:12:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:25988473;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:9:\"quicktime\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:5:\"H.264\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7890;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1382197094;}'),(37,6368,'_wxr_import_user_slug','admin'),(38,6371,'_wp_attached_file','2017/11/plaza_time_lapse.mp4'),(39,6371,'_wp_attached_file','2017/11/plaza_time_lapse.mp4'),(40,6371,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:15698122;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:15360;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:-2082844800;}'),(41,6371,'_wxr_import_user_slug','admin'),(42,6373,'_wp_attached_file','2017/11/video-cover.jpg'),(43,6373,'_wp_attached_file','2017/11/video-cover.jpg'),(44,6373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:23:\"2017/11/video-cover.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"video-cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"video-cover-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"video-cover-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"video-cover-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:23:\"video-cover-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:23:\"video-cover-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:23:\"video-cover-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"video-cover-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"video-cover-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:23:\"video-cover-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:21:\"video-cover-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:23:\"video-cover-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:23:\"video-cover-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:23:\"video-cover-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:23:\"video-cover-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:23:\"video-cover-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:23:\"video-cover-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:23:\"video-cover-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:23:\"video-cover-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:23:\"video-cover-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:23:\"video-cover-770x533.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:21:\"video-cover-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:23:\"video-cover-420x533.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45,6373,'_wp_attachment_image_alt','video-cover'),(46,6373,'_wxr_import_user_slug','admin'),(47,6383,'_wp_attached_file','2017/11/certificate-img1.png'),(48,6383,'_wp_attached_file','2017/11/certificate-img1.png'),(49,6383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2017/11/certificate-img1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"certificate-img1-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"certificate-img1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"certificate-img1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"certificate-img1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(50,6383,'_wp_attachment_image_alt','certificate-img1'),(51,6383,'_wxr_import_user_slug','admin'),(52,6384,'_wp_attached_file','2017/11/certificate-img2.png'),(53,6384,'_wp_attached_file','2017/11/certificate-img2.png'),(54,6384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2017/11/certificate-img2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"certificate-img2-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"certificate-img2-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"certificate-img2-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"certificate-img2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(55,6384,'_wp_attachment_image_alt','certificate-img2'),(56,6384,'_wxr_import_user_slug','admin'),(57,6385,'_wp_attached_file','2017/11/certificate-img3.png'),(58,6385,'_wp_attached_file','2017/11/certificate-img3.png'),(59,6385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2017/11/certificate-img3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"certificate-img3-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"certificate-img3-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"certificate-img3-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"certificate-img3-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(60,6385,'_wp_attachment_image_alt','certificate-img3'),(61,6385,'_wxr_import_user_slug','admin'),(62,6386,'_wp_attached_file','2017/11/certificate-img4.png'),(63,6386,'_wp_attached_file','2017/11/certificate-img4.png'),(64,6386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2017/11/certificate-img4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"certificate-img4-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"certificate-img4-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"certificate-img4-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"certificate-img4-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(65,6386,'_wp_attachment_image_alt','certificate-img4'),(66,6386,'_wxr_import_user_slug','admin'),(67,6398,'_wp_attached_file','2016/09/team-1.jpg'),(68,6398,'_wp_attached_file','2016/09/team-1.jpg'),(69,6398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2016/09/team-1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-1-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-1-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-1-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-1-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(70,6398,'_wp_attachment_image_alt','team-1'),(71,6398,'_wxr_import_user_slug','admin'),(72,6399,'_wp_attached_file','2016/09/team-2.jpg'),(73,6399,'_wp_attached_file','2016/09/team-2.jpg'),(74,6399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2016/09/team-2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-2-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-2-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-2-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-2-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-2-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-2-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-2-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-2-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-2-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-2-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-2-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-2-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-2-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-2-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-2-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-2-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,6399,'_wp_attachment_image_alt','team-2'),(76,6399,'_wxr_import_user_slug','admin'),(77,6400,'_wp_attached_file','2016/09/team-3.jpg'),(78,6400,'_wp_attached_file','2016/09/team-3.jpg'),(79,6400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2016/09/team-3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-3-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-3-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-3-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-3-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-3-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-3-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-3-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-3-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-3-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-3-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-3-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-3-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-3-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-3-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-3-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-3-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(80,6400,'_wp_attachment_image_alt','team-3'),(81,6400,'_wxr_import_user_slug','admin'),(82,6401,'_wp_attached_file','2016/09/team-4.jpg'),(83,6401,'_wp_attached_file','2016/09/team-4.jpg'),(84,6401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2016/09/team-4.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-4-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-4-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-4-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-4-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-4-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-4-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-4-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-4-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-4-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-4-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-4-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-4-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-4-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-4-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-4-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-4-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,6401,'_wp_attachment_image_alt','team-4'),(86,6401,'_wxr_import_user_slug','admin'),(87,6407,'_wp_attached_file','2017/11/bg-img.jpg'),(88,6407,'_wp_attached_file','2017/11/bg-img.jpg'),(89,6407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:301;s:4:\"file\";s:18:\"2017/11/bg-img.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-img-150x150.jpg\";s:5:\"width\";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:\"bg-img-300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"bg-img-768x136.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"bg-img-1024x181.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-img-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"bg-img-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"bg-img-770x301.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"bg-img-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"bg-img-1170x301.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"bg-img-370x66.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"bg-img-512x301.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"bg-img-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"bg-img-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"bg-img-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"bg-img-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"bg-img-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"bg-img-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"bg-img-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"bg-img-370x301.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"bg-img-390x301.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"bg-img-425x301.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"bg-img-770x301.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"bg-img-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"bg-img-420x301.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90,6407,'_wp_attachment_image_alt','bg-img'),(91,6407,'_wxr_import_user_slug','admin'),(92,6408,'_wp_attached_file','2017/11/about-img2.png'),(93,6408,'_wp_attached_file','2017/11/about-img2.png'),(94,6408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:98;s:4:\"file\";s:22:\"2017/11/about-img2.png\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"about-img2-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"about-img2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(95,6408,'_wp_attachment_image_alt','about-img2'),(96,6408,'_wxr_import_user_slug','admin'),(97,6442,'_wp_attached_file','2017/11/about-img3.jpg'),(98,6442,'_wp_attached_file','2017/11/about-img3.jpg'),(99,6442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:459;s:4:\"file\";s:22:\"2017/11/about-img3.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"about-img3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"about-img3-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"about-img3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"about-img3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"about-img3-371x260.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"about-img3-370x458.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"about-img3-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"about-img3-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"about-img3-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"about-img3-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"about-img3-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"about-img3-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"about-img3-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"about-img3-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"about-img3-371x380.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"about-img3-371x415.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"about-img3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(100,6442,'_wp_attachment_image_alt','about-img3'),(101,6442,'_wxr_import_user_slug','admin'),(102,6443,'_wp_attached_file','2017/11/about-img4.png'),(103,6443,'_wp_attached_file','2017/11/about-img4.png'),(104,6443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:92;s:4:\"file\";s:22:\"2017/11/about-img4.png\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"about-img4-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"about-img4-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(105,6443,'_wp_attachment_image_alt','about-img4'),(106,6443,'_wxr_import_user_slug','admin'),(107,6449,'_wp_attached_file','2017/11/about-img5.jpg'),(108,6449,'_wp_attached_file','2017/11/about-img5.jpg'),(109,6449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:85;s:4:\"file\";s:22:\"2017/11/about-img5.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"about-img5-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"about-img5-60x85.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(110,6449,'_wp_attachment_image_alt','about-img5'),(111,6449,'_wxr_import_user_slug','admin'),(112,6475,'_wp_attached_file','2016/07/Depositphotos_35850883_original.jpg'),(113,6475,'_wp_attached_file','2016/07/Depositphotos_35850883_original.jpg'),(114,6475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/07/Depositphotos_35850883_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_35850883_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_35850883_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_35850883_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_35850883_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35850883_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,6475,'_wp_attachment_image_alt','Image Title'),(116,6475,'_wxr_import_user_slug','admin'),(117,6476,'_wp_attached_file','2016/07/Depositphotos_39192669_original.jpg'),(118,6476,'_wp_attached_file','2016/07/Depositphotos_39192669_original.jpg'),(119,6476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/07/Depositphotos_39192669_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_39192669_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_39192669_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_39192669_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_39192669_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_39192669_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(120,6476,'_wp_attachment_image_alt','Image Title'),(121,6476,'_wxr_import_user_slug','admin'),(122,6477,'_wp_attached_file','2016/07/Depositphotos_47057633_original.jpg'),(123,6477,'_wp_attached_file','2016/07/Depositphotos_47057633_original.jpg'),(124,6477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/07/Depositphotos_47057633_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_47057633_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_47057633_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_47057633_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_47057633_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_47057633_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,6477,'_wp_attachment_image_alt','Image Title'),(126,6477,'_wxr_import_user_slug','admin'),(127,6478,'_wp_attached_file','2016/07/Depositphotos_48068753_original.jpg'),(128,6478,'_wp_attached_file','2016/07/Depositphotos_48068753_original.jpg'),(129,6478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/07/Depositphotos_48068753_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_48068753_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_48068753_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_48068753_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_48068753_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_48068753_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"Dario Lo Presti\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(130,6478,'_wp_attachment_image_alt','Image Title'),(131,6478,'_wxr_import_user_slug','admin'),(132,6479,'_wp_attached_file','2016/07/Depositphotos_108632504_original.jpg'),(133,6479,'_wp_attached_file','2016/07/Depositphotos_108632504_original.jpg'),(134,6479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:44:\"2016/07/Depositphotos_108632504_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Depositphotos_108632504_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"Depositphotos_108632504_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"Depositphotos_108632504_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"Depositphotos_108632504_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"Depositphotos_108632504_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"lev dolgachov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,6479,'_wp_attachment_image_alt','Image Title'),(136,6479,'_wxr_import_user_slug','admin'),(137,6480,'_wp_attached_file','2016/07/Depositphotos_124978952_original.jpg'),(138,6480,'_wp_attached_file','2016/07/Depositphotos_124978952_original.jpg'),(139,6480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:44:\"2016/07/Depositphotos_124978952_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Depositphotos_124978952_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"Depositphotos_124978952_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"Depositphotos_124978952_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"Depositphotos_124978952_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"Depositphotos_124978952_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(140,6480,'_wp_attachment_image_alt','Image Title'),(141,6480,'_wxr_import_user_slug','admin'),(142,6481,'_wp_attached_file','2016/07/Depositphotos_139922738_original.jpg'),(143,6481,'_wp_attached_file','2016/07/Depositphotos_139922738_original.jpg'),(144,6481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:44:\"2016/07/Depositphotos_139922738_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Depositphotos_139922738_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"Depositphotos_139922738_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"Depositphotos_139922738_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"Depositphotos_139922738_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"Depositphotos_139922738_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,6481,'_wp_attachment_image_alt','Image Title'),(146,6481,'_wxr_import_user_slug','admin'),(147,6482,'_wp_attached_file','2016/07/Depositphotos_14901431_original.jpg'),(148,6482,'_wp_attached_file','2016/07/Depositphotos_14901431_original.jpg'),(149,6482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2016/07/Depositphotos_14901431_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_14901431_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_14901431_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_14901431_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_14901431_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14901431_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:40:\"all rights reserved, michaeljung@163.com\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(150,6482,'_wp_attachment_image_alt','Image Title'),(151,6482,'_wxr_import_user_slug','admin'),(152,6510,'_wp_attached_file','2016/07/blog-img-1.jpg'),(153,6510,'_wp_attached_file','2016/07/blog-img-1.jpg'),(154,6510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:310;s:4:\"file\";s:22:\"2016/07/blog-img-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-img-1-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x310.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"blog-img-1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"blog-img-1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"blog-img-1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"blog-img-1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"blog-img-1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"blog-img-1-370x310.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"blog-img-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,6510,'_wp_attachment_image_alt','Image Title'),(156,6510,'_wxr_import_user_slug','admin'),(157,6526,'_wp_attached_file','2017/11/contacts-icon-1.png'),(158,6526,'_wp_attached_file','2017/11/contacts-icon-1.png'),(159,6526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2017/11/contacts-icon-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,6526,'_wp_attachment_image_alt','contacts-icon-1'),(161,6526,'_wxr_import_user_slug','admin'),(162,6527,'_wp_attached_file','2017/11/contacts-icon-2.png'),(163,6527,'_wp_attached_file','2017/11/contacts-icon-2.png'),(164,6527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2017/11/contacts-icon-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,6527,'_wp_attachment_image_alt','contacts-icon-2'),(166,6527,'_wxr_import_user_slug','admin'),(167,6528,'_wp_attached_file','2017/11/contacts-icon-3.png'),(168,6528,'_wp_attached_file','2017/11/contacts-icon-3.png'),(169,6528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2017/11/contacts-icon-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170,6528,'_wp_attachment_image_alt','contacts-icon-3'),(171,6528,'_wxr_import_user_slug','admin'),(172,6544,'_wp_attached_file','2017/11/contacts-img1.jpg'),(173,6544,'_wp_attached_file','2017/11/contacts-img1.jpg'),(174,6544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:575;s:4:\"file\";s:25:\"2017/11/contacts-img1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"contacts-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"contacts-img1-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"contacts-img1-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:25:\"contacts-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:25:\"contacts-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:25:\"contacts-img1-850x500.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x250.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:25:\"contacts-img1-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"contacts-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"contacts-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"contacts-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"contacts-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"contacts-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:25:\"contacts-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:25:\"contacts-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:25:\"contacts-img1-770x575.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"contacts-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:25:\"contacts-img1-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(175,6544,'_wp_attachment_image_alt','contacts-img1'),(176,6544,'_wxr_import_user_slug','admin'),(177,6561,'_wp_attached_file','2017/11/icon-img-17.png'),(178,6561,'_wp_attached_file','2017/11/icon-img-17.png'),(179,6561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2017/11/icon-img-17.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(180,6561,'_wp_attachment_image_alt','icon-img-17'),(181,6561,'_wxr_import_user_slug','admin'),(182,6562,'_wp_attached_file','2017/11/icon-img-18.png'),(183,6562,'_wp_attached_file','2017/11/icon-img-18.png'),(184,6562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2017/11/icon-img-18.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,6562,'_wp_attachment_image_alt','icon-img-18'),(186,6562,'_wxr_import_user_slug','admin'),(187,6563,'_wp_attached_file','2017/11/icon-img-19.png'),(188,6563,'_wp_attached_file','2017/11/icon-img-19.png'),(189,6563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2017/11/icon-img-19.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,6563,'_wp_attachment_image_alt','icon-img-19'),(191,6563,'_wxr_import_user_slug','admin'),(192,6608,'_wp_attached_file','2017/11/depts-img1.jpg'),(193,6608,'_wp_attached_file','2017/11/depts-img1.jpg'),(194,6608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2017/11/depts-img1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"depts-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"depts-img1-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"depts-img1-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"depts-img1-1024x497.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"depts-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"depts-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"depts-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"depts-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"depts-img1-1030x500.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"depts-img1-370x180.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"depts-img1-512x500.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"depts-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"depts-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"depts-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"depts-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"depts-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"depts-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"depts-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"depts-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"depts-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"depts-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"depts-img1-770x500.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"depts-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"depts-img1-420x500.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,6608,'_wp_attachment_image_alt','depts-img1'),(196,6608,'_wxr_import_user_slug','admin'),(197,6612,'_wp_attached_file','2017/09/Depositphotos_14105166_original.jpg'),(198,6612,'_wp_attached_file','2017/09/Depositphotos_14105166_original.jpg'),(199,6612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1252;s:4:\"file\";s:43:\"2017/09/Depositphotos_14105166_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_14105166_original-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_14105166_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-370x244.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_14105166_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_14105166_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_14105166_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,6612,'_wp_attachment_image_alt','Image Title'),(201,6612,'_wxr_import_user_slug','admin'),(202,6613,'_wp_attached_file','2017/09/Depositphotos_149455944_original.jpg'),(203,6613,'_wp_attached_file','2017/09/Depositphotos_149455944_original.jpg'),(204,6613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:44:\"2017/09/Depositphotos_149455944_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Depositphotos_149455944_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"Depositphotos_149455944_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"Depositphotos_149455944_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"Depositphotos_149455944_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"Depositphotos_149455944_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(205,6613,'_wp_attachment_image_alt','Image Title'),(206,6613,'_wxr_import_user_slug','admin'),(207,6614,'_wp_attached_file','2017/08/Depositphotos_8798164_original.jpg'),(208,6614,'_wp_attached_file','2017/08/Depositphotos_8798164_original.jpg'),(209,6614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:42:\"2017/08/Depositphotos_8798164_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-150x150.jpg\";s:5:\"width\";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:\"Depositphotos_8798164_original-300x200.jpg\";s:5:\"width\";i: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:\"Depositphotos_8798164_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_8798164_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:43:\"Depositphotos_8798164_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:40:\"Depositphotos_8798164_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:40:\"Depositphotos_8798164_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:42:\"Depositphotos_8798164_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"© by Vladimir Gerasimov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,6614,'_wp_attachment_image_alt','Image Title'),(211,6614,'_wxr_import_user_slug','admin'),(212,6615,'_wp_attached_file','2017/09/Depositphotos_35753015_original.jpg'),(213,6615,'_wp_attached_file','2017/09/Depositphotos_35753015_original.jpg'),(214,6615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:43:\"2017/09/Depositphotos_35753015_original.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Depositphotos_35753015_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:44:\"Depositphotos_35753015_original-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_35753015_original-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_35753015_original-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_35753015_original-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(215,6615,'_wp_attachment_image_alt','Image Title'),(216,6615,'_wxr_import_user_slug','admin'),(217,6626,'_wp_attached_file','2017/11/department-single-img1.jpg'),(218,6626,'_wp_attached_file','2017/11/department-single-img1.jpg'),(219,6626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:481;s:4:\"file\";s:34:\"2017/11/department-single-img1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img1-150x150.jpg\";s:5:\"width\";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:\"department-single-img1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"department-single-img1-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:34:\"department-single-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:34:\"department-single-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:34:\"department-single-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:34:\"department-single-img1-370x209.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:34:\"department-single-img1-512x481.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:32:\"department-single-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:34:\"department-single-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:34:\"department-single-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:34:\"department-single-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:34:\"department-single-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:34:\"department-single-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:34:\"department-single-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:34:\"department-single-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:34:\"department-single-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:34:\"department-single-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:34:\"department-single-img1-770x481.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:32:\"department-single-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:34:\"department-single-img1-420x481.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(220,6626,'_wp_attachment_image_alt','department-single-img1'),(221,6626,'_wxr_import_user_slug','admin'),(222,6717,'_wp_attached_file','2017/11/department-single-img2.jpg'),(223,6717,'_wp_attached_file','2017/11/department-single-img2.jpg'),(224,6717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2017/11/department-single-img2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img2-150x150.jpg\";s:5:\"width\";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:\"department-single-img2-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:34:\"department-single-img2-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:34:\"department-single-img2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:34:\"department-single-img2-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:34:\"department-single-img2-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:34:\"department-single-img2-370x209.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:34:\"department-single-img2-512x480.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:32:\"department-single-img2-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:34:\"department-single-img2-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:34:\"department-single-img2-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:34:\"department-single-img2-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:34:\"department-single-img2-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:34:\"department-single-img2-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:34:\"department-single-img2-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:34:\"department-single-img2-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:34:\"department-single-img2-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:34:\"department-single-img2-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:34:\"department-single-img2-770x480.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:32:\"department-single-img2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:34:\"department-single-img2-420x480.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(225,6717,'_wp_attachment_image_alt','Image Title'),(226,6717,'_wxr_import_user_slug','admin'),(227,6720,'_wp_attached_file','2017/11/department-single-img3.jpg'),(228,6720,'_wp_attached_file','2017/11/department-single-img3.jpg'),(229,6720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2017/11/department-single-img3.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img3-150x150.jpg\";s:5:\"width\";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:\"department-single-img3-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:34:\"department-single-img3-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:34:\"department-single-img3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:34:\"department-single-img3-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:34:\"department-single-img3-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:34:\"department-single-img3-370x209.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:34:\"department-single-img3-512x480.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:32:\"department-single-img3-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:34:\"department-single-img3-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:34:\"department-single-img3-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:34:\"department-single-img3-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:34:\"department-single-img3-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:34:\"department-single-img3-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:34:\"department-single-img3-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:34:\"department-single-img3-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:34:\"department-single-img3-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:34:\"department-single-img3-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:34:\"department-single-img3-770x480.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:32:\"department-single-img3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:34:\"department-single-img3-420x480.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(230,6720,'_wp_attachment_image_alt','Image Title'),(231,6720,'_wxr_import_user_slug','admin'),(232,6722,'_wp_attached_file','2017/11/department-single-img4.jpg'),(233,6722,'_wp_attached_file','2017/11/department-single-img4.jpg'),(234,6722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2017/11/department-single-img4.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img4-150x150.jpg\";s:5:\"width\";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:\"department-single-img4-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:34:\"department-single-img4-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:34:\"department-single-img4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:34:\"department-single-img4-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:34:\"department-single-img4-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:34:\"department-single-img4-370x209.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:34:\"department-single-img4-512x480.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:32:\"department-single-img4-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:34:\"department-single-img4-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:34:\"department-single-img4-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:34:\"department-single-img4-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:34:\"department-single-img4-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:34:\"department-single-img4-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:34:\"department-single-img4-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:34:\"department-single-img4-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:34:\"department-single-img4-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:34:\"department-single-img4-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:34:\"department-single-img4-770x480.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:32:\"department-single-img4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:34:\"department-single-img4-420x480.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(235,6722,'_wp_attachment_image_alt','Image Title'),(236,6722,'_wxr_import_user_slug','admin'),(237,6724,'_wp_attached_file','2017/11/department-single-img5.jpg'),(238,6724,'_wp_attached_file','2017/11/department-single-img5.jpg'),(239,6724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2017/11/department-single-img5.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img5-150x150.jpg\";s:5:\"width\";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:\"department-single-img5-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:34:\"department-single-img5-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"department-single-img5-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:34:\"department-single-img5-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:34:\"department-single-img5-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:34:\"department-single-img5-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:34:\"department-single-img5-370x209.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:34:\"department-single-img5-512x480.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:32:\"department-single-img5-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:34:\"department-single-img5-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:34:\"department-single-img5-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:34:\"department-single-img5-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:34:\"department-single-img5-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:34:\"department-single-img5-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:34:\"department-single-img5-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:34:\"department-single-img5-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:34:\"department-single-img5-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:34:\"department-single-img5-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:34:\"department-single-img5-770x480.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:32:\"department-single-img5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:34:\"department-single-img5-420x480.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(240,6724,'_wp_attachment_image_alt','Image Title'),(241,6724,'_wxr_import_user_slug','admin'),(242,6780,'_wp_attached_file','2017/11/banner-img.jpg'),(243,6780,'_wp_attached_file','2017/11/banner-img.jpg'),(244,6780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2017/11/banner-img.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-img-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-img-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"banner-img-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"banner-img-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"banner-img-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"banner-img-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"banner-img-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"banner-img-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"banner-img-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"banner-img-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"banner-img-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"banner-img-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"banner-img-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"banner-img-370x380.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"banner-img-370x415.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"banner-img-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(245,6780,'_wp_attachment_image_alt','banner-img'),(246,6780,'_wxr_import_user_slug','admin'),(247,6800,'_wp_attached_file','2017/11/team-5.jpg'),(248,6800,'_wp_attached_file','2017/11/team-5.jpg'),(249,6800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2017/11/team-5.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-5-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-5-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-5-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-5-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-5-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-5-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-5-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-5-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-5-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-5-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-5-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-5-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-5-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-5-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-5-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-5-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-5-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(250,6800,'_wp_attachment_image_alt','team-5'),(251,6800,'_wxr_import_user_slug','admin'),(252,6801,'_wp_attached_file','2017/11/team-6.jpg'),(253,6801,'_wp_attached_file','2017/11/team-6.jpg'),(254,6801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2017/11/team-6.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-6-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-6-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-6-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-6-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-6-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-6-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-6-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-6-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-6-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-6-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-6-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-6-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-6-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-6-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-6-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-6-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-6-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-6-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-6-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(255,6801,'_wp_attachment_image_alt','team-6'),(256,6801,'_wxr_import_user_slug','admin'),(257,6802,'_wp_attached_file','2017/11/team-7.jpg'),(258,6802,'_wp_attached_file','2017/11/team-7.jpg'),(259,6802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2017/11/team-7.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-7-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-7-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-7-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-7-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-7-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-7-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-7-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-7-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-7-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-7-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-7-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-7-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-7-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-7-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-7-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-7-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-7-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-7-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-7-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(260,6802,'_wp_attachment_image_alt','team-7'),(261,6802,'_wxr_import_user_slug','admin'),(262,6803,'_wp_attached_file','2017/11/team-8.jpg'),(263,6803,'_wp_attached_file','2017/11/team-8.jpg'),(264,6803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:18:\"2017/11/team-8.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"team-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"team-8-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-8-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:18:\"team-8-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:18:\"team-8-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:18:\"team-8-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:19:\"team-8-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"team-8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:18:\"team-8-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:16:\"team-8-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:18:\"team-8-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:18:\"team-8-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:18:\"team-8-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:18:\"team-8-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:18:\"team-8-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:18:\"team-8-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:18:\"team-8-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:18:\"team-8-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:18:\"team-8-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:18:\"team-8-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:16:\"team-8-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:18:\"team-8-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(265,6803,'_wp_attachment_image_alt','team-8'),(266,6803,'_wxr_import_user_slug','admin'),(267,6827,'_wp_attached_file','2017/11/certificate-img5.png'),(268,6827,'_wp_attached_file','2017/11/certificate-img5.png'),(269,6827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2017/11/certificate-img5.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"certificate-img5-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"certificate-img5-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"certificate-img5-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"certificate-img5-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(270,6827,'_wp_attachment_image_alt','certificate-img5'),(271,6827,'_wxr_import_user_slug','admin'),(272,6828,'_wp_attached_file','2017/11/certificate-img6.png'),(273,6828,'_wp_attached_file','2017/11/certificate-img6.png'),(274,6828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:131;s:4:\"file\";s:28:\"2017/11/certificate-img6.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"certificate-img6-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"certificate-img6-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"certificate-img6-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"certificate-img6-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(275,6828,'_wp_attachment_image_alt','certificate-img6'),(276,6828,'_wxr_import_user_slug','admin'),(277,6834,'_wp_attached_file','2017/11/gall-img-1.jpg'),(278,6834,'_wp_attached_file','2017/11/gall-img-1.jpg'),(279,6834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1395;s:4:\"file\";s:22:\"2017/11/gall-img-1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gall-img-1-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gall-img-1-768x1190.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"gall-img-1-661x1024.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-1-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-1-370x574.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-1-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-1-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-1-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(280,6834,'_wp_attachment_image_alt','Image Title'),(281,6834,'_wxr_import_user_slug','admin'),(282,6835,'_wp_attached_file','2017/11/gall-img-2.jpg'),(283,6835,'_wp_attached_file','2017/11/gall-img-2.jpg'),(284,6835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:990;s:4:\"file\";s:22:\"2017/11/gall-img-2.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gall-img-2-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gall-img-2-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-2-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-2-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-2-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-2-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-2-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-2-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-2-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-2-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-2-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-2-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-2-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-2-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-2-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-2-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-2-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-2-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-2-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(285,6835,'_wp_attachment_image_alt','Image Title'),(286,6835,'_wxr_import_user_slug','admin'),(287,6836,'_wp_attached_file','2017/11/gall-img-3.jpg'),(288,6836,'_wp_attached_file','2017/11/gall-img-3.jpg'),(289,6836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1188;s:4:\"file\";s:22:\"2017/11/gall-img-3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gall-img-3-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gall-img-3-768x1014.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1014;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"gall-img-3-776x1024.jpg\";s:5:\"width\";i:776;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-3-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-3-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-3-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-3-370x488.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-3-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-3-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-3-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-3-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-3-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-3-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-3-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-3-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-3-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-3-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-3-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-3-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-3-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(290,6836,'_wp_attachment_image_alt','Image Title'),(291,6836,'_wxr_import_user_slug','admin'),(292,6837,'_wp_attached_file','2017/11/gall-img-4.jpg'),(293,6837,'_wp_attached_file','2017/11/gall-img-4.jpg'),(294,6837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:790;s:4:\"file\";s:22:\"2017/11/gall-img-4.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-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:22:\"gall-img-4-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gall-img-4-768x674.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-4-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-4-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-4-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-4-370x325.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-4-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-4-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-4-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-4-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-4-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-4-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-4-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-4-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-4-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-4-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-4-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-4-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-4-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(295,6837,'_wp_attachment_image_alt','Image Title'),(296,6837,'_wxr_import_user_slug','admin'),(297,6838,'_wp_attached_file','2017/11/gall-img-5.jpg'),(298,6838,'_wp_attached_file','2017/11/gall-img-5.jpg'),(299,6838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:790;s:4:\"file\";s:22:\"2017/11/gall-img-5.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-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:22:\"gall-img-5-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gall-img-5-768x674.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-5-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-5-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-5-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-5-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-5-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-5-370x325.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-5-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-5-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-5-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-5-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-5-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-5-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-5-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-5-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-5-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-5-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-5-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-5-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-5-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(300,6838,'_wp_attachment_image_alt','Image Title'),(301,6838,'_wxr_import_user_slug','admin'),(302,6839,'_wp_attached_file','2017/11/gall-img-6.jpg'),(303,6839,'_wp_attached_file','2017/11/gall-img-6.jpg'),(304,6839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1188;s:4:\"file\";s:22:\"2017/11/gall-img-6.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-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:22:\"gall-img-6-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gall-img-6-768x1014.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1014;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"gall-img-6-776x1024.jpg\";s:5:\"width\";i:776;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-6-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-6-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-6-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-6-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-6-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-6-370x488.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-6-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-6-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-6-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-6-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-6-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-6-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-6-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-6-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-6-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-6-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-6-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-6-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-6-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-6-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(305,6839,'_wp_attachment_image_alt','Image Title'),(306,6839,'_wxr_import_user_slug','admin'),(307,6840,'_wp_attached_file','2017/11/gall-img-7.jpg'),(308,6840,'_wp_attached_file','2017/11/gall-img-7.jpg'),(309,6840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:990;s:4:\"file\";s:22:\"2017/11/gall-img-7.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-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:22:\"gall-img-7-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gall-img-7-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-7-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-7-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-7-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-7-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-7-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-7-370x407.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-7-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-7-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-7-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-7-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-7-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-7-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-7-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-7-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-7-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-7-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-7-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-7-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-7-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-7-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(310,6840,'_wp_attachment_image_alt','Image Title'),(311,6840,'_wxr_import_user_slug','admin'),(312,6841,'_wp_attached_file','2017/11/gall-img-8.jpg'),(313,6841,'_wp_attached_file','2017/11/gall-img-8.jpg'),(314,6841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1395;s:4:\"file\";s:22:\"2017/11/gall-img-8.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-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:22:\"gall-img-8-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"gall-img-8-768x1190.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"gall-img-8-661x1024.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gall-img-8-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"gall-img-8-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"gall-img-8-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"gall-img-8-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"gall-img-8-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"gall-img-8-370x574.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"gall-img-8-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"gall-img-8-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"gall-img-8-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"gall-img-8-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"gall-img-8-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"gall-img-8-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"gall-img-8-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"gall-img-8-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"gall-img-8-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"gall-img-8-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"gall-img-8-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"gall-img-8-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"gall-img-8-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"gall-img-8-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(315,6841,'_wp_attachment_image_alt','Image Title'),(316,6841,'_wxr_import_user_slug','admin'),(317,6926,'_wp_attached_file','2017/11/ttable-img1.jpg'),(318,6926,'_wp_attached_file','2017/11/ttable-img1.jpg'),(319,6926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:473;s:4:\"file\";s:23:\"2017/11/ttable-img1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ttable-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ttable-img1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ttable-img1-768x356.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:23:\"ttable-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:23:\"ttable-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x171.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:23:\"ttable-img1-512x473.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:21:\"ttable-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:23:\"ttable-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:23:\"ttable-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:23:\"ttable-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:23:\"ttable-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:23:\"ttable-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:23:\"ttable-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:23:\"ttable-img1-770x473.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:21:\"ttable-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:23:\"ttable-img1-420x473.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(320,6926,'_wp_attachment_image_alt','ttable-img1'),(321,6926,'_wxr_import_user_slug','admin'),(322,7286,'_wp_attached_file','2017/12/Projects-1.jpg'),(323,7286,'_wp_attached_file','2017/12/Projects-1.jpg'),(324,7286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:22:\"2017/12/Projects-1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Projects-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Projects-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Projects-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"Projects-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"Projects-1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"Projects-1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"Projects-1-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"Projects-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"Projects-1-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"Projects-1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"Projects-1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"Projects-1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"Projects-1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"Projects-1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"Projects-1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"Projects-1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"Projects-1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"Projects-1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"Projects-1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"Projects-1-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"Projects-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"Projects-1-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(325,7286,'_wp_attachment_image_alt','Projects-1'),(326,7286,'_wxr_import_user_slug','admin'),(327,7287,'_wp_attached_file','2017/12/Projects-2.jpg'),(328,7287,'_wp_attached_file','2017/12/Projects-2.jpg'),(329,7287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:22:\"2017/12/Projects-2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Projects-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Projects-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Projects-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"Projects-2-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"Projects-2-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"Projects-2-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"Projects-2-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"Projects-2-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"Projects-2-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"Projects-2-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"Projects-2-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"Projects-2-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"Projects-2-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"Projects-2-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"Projects-2-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"Projects-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"Projects-2-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(330,7287,'_wp_attachment_image_alt','Projects-2'),(331,7287,'_wxr_import_user_slug','admin'),(332,7288,'_wp_attached_file','2017/12/Projects-3.jpg'),(333,7288,'_wp_attached_file','2017/12/Projects-3.jpg'),(334,7288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:22:\"2017/12/Projects-3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Projects-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Projects-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Projects-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"Projects-3-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"Projects-3-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"Projects-3-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"Projects-3-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"Projects-3-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"Projects-3-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"Projects-3-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"Projects-3-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"Projects-3-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"Projects-3-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"Projects-3-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"Projects-3-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"Projects-3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"Projects-3-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(335,7288,'_wp_attachment_image_alt','Projects-3'),(336,7288,'_wxr_import_user_slug','admin'),(337,7289,'_wp_attached_file','2017/12/Projects-4.jpg'),(338,7289,'_wp_attached_file','2017/12/Projects-4.jpg'),(339,7289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:22:\"2017/12/Projects-4.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-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:22:\"Projects-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Projects-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Projects-4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"Projects-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"Projects-4-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"Projects-4-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"Projects-4-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"Projects-4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"Projects-4-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"Projects-4-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"Projects-4-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"Projects-4-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"Projects-4-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"Projects-4-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"Projects-4-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"Projects-4-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"Projects-4-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"Projects-4-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"Projects-4-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"Projects-4-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"Projects-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"Projects-4-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(340,7289,'_wp_attachment_image_alt','Projects-4'),(341,7289,'_wxr_import_user_slug','admin'),(342,7574,'_wp_attached_file','2018/01/img02.jpg'),(343,7574,'_wp_attached_file','2018/01/img02.jpg'),(344,7574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:17:\"2018/01/img02.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img02-150x150.jpg\";s:5:\"width\";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:\"img02-300x200.jpg\";s:5:\"width\";i: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:\"img02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img02-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:17:\"img02-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:17:\"img02-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:17:\"img02-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:18:\"img02-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"img02-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:17:\"img02-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:15:\"img02-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:17:\"img02-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:17:\"img02-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:17:\"img02-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:17:\"img02-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:17:\"img02-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:17:\"img02-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:17:\"img02-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:17:\"img02-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:17:\"img02-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:17:\"img02-770x667.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:15:\"img02-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:17:\"img02-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:16:\"Andres Rodriguez\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:60:\"Dentist showing a woman how to brush her teeth on prosthesis\";s:17:\"created_timestamp\";s:10:\"1321786244\";s:9:\"copyright\";s:22:\"© by Andres Rodriguez\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:34:\"Dentist showing how to brush teeth\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:5:\"adult\";i:1;s:6:\" avoid\";i:2;s:6:\" brush\";i:3;s:5:\" care\";i:4;s:7:\" cavity\";i:5;s:8:\" checkup\";i:6;s:6:\" clean\";i:7;s:9:\" cleaning\";i:8;s:12:\" cleanliness\";i:9;s:7:\" clinic\";i:10;s:9:\" clinical\";i:11;s:7:\" dental\";i:12;s:8:\" dentist\";i:13;s:10:\" dentistry\";i:14;s:7:\" doctor\";i:15;s:10:\" education\";i:16;s:10:\" equipment\";i:17;s:7:\" female\";i:18;s:5:\" girl\";i:19;s:7:\" health\";i:20;s:11:\" healthcare\";i:21;s:9:\" hispanic\";i:22;s:9:\" hospital\";i:23;s:8:\" hygiene\";i:24;s:11:\" instrument\";i:25;s:6:\" latin\";i:26;s:14:\" latinamerican\";i:27;s:6:\" medic\";i:28;s:8:\" medical\";i:29;s:11:\" occupation\";i:30;s:11:\" odontology\";i:31;s:5:\" oral\";i:32;s:13:\" orthodontist\";i:33;s:8:\" patient\";i:34;s:7:\" people\";i:35;s:7:\" person\";i:36;s:9:\" practice\";i:37;s:8:\" prevent\";i:38;s:13:\" professional\";i:39;s:11:\" prosthesis\";i:40;s:5:\" show\";i:41;s:6:\" smile\";i:42;s:8:\" smiling\";i:43;s:6:\" teeth\";i:44;s:6:\" tooth\";i:45;s:11:\" toothbrush\";i:46;s:10:\" treatment\";i:47;s:6:\" woman\";i:48;s:6:\" young\";}}}'),(345,7574,'_wp_attachment_image_alt','Dentist showing how to brush teeth'),(346,7574,'_wxr_import_user_slug','admin'),(347,7669,'_wp_attached_file','2018/11/Group-1.png'),(348,7669,'_wp_attached_file','2018/11/Group-1.png'),(349,7669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2018/11/Group-1.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-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:19:\"Group-1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Group-1-768x361.png\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Group-1-1024x482.png\";s:5:\"width\";i:1024;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:19:\"Group-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:19:\"Group-1-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:19:\"Group-1-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:20:\"Group-1-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"Group-1-370x174.png\";s:5:\"width\";i:370;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:19:\"Group-1-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-1-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:19:\"Group-1-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-1-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:19:\"Group-1-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:19:\"Group-1-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:19:\"Group-1-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:19:\"Group-1-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:19:\"Group-1-770x750.png\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:19:\"Group-1-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(350,7669,'_wp_attachment_image_alt','Group (1)'),(351,7669,'_wxr_import_user_slug','admin'),(352,7675,'_wp_attached_file','2018/11/c8186a2c99bb13be611d20f242f38aff.jpg'),(353,7675,'_wp_attached_file','2018/11/c8186a2c99bb13be611d20f242f38aff.jpg'),(354,7675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2731;s:4:\"file\";s:44:\"2018/11/c8186a2c99bb13be611d20f242f38aff.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"c8186a2c99bb13be611d20f242f38aff-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"c8186a2c99bb13be611d20f242f38aff-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"c8186a2c99bb13be611d20f242f38aff-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"c8186a2c99bb13be611d20f242f38aff-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(355,7675,'_wp_attachment_image_alt','c8186a2c99bb13be611d20f242f38aff'),(356,7675,'_wxr_import_user_slug','admin'),(357,7683,'_wp_attached_file','2018/11/Group-7.png'),(358,7683,'_wp_attached_file','2018/11/Group-7.png'),(359,7683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:237;s:4:\"file\";s:19:\"2018/11/Group-7.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-7-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-7-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-7-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-7-250x200.png\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-7-250x200.png\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-7-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(360,7683,'_wp_attachment_image_alt','Group 7'),(361,7683,'_wxr_import_user_slug','admin'),(362,7688,'_wp_attached_file','2018/11/Group-7-1.png'),(363,7688,'_wp_attached_file','2018/11/Group-7-1.png'),(364,7688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:237;s:4:\"file\";s:21:\"2018/11/Group-7-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Group-7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:19:\"Group-7-1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:21:\"Group-7-1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:21:\"Group-7-1-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:21:\"Group-7-1-250x200.png\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:21:\"Group-7-1-250x200.png\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:19:\"Group-7-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(365,7688,'_wp_attachment_image_alt','Group 7'),(366,7688,'_wxr_import_user_slug','admin'),(367,7689,'_wp_attached_file','2018/11/Depositphotos_27390647_original.png'),(368,7689,'_wp_attached_file','2018/11/Depositphotos_27390647_original.png'),(369,7689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:579;s:4:\"file\";s:43:\"2018/11/Depositphotos_27390647_original.png\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-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:43:\"Depositphotos_27390647_original-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-618x460.png\";s:5:\"width\";i:618;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-618x260.png\";s:5:\"width\";i:618;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-618x500.png\";s:5:\"width\";i:618;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x347.png\";s:5:\"width\";i:370;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_27390647_original-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_27390647_original-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(370,7689,'_wp_attachment_image_alt','Depositphotos_27390647_original'),(371,7689,'_wxr_import_user_slug','admin'),(372,7691,'_wp_attached_file','2018/11/Group-8.png'),(373,7691,'_wp_attached_file','2018/11/Group-8.png'),(374,7691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:558;s:4:\"file\";s:19:\"2018/11/Group-8.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-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:18:\"Group-8-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Group-8-768x252.png\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Group-8-1024x336.png\";s:5:\"width\";i:1024;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-8-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:19:\"Group-8-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:19:\"Group-8-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:19:\"Group-8-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:20:\"Group-8-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"Group-8-370x121.png\";s:5:\"width\";i:370;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:19:\"Group-8-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-8-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-8-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-8-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:19:\"Group-8-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-8-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-8-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:19:\"Group-8-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:19:\"Group-8-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:19:\"Group-8-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:19:\"Group-8-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:19:\"Group-8-770x558.png\";s:5:\"width\";i:770;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-8-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:19:\"Group-8-420x558.png\";s:5:\"width\";i:420;s:6:\"height\";i:558;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:{}}}'),(375,7691,'_wp_attachment_image_alt','Group (8)'),(376,7691,'_wxr_import_user_slug','admin'),(377,7693,'_wp_attached_file','2018/11/Group-9.png'),(378,7693,'_wp_attached_file','2018/11/Group-9.png'),(379,7693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:558;s:4:\"file\";s:19:\"2018/11/Group-9.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-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:18:\"Group-9-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Group-9-768x252.png\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Group-9-1024x336.png\";s:5:\"width\";i:1024;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-9-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:19:\"Group-9-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:19:\"Group-9-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:19:\"Group-9-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:20:\"Group-9-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"Group-9-370x121.png\";s:5:\"width\";i:370;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:19:\"Group-9-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-9-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-9-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-9-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:19:\"Group-9-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-9-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-9-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:19:\"Group-9-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:19:\"Group-9-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:19:\"Group-9-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:19:\"Group-9-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:19:\"Group-9-770x558.png\";s:5:\"width\";i:770;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-9-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:19:\"Group-9-420x558.png\";s:5:\"width\";i:420;s:6:\"height\";i:558;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:{}}}'),(380,7693,'_wp_attachment_image_alt','Group (9)'),(381,7693,'_wxr_import_user_slug','admin'),(382,7695,'_wp_attached_file','2018/11/testy1-104x104-1.jpg'),(383,7695,'_wp_attached_file','2018/11/testy1-104x104.jpg'),(384,7695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2018/11/testy1-104x104.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:24:\"testy1-104x104-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:24:\"testy1-104x104-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(385,7695,'_wp_attachment_image_alt','testy1-104x104'),(386,7695,'_wxr_import_user_slug','admin'),(387,7696,'_wp_attached_file','2018/11/testy2-104x104-1.jpg'),(388,7696,'_wp_attached_file','2018/11/testy2-104x104.jpg'),(389,7696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2018/11/testy2-104x104.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:24:\"testy2-104x104-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:24:\"testy2-104x104-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(390,7696,'_wp_attachment_image_alt','testy2-104x104'),(391,7696,'_wxr_import_user_slug','admin'),(392,7697,'_wp_attached_file','2018/11/testy3-104x104-1.jpg'),(393,7697,'_wp_attached_file','2018/11/testy3-104x104.jpg'),(394,7697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2018/11/testy3-104x104.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:24:\"testy3-104x104-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:24:\"testy3-104x104-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(395,7697,'_wp_attachment_image_alt','testy3-104x104'),(396,7697,'_wxr_import_user_slug','admin'),(397,7712,'_wp_attached_file','2018/11/Group-6-9.png'),(398,7712,'_wp_attached_file','2018/11/Group-6-9.png'),(399,7712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:602;s:4:\"file\";s:21:\"2018/11/Group-6-9.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Group-6-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:21:\"Group-6-9-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Group-6-9-768x395.png\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Group-6-9-1024x527.png\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:21:\"Group-6-9-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:21:\"Group-6-9-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"Group-6-9-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x190.png\";s:5:\"width\";i:370;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:21:\"Group-6-9-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:19:\"Group-6-9-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:21:\"Group-6-9-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:21:\"Group-6-9-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:21:\"Group-6-9-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:21:\"Group-6-9-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:21:\"Group-6-9-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:21:\"Group-6-9-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:21:\"Group-6-9-770x602.png\";s:5:\"width\";i:770;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:19:\"Group-6-9-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:21:\"Group-6-9-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(400,7712,'_wp_attachment_image_alt','Group 6 (9)'),(401,7712,'_wxr_import_user_slug','admin'),(402,7742,'_wp_attached_file','2018/11/certificate.png'),(403,7742,'_wp_attached_file','2018/11/certificate.png'),(404,7742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:23:\"2018/11/certificate.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"certificate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:21:\"certificate-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:23:\"certificate-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:23:\"certificate-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:23:\"certificate-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:23:\"certificate-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:23:\"certificate-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:21:\"certificate-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(405,7742,'_wp_attachment_image_alt','certificate'),(406,7742,'_wxr_import_user_slug','admin'),(407,7743,'_wp_attached_file','2018/11/certificate-1.png'),(408,7743,'_wp_attached_file','2018/11/certificate-1.png'),(409,7743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2018/11/certificate-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"certificate-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"certificate-1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"certificate-1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"certificate-1-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"certificate-1-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"certificate-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"certificate-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"certificate-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(410,7743,'_wp_attachment_image_alt','certificate (1)'),(411,7743,'_wxr_import_user_slug','admin'),(412,7744,'_wp_attached_file','2018/11/certificate-2.png'),(413,7744,'_wp_attached_file','2018/11/certificate-2.png'),(414,7744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2018/11/certificate-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"certificate-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"certificate-2-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"certificate-2-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"certificate-2-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"certificate-2-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"certificate-2-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"certificate-2-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"certificate-2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(415,7744,'_wp_attachment_image_alt','certificate (2)'),(416,7744,'_wxr_import_user_slug','admin'),(417,7745,'_wp_attached_file','2018/11/certificate-3.png'),(418,7745,'_wp_attached_file','2018/11/certificate-3.png'),(419,7745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2018/11/certificate-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"certificate-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"certificate-3-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"certificate-3-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"certificate-3-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"certificate-3-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"certificate-3-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"certificate-3-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"certificate-3-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(420,7745,'_wp_attachment_image_alt','certificate (3)'),(421,7745,'_wxr_import_user_slug','admin'),(422,7785,'_wp_attached_file','2018/11/04df5d50342ccde182dcb89d989376f2.png'),(423,7785,'_wp_attached_file','2018/11/04df5d50342ccde182dcb89d989376f2.png'),(424,7785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2706;s:6:\"height\";i:4096;s:4:\"file\";s:44:\"2018/11/04df5d50342ccde182dcb89d989376f2.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-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:44:\"04df5d50342ccde182dcb89d989376f2-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"04df5d50342ccde182dcb89d989376f2-768x1163.png\";s:5:\"width\";i:768;s:6:\"height\";i:1163;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"04df5d50342ccde182dcb89d989376f2-677x1024.png\";s:5:\"width\";i:677;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"04df5d50342ccde182dcb89d989376f2-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-370x560.png\";s:5:\"width\";i:370;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"04df5d50342ccde182dcb89d989376f2-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-770x750.png\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"04df5d50342ccde182dcb89d989376f2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"04df5d50342ccde182dcb89d989376f2-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(425,7785,'_wp_attachment_image_alt','04df5d50342ccde182dcb89d989376f2'),(426,7785,'_wxr_import_user_slug','admin'),(427,7786,'_wp_attached_file','2018/11/Depositphotos_135129520_el0.png'),(428,7786,'_wp_attached_file','2018/11/Depositphotos_135129520_el0.png'),(429,7786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2018/11/Depositphotos_135129520_el0.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-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:39:\"Depositphotos_135129520_el0-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-768x537.png\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-916x500.png\";s:5:\"width\";i:916;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x259.png\";s:5:\"width\";i:370;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:37:\"Depositphotos_135129520_el0-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-770x640.png\";s:5:\"width\";i:770;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:37:\"Depositphotos_135129520_el0-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(430,7786,'_wp_attachment_image_alt','Depositphotos_135129520_el0'),(431,7786,'_wxr_import_user_slug','admin'),(432,7875,'_wp_attached_file','2018/11/Rectangle.png'),(433,7875,'_wp_attached_file','2018/11/Rectangle.png'),(434,7875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2018/11/Rectangle.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Rectangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Rectangle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Rectangle-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:21:\"Rectangle-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:21:\"Rectangle-512x460.png\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:21:\"Rectangle-512x260.png\";s:5:\"width\";i:512;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:21:\"Rectangle-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:21:\"Rectangle-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:19:\"Rectangle-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:21:\"Rectangle-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:21:\"Rectangle-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:21:\"Rectangle-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:21:\"Rectangle-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:21:\"Rectangle-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:21:\"Rectangle-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:21:\"Rectangle-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:21:\"Rectangle-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:21:\"Rectangle-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:19:\"Rectangle-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:21:\"Rectangle-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;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:{}}}'),(435,7875,'_wp_attachment_image_alt','Rectangle'),(436,7875,'_wxr_import_user_slug','admin'),(437,7876,'_wp_attached_file','2018/11/cropped-Rectangle.png'),(438,7876,'_wp_attached_file','2018/11/cropped-Rectangle.png'),(439,7876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2018/11/cropped-Rectangle.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-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:\"cropped-Rectangle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-512x460.png\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-512x260.png\";s:5:\"width\";i:512;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:27:\"cropped-Rectangle-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:27:\"cropped-Rectangle-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:29:\"cropped-Rectangle-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;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:{}}}'),(440,7876,'_wp_attachment_context','site-icon'),(441,7876,'_wp_attachment_context','site-icon'),(442,7876,'_wp_attachment_image_alt','cropped-Rectangle.png'),(443,7876,'_wxr_import_user_slug','admin'),(444,7879,'_wp_attached_file','2018/11/cropped-Group-10.png'),(445,7879,'_wp_attached_file','2018/11/cropped-Group-10.png'),(446,7879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2018/11/cropped-Group-10.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-Group-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:28:\"cropped-Group-10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-512x460.png\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-512x260.png\";s:5:\"width\";i:512;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:26:\"cropped-Group-10-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:26:\"cropped-Group-10-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;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:{}}}'),(447,7879,'_wp_attachment_context','site-icon'),(448,7879,'_wp_attachment_context','site-icon'),(449,7879,'_wp_attachment_image_alt','cropped-Group-10.png'),(450,7879,'_wxr_import_user_slug','admin'),(451,7905,'_wp_attached_file','2019/11/Group-1.png'),(452,7905,'_wp_attached_file','revslider/Group-1.png'),(453,7905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:800;s:4:\"file\";s:21:\"revslider/Group-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(454,7905,'_wp_attachment_image_alt','Group-1.png'),(455,7905,'_wxr_import_user_slug','admin'),(456,7914,'_wp_attached_file','2019/11/Group-1-1.png'),(457,7914,'_wp_attached_file','2019/11/Group-1.png'),(458,7914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2019/11/Group-1.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-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:19:\"Group-1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Group-1-768x361.png\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Group-1-1024x482.png\";s:5:\"width\";i:1024;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:19:\"Group-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:19:\"Group-1-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:19:\"Group-1-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:20:\"Group-1-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"Group-1-370x174.png\";s:5:\"width\";i:370;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:19:\"Group-1-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-1-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:19:\"Group-1-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-1-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:19:\"Group-1-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:19:\"Group-1-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:19:\"Group-1-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:19:\"Group-1-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:19:\"Group-1-770x750.png\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:19:\"Group-1-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(459,7914,'_elementor_source_image_hash','e53566324619fdece804031d2b73538e9ae5f1a2'),(460,7914,'_wp_attachment_image_alt','Group-1.png'),(461,7914,'_wxr_import_user_slug','admin'),(462,7915,'_wp_attached_file','2019/11/c8186a2c99bb13be611d20f242f38aff.jpg'),(463,7915,'_wp_attached_file','2019/11/c8186a2c99bb13be611d20f242f38aff.jpg'),(464,7915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2731;s:4:\"file\";s:44:\"2019/11/c8186a2c99bb13be611d20f242f38aff.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"c8186a2c99bb13be611d20f242f38aff-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:45:\"c8186a2c99bb13be611d20f242f38aff-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:42:\"c8186a2c99bb13be611d20f242f38aff-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:42:\"c8186a2c99bb13be611d20f242f38aff-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:44:\"c8186a2c99bb13be611d20f242f38aff-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(465,7915,'_elementor_source_image_hash','eeaa84899de60ef7334e0ce6701b9a1782366b12'),(466,7915,'_wp_attachment_image_alt','c8186a2c99bb13be611d20f242f38aff.jpg'),(467,7915,'_wxr_import_user_slug','admin'),(468,7916,'_wp_attached_file','2019/11/img02.jpg'),(469,7916,'_wp_attached_file','2019/11/img02.jpg'),(470,7916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:17:\"2019/11/img02.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img02-150x150.jpg\";s:5:\"width\";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:\"img02-300x200.jpg\";s:5:\"width\";i: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:\"img02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img02-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:17:\"img02-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:17:\"img02-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:17:\"img02-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:18:\"img02-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"img02-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:17:\"img02-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:15:\"img02-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:17:\"img02-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:17:\"img02-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:17:\"img02-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:17:\"img02-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:17:\"img02-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:17:\"img02-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:17:\"img02-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:17:\"img02-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:17:\"img02-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:17:\"img02-770x667.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:15:\"img02-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:17:\"img02-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(471,7916,'_elementor_source_image_hash','8ca73ac2fb17fc9b0593f6dba9726986db8b94bc'),(472,7916,'_wp_attachment_image_alt','img02.jpg'),(473,7916,'_wxr_import_user_slug','admin'),(474,7917,'_wp_attached_file','2019/11/ttable-img1.jpg'),(475,7917,'_wp_attached_file','2019/11/ttable-img1.jpg'),(476,7917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:473;s:4:\"file\";s:23:\"2019/11/ttable-img1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ttable-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ttable-img1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ttable-img1-768x356.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:23:\"ttable-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:23:\"ttable-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x171.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:23:\"ttable-img1-512x473.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:21:\"ttable-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:23:\"ttable-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:23:\"ttable-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:23:\"ttable-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:23:\"ttable-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:23:\"ttable-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:23:\"ttable-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:23:\"ttable-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:23:\"ttable-img1-770x473.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:21:\"ttable-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:23:\"ttable-img1-420x473.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(477,7917,'_elementor_source_image_hash','e2deef90c4ef2ddfe0b6211aad0a664a554edb35'),(478,7917,'_wp_attachment_image_alt','ttable-img1.jpg'),(479,7917,'_wxr_import_user_slug','admin'),(480,7918,'_wp_attached_file','2019/11/Projects-2.jpg'),(481,7918,'_wp_attached_file','2019/11/Projects-2.jpg'),(482,7918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:22:\"2019/11/Projects-2.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Projects-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Projects-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Projects-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"Projects-2-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"Projects-2-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"Projects-2-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"Projects-2-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"Projects-2-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"Projects-2-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"Projects-2-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"Projects-2-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"Projects-2-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"Projects-2-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"Projects-2-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"Projects-2-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"Projects-2-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"Projects-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"Projects-2-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(483,7918,'_elementor_source_image_hash','571b1ac3ce46f78ba496554c911132a5617bede7'),(484,7918,'_wp_attachment_image_alt','Projects-2.jpg'),(485,7918,'_wxr_import_user_slug','admin'),(486,7919,'_wp_attached_file','2019/11/Projects-3.jpg'),(487,7919,'_wp_attached_file','2019/11/Projects-3.jpg'),(488,7919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1900;s:4:\"file\";s:22:\"2019/11/Projects-3.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Projects-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Projects-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Projects-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:22:\"Projects-3-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:22:\"Projects-3-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:23:\"Projects-3-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:22:\"Projects-3-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:20:\"Projects-3-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:22:\"Projects-3-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:22:\"Projects-3-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:22:\"Projects-3-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:22:\"Projects-3-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:22:\"Projects-3-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:22:\"Projects-3-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:22:\"Projects-3-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:22:\"Projects-3-770x750.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:20:\"Projects-3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:22:\"Projects-3-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(489,7919,'_elementor_source_image_hash','a14e833690b8dc2b6c45e4d3af8013a3d9d60795'),(490,7919,'_wp_attachment_image_alt','Projects-3.jpg'),(491,7919,'_wxr_import_user_slug','admin'),(492,7920,'_wp_attached_file','2019/11/contacts-img1.jpg'),(493,7920,'_wp_attached_file','2019/11/contacts-img1.jpg'),(494,7920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:575;s:4:\"file\";s:25:\"2019/11/contacts-img1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"contacts-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"contacts-img1-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"contacts-img1-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:25:\"contacts-img1-770x460.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:25:\"contacts-img1-770x260.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:25:\"contacts-img1-850x500.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x250.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:25:\"contacts-img1-512x512.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"contacts-img1-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"contacts-img1-170x125.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"contacts-img1-250x222.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"contacts-img1-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"contacts-img1-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:25:\"contacts-img1-370x340.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:25:\"contacts-img1-390x380.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:25:\"contacts-img1-425x415.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:25:\"contacts-img1-770x575.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"contacts-img1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:25:\"contacts-img1-420x560.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(495,7920,'_elementor_source_image_hash','b84bc3c40b49c3329ec4b6a21568c9156635cbe9'),(496,7920,'_wp_attachment_image_alt','contacts-img1.jpg'),(497,7920,'_wxr_import_user_slug','admin'),(498,7921,'_wp_attached_file','2019/11/Depositphotos_27390647_original.png'),(499,7921,'_wp_attached_file','2019/11/Depositphotos_27390647_original.png'),(500,7921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:579;s:4:\"file\";s:43:\"2019/11/Depositphotos_27390647_original.png\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-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:43:\"Depositphotos_27390647_original-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-618x460.png\";s:5:\"width\";i:618;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-618x260.png\";s:5:\"width\";i:618;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-618x500.png\";s:5:\"width\";i:618;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x347.png\";s:5:\"width\";i:370;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:41:\"Depositphotos_27390647_original-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:41:\"Depositphotos_27390647_original-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:43:\"Depositphotos_27390647_original-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(501,7921,'_elementor_source_image_hash','a9f9013d66c774c8eab87c4e5c0c3ec3756f1a27'),(502,7921,'_wp_attachment_image_alt','Depositphotos_27390647_original.png'),(503,7921,'_wxr_import_user_slug','admin'),(504,7922,'_wp_attached_file','2019/11/Group-8.png'),(505,7922,'_wp_attached_file','2019/11/Group-8.png'),(506,7922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:558;s:4:\"file\";s:19:\"2019/11/Group-8.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-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:18:\"Group-8-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Group-8-768x252.png\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Group-8-1024x336.png\";s:5:\"width\";i:1024;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-8-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:19:\"Group-8-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:19:\"Group-8-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:19:\"Group-8-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:20:\"Group-8-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"Group-8-370x121.png\";s:5:\"width\";i:370;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:19:\"Group-8-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-8-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-8-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-8-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:19:\"Group-8-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-8-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-8-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:19:\"Group-8-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:19:\"Group-8-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:19:\"Group-8-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:19:\"Group-8-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:19:\"Group-8-770x558.png\";s:5:\"width\";i:770;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-8-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:19:\"Group-8-420x558.png\";s:5:\"width\";i:420;s:6:\"height\";i:558;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:{}}}'),(507,7922,'_elementor_source_image_hash','d10da986642b89f38690fe9837cb6287bd7cc79c'),(508,7922,'_wp_attachment_image_alt','Group-8.png'),(509,7922,'_wxr_import_user_slug','admin'),(510,7923,'_wp_attached_file','2019/11/testy1-104x104-1.jpg'),(511,7923,'_wp_attached_file','2019/11/testy1-104x104.jpg'),(512,7923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2019/11/testy1-104x104.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:24:\"testy1-104x104-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:24:\"testy1-104x104-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(513,7923,'_elementor_source_image_hash','9ca3c46f7bc603b1f81391213c45b79422adf4e8'),(514,7923,'_wp_attachment_image_alt','testy1-104x104.jpg'),(515,7923,'_wxr_import_user_slug','admin'),(516,7924,'_wp_attached_file','2019/11/testy2-104x104-1.jpg'),(517,7924,'_wp_attached_file','2019/11/testy2-104x104.jpg'),(518,7924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2019/11/testy2-104x104.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:24:\"testy2-104x104-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:24:\"testy2-104x104-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(519,7924,'_elementor_source_image_hash','5bc7a49b5e52eeba69d95f9efb95f03ce9778d0d'),(520,7924,'_wp_attachment_image_alt','testy2-104x104.jpg'),(521,7924,'_wxr_import_user_slug','admin'),(522,7925,'_wp_attached_file','2019/11/testy3-104x104-1.jpg'),(523,7925,'_wp_attached_file','2019/11/testy3-104x104.jpg'),(524,7925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2019/11/testy3-104x104.jpg\";s:5:\"sizes\";a:2:{s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:24:\"testy3-104x104-72x62.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:24:\"testy3-104x104-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),(525,7925,'_elementor_source_image_hash','eba88b0f8fda16beecc52e0afe642a7ce054afd3'),(526,7925,'_wp_attachment_image_alt','testy3-104x104.jpg'),(527,7925,'_wxr_import_user_slug','admin'),(528,7926,'_wp_attached_file','2019/11/Group-9.png'),(529,7926,'_wp_attached_file','2019/11/Group-9.png'),(530,7926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:558;s:4:\"file\";s:19:\"2019/11/Group-9.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-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:18:\"Group-9-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Group-9-768x252.png\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Group-9-1024x336.png\";s:5:\"width\";i:1024;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-9-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:19:\"Group-9-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:19:\"Group-9-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:19:\"Group-9-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:20:\"Group-9-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"Group-9-370x121.png\";s:5:\"width\";i:370;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:19:\"Group-9-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:17:\"Group-9-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:19:\"Group-9-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:19:\"Group-9-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:19:\"Group-9-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:19:\"Group-9-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:19:\"Group-9-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:19:\"Group-9-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:19:\"Group-9-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:19:\"Group-9-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:19:\"Group-9-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:19:\"Group-9-770x558.png\";s:5:\"width\";i:770;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:17:\"Group-9-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:19:\"Group-9-420x558.png\";s:5:\"width\";i:420;s:6:\"height\";i:558;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:{}}}'),(531,7926,'_elementor_source_image_hash','b46854ec64a28687193361023c4f91ef65ad0fb0'),(532,7926,'_wp_attachment_image_alt','Group-9.png'),(533,7926,'_wxr_import_user_slug','admin'),(534,7927,'_wp_attached_file','2019/11/Group-6-9.png'),(535,7927,'_wp_attached_file','2019/11/Group-6-9.png'),(536,7927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:602;s:4:\"file\";s:21:\"2019/11/Group-6-9.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Group-6-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:21:\"Group-6-9-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Group-6-9-768x395.png\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Group-6-9-1024x527.png\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:21:\"Group-6-9-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:21:\"Group-6-9-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:22:\"Group-6-9-1170x500.png\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x190.png\";s:5:\"width\";i:370;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:21:\"Group-6-9-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:19:\"Group-6-9-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:21:\"Group-6-9-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:21:\"Group-6-9-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:21:\"Group-6-9-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:21:\"Group-6-9-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:21:\"Group-6-9-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:21:\"Group-6-9-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:21:\"Group-6-9-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:21:\"Group-6-9-770x602.png\";s:5:\"width\";i:770;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:19:\"Group-6-9-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:21:\"Group-6-9-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(537,7927,'_elementor_source_image_hash','5bd61d618a14f3f3ec73221ba691621bb82fa00f'),(538,7927,'_wp_attachment_image_alt','Group-6-9.png'),(539,7927,'_wxr_import_user_slug','admin'),(540,7928,'_elementor_template_type','page'),(541,7928,'_elementor_edit_mode','builder'),(542,7928,'_elementor_controls_usage','a:13:{s:6:\"column\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:21:\"space_between_widgets\";i:15;s:12:\"_inline_size\";i:17;s:19:\"_inline_size_tablet\";i:5;s:16:\"content_position\";i:4;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;s:13:\"content_width\";i:6;s:16:\"content_position\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:21:\"background_attachment\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:9;s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:9;s:13:\"margin_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:12;s:12:\"align_tablet\";i:3;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:10;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:9;s:25:\"typography_text_transform\";i:2;s:22:\"typography_line_height\";i:12;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:9;s:15:\"_padding_mobile\";i:2;s:15:\"_padding_tablet\";i:1;s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:12;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_line_height\";i:5;s:10:\"text_color\";i:1;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:3;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:5;}}}}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:3:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:13:\"border_radius\";i:4;s:12:\"text_padding\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:4;}}}}s:16:\"jet-animated-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:21:\"section_front_content\";a:3:{s:16:\"front_side_title\";i:6;s:19:\"front_side_subtitle\";i:6;s:22:\"front_side_description\";i:6;}s:20:\"section_back_content\";a:5:{s:15:\"back_side_title\";i:6;s:21:\"back_side_description\";i:6;s:21:\"back_side_button_text\";i:6;s:18:\"back_side_subtitle\";i:6;s:21:\"back_side_button_link\";i:6;}s:16:\"section_settings\";a:2:{s:10:\"box_height\";i:6;s:16:\"animation_effect\";i:6;}}s:5:\"style\";a:4:{s:34:\"section_animated_box_general_style\";a:10:{s:32:\"front_side_background_background\";i:6;s:27:\"front_side_background_color\";i:6;s:31:\"back_side_background_background\";i:6;s:26:\"back_side_background_image\";i:6;s:29:\"back_side_background_position\";i:6;s:31:\"back_side_background_attachment\";i:6;s:27:\"back_side_background_repeat\";i:6;s:25:\"back_side_background_size\";i:6;s:34:\"back_overlay_background_background\";i:6;s:29:\"back_overlay_background_color\";i:6;}s:31:\"section_animated_box_icon_style\";a:5:{s:16:\"front_icon_color\";i:6;s:20:\"front_icon_font_size\";i:6;s:27:\"front_icon_font_size_tablet\";i:6;s:15:\"front_icon_size\";i:6;s:22:\"front_icon_size_tablet\";i:6;}s:32:\"section_animated_box_title_style\";a:13:{s:17:\"front_title_color\";i:6;s:33:\"front_title_typography_typography\";i:6;s:34:\"front_title_typography_font_family\";i:6;s:32:\"front_title_typography_font_size\";i:6;s:34:\"front_title_typography_font_weight\";i:6;s:34:\"front_title_typography_line_height\";i:6;s:32:\"back_title_typography_typography\";i:6;s:33:\"back_title_typography_font_family\";i:6;s:31:\"back_title_typography_font_size\";i:6;s:33:\"back_title_typography_font_weight\";i:6;s:33:\"back_title_typography_line_height\";i:6;s:39:\"front_title_typography_font_size_tablet\";i:6;s:38:\"back_title_typography_font_size_tablet\";i:6;}s:35:\"section_animated_box_subtitle_style\";a:10:{s:20:\"front_subtitle_color\";i:6;s:36:\"front_subtitle_typography_typography\";i:6;s:37:\"front_subtitle_typography_font_family\";i:6;s:35:\"front_subtitle_typography_font_size\";i:6;s:37:\"front_subtitle_typography_font_weight\";i:6;s:37:\"front_subtitle_typography_line_height\";i:6;s:35:\"back_subtitle_typography_typography\";i:6;s:36:\"back_subtitle_typography_font_family\";i:6;s:34:\"back_subtitle_typography_font_size\";i:6;s:36:\"back_subtitle_typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:6;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:4:{s:12:\"item_padding\";i:1;s:22:\"item_content_alignment\";i:1;s:25:\"item_space_between_tablet\";i:1;s:18:\"item_space_between\";i:1;}s:19:\"section_title_style\";a:7:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:24:\"title_vertical_alignment\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}s:19:\"section_price_style\";a:13:{s:15:\"price_min_width\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:11:\"price_color\";i:1;s:13:\"price_padding\";i:1;s:24:\"price_vertical_alignment\";i:1;s:15:\"price_alignment\";i:1;s:22:\"price_alignment_tablet\";i:1;s:22:\"price_min_width_mobile\";i:1;s:22:\"price_min_width_tablet\";i:1;s:20:\"price_padding_tablet\";i:1;}s:23:\"section_separator_style\";a:8:{s:21:\"separator_border_type\";i:1;s:22:\"separator_border_width\";i:1;s:22:\"separator_border_color\";i:1;s:28:\"separator_vertical_alignment\";i:1;s:16:\"separator_margin\";i:1;s:35:\"separator_vertical_alignment_tablet\";i:1;s:23:\"separator_margin_tablet\";i:1;s:23:\"separator_margin_mobile\";i:1;}s:25:\"section_description_style\";a:1:{s:28:\"description_alignment_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:12:\"jet-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}s:16:\"section_settings\";a:2:{s:29:\"instance_alignment_horizontal\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_first_part_style\";a:7:{s:11:\"first_color\";i:1;s:27:\"first_typography_typography\";i:1;s:28:\"first_typography_font_family\";i:1;s:26:\"first_typography_font_size\";i:1;s:28:\"first_typography_font_weight\";i:1;s:28:\"first_typography_line_height\";i:1;s:35:\"first_typography_line_height_tablet\";i:1;}s:25:\"section_second_part_style\";a:7:{s:12:\"second_color\";i:1;s:28:\"second_typography_typography\";i:1;s:29:\"second_typography_font_family\";i:1;s:27:\"second_typography_font_size\";i:1;s:29:\"second_typography_font_weight\";i:1;s:29:\"second_typography_line_height\";i:1;s:36:\"second_typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"pause_on_hover\";i:1;s:15:\"adaptive_height\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:7:{s:19:\"section_image_style\";a:7:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;s:12:\"image_margin\";i:1;s:15:\"image_alignment\";i:1;s:19:\"image_margin_tablet\";i:1;s:22:\"image_alignment_tablet\";i:1;}s:20:\"section_arrows_style\";a:18:{s:27:\"arrows_style_popover_toggle\";i:1;s:23:\"arrows_style_background\";i:1;s:18:\"arrows_style_color\";i:1;s:27:\"arrows_style_box_font_color\";i:1;s:33:\"arrows_hover_style_popover_toggle\";i:1;s:33:\"arrows_hover_style_box_font_color\";i:1;s:18:\"prev_vert_position\";i:1;s:20:\"prev_bottom_position\";i:1;s:18:\"prev_left_position\";i:1;s:18:\"next_vert_position\";i:1;s:20:\"next_bottom_position\";i:1;s:19:\"next_right_position\";i:1;s:27:\"prev_bottom_position_tablet\";i:1;s:25:\"prev_left_position_tablet\";i:1;s:27:\"next_bottom_position_tablet\";i:1;s:26:\"next_right_position_tablet\";i:1;s:27:\"prev_bottom_position_mobile\";i:1;s:27:\"next_bottom_position_mobile\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}s:21:\"section_comment_style\";a:15:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:28:\"comment_typography_font_size\";i:1;s:30:\"comment_typography_line_height\";i:1;s:22:\"comment_padding_tablet\";i:1;s:24:\"comment_alignment_tablet\";i:1;s:29:\"comment_text_alignment_tablet\";i:1;}s:18:\"section_name_style\";a:11:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:27:\"name_typography_line_height\";i:1;s:11:\"name_margin\";i:1;s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;s:18:\"name_margin_tablet\";i:1;s:21:\"name_alignment_tablet\";i:1;s:26:\"name_text_alignment_tablet\";i:1;}s:22:\"section_position_style\";a:12:{s:14:\"position_color\";i:1;s:30:\"position_typography_typography\";i:1;s:31:\"position_typography_font_family\";i:1;s:29:\"position_typography_font_size\";i:1;s:31:\"position_typography_font_weight\";i:1;s:31:\"position_typography_line_height\";i:1;s:15:\"position_margin\";i:1;s:18:\"position_alignment\";i:1;s:23:\"position_text_alignment\";i:1;s:22:\"position_margin_tablet\";i:1;s:25:\"position_alignment_tablet\";i:1;s:30:\"position_text_alignment_tablet\";i:1;}s:18:\"section_item_style\";a:6:{s:11:\"image_order\";i:1;s:10:\"icon_order\";i:1;s:11:\"title_order\";i:1;s:13:\"comment_order\";i:1;s:10:\"name_order\";i:1;s:14:\"position_order\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:7:{s:11:\"posts_query\";i:1;s:10:\"related_by\";i:1;s:8:\"post_cat\";i:1;s:9:\"show_meta\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:13:\"title_padding\";i:1;}s:18:\"section_meta_style\";a:1:{s:10:\"meta_color\";i:1;}s:21:\"section_excerpt_style\";a:6:{s:29:\"excerpt_typography_typography\";i:1;s:30:\"excerpt_typography_font_family\";i:1;s:28:\"excerpt_typography_font_size\";i:1;s:30:\"excerpt_typography_font_weight\";i:1;s:30:\"excerpt_typography_line_height\";i:1;s:14:\"excerpt_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_inputs_style\";a:1:{s:13:\"input_padding\";i:1;}s:18:\"section_text_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}}'),(543,7928,'_elementor_version','2.7.5'),(544,7928,'_elementor_data','[{\"id\":\"47036f0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"4b2879f\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71dafbb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65eecdf8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"e80a3a8\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7914,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-1.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"225\",\"right\":\"0\",\"bottom\":\"178\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15aaf555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"158730ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"your health is your priority\",\"title_color\":\"#16b0c8\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":41},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":26},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74bde0b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality Care\",\"title_color\":\"#16b0c8\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":119},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":51},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.6},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"535ea98a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"60dc4465\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We will help you to feel better and enjoy every single day of your life.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"750\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22d84578\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"290f0ecb\",\"elType\":\"widget\",\"settings\":{\"text\":\"learn more\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.6},\"button_text_color\":\"#1c374c\",\"background_color\":\"#fae80c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1c374c\",\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c5d90ce\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"8972b78\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"337064be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f641814\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"4591032\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10f54256\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ff93a33\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Consultation\",\"front_side_subtitle\":\"by professionals\",\"front_side_description\":\"\",\"back_side_title\":\"Consultation\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-book\",\"back_side_subtitle\":\"by professionals\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7915,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/c8186a2c99bb13be611d20f242f38aff.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"46cddfc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7588e272\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Diagnosis\",\"front_side_subtitle\":\"Accurate approach\",\"front_side_description\":\"\",\"back_side_title\":\"Diagnosis\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heart-o\",\"back_side_subtitle\":\"Accurate approach\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7916,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/img02.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"6b519ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c901b4e\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Treatment\",\"front_side_subtitle\":\" Individual approach\",\"front_side_description\":\"\",\"back_side_title\":\"Treatment\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heartbeat\",\"back_side_subtitle\":\" Individual approach\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7917,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/ttable-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fafb455\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"4591032\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bff4b06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f220a8b\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pregnancy Care\",\"front_side_subtitle\":\"Safety and Carefully \",\"front_side_description\":\"\",\"back_side_title\":\"Pregnancy Care\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-female\",\"back_side_subtitle\":\"Safety and Carefully \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7918,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Projects-2.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"55f746e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7914c2fc\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pediatric\",\"front_side_subtitle\":\"High-quality kids care\",\"front_side_description\":\"\",\"back_side_title\":\"Pediatric\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-child\",\"back_side_subtitle\":\"High-quality kids care\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7919,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Projects-3.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"1e6eb5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d5055e7\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Online Help\",\"front_side_subtitle\":\"24\\/7\",\"front_side_description\":\"\",\"back_side_title\":\"Online Help\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-mobile-phone\",\"back_side_subtitle\":\"24\\/7\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7920,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/contacts-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"22e0a69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#16B0C8\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"-3\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3456dde1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"a649401\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"rgba(255,255,255,0.27)\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36d66023\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5eea500a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Our\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44cc82bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Weekly Timetable\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2714417f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You can make an appointment , select the convient time and choose the appropriate doctor here.\",\"text_color\":\"#ffffff\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"427be22d\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Monday - Friday\",\"item_price\":\"8:00 - 18:00\",\"item_text\":\"\",\"_id\":\"fbf8e77\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Saturday\",\"item_price\":\"8:00 - 18:00\",\"item_text\":\"\",\"_id\":\"e233e45\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Sunday\",\"item_price\":\"8:00 - 18:00\",\"item_text\":\"\",\"_id\":\"3a92e39\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_content_alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":41},\"title_color\":\"#ffffff\",\"title_vertical_alignment\":\"\",\"price_min_width\":{\"unit\":\"px\",\"size\":77},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Roboto\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"price_typography_font_weight\":\"700\",\"price_color\":\"#fae80c\",\"price_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"price_vertical_alignment\":\"\",\"price_alignment\":\"left\",\"separator_border_type\":\"solid\",\"separator_border_width\":{\"unit\":\"px\",\"size\":3},\"separator_border_color\":\"#ffffff\",\"separator_vertical_alignment\":\"center\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"42\",\"bottom\":\"0\",\"left\":\"31\",\"isLinked\":false},\"item_space_between_tablet\":{\"unit\":\"px\",\"size\":5},\"price_alignment_tablet\":\"left\",\"description_alignment_tablet\":\"left\",\"separator_vertical_alignment_tablet\":\"center\",\"separator_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"102\",\"bottom\":\"0\",\"left\":\"54\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"price_min_width_mobile\":{\"unit\":\"px\",\"size\":0},\"separator_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_space_between\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"price_min_width_tablet\":{\"unit\":\"px\",\"size\":376},\"price_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-price-list\"},{\"id\":\"5bdd378c\",\"elType\":\"widget\",\"settings\":{\"text\":\"visit us\",\"size\":\"lg\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#1c374c\",\"hover_color\":\"#1c374c\",\"button_background_hover_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"typography_typography\":\"custom\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"50\",\"bottom\":\"18\",\"left\":\"50\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"357990ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"6745120\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1280},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"763f5026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2914be94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7921,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Depositphotos_27390647_original.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e19ce61\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d39d534\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bed040c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Total Health Care\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f4e5ef2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"42e4ca89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31dbd205\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f479925\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da0cdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2764b477\",\"elType\":\"widget\",\"settings\":{\"title\":\"We try to do our best to help you and provide with a high-quality services. \",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"761578ea\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"406a282d\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16b0c8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2be759cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"6745120\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":7922,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-8.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5332df3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"_inline_size_tablet\":53,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f8c32b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Online Consultation\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a191967\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e8e53fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\" In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"583799d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27696f4f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Take the First Step to Help\",\"second_part\":\"(800) 123 4567\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#1c374c\",\"first_typography_typography\":\"custom\",\"first_typography_font_family\":\"Roboto\",\"first_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"first_typography_font_weight\":\"700\",\"first_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"second_color\":\"#16b0c8\",\"second_typography_typography\":\"custom\",\"second_typography_font_family\":\"Roboto\",\"second_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"second_typography_font_weight\":\"700\",\"second_typography_line_height\":{\"unit\":\"px\",\"size\":4},\"first_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"second_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"link\":{\"url\":\"tel:(800) 123 4567\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_before_icon\":{\"value\":\"\",\"library\":\"\"},\"before_image\":{\"url\":\"\",\"id\":\"\"},\"selected_after_icon\":{\"value\":\"\",\"library\":\"\"},\"after_image\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"instance_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"instance_background_slideshow_gallery\":[],\"first_background_image\":{\"url\":\"\",\"id\":\"\"},\"first_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"first_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"first_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"first_background_slideshow_gallery\":[],\"first_text_image\":{\"url\":\"\",\"id\":\"\"},\"second_background_image\":{\"url\":\"\",\"id\":\"\"},\"second_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"second_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"second_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"second_background_slideshow_gallery\":[],\"second_text_image\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_image\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_slideshow_gallery\":[],\"divider_deco_right_background_image\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-headline\"},{\"id\":\"4cfd09c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16B0C8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"5ad9d40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e633bf9\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"padding\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"53833cc\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ee158c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49ffb0ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Medical Specialists\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22ba19da\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"c9b3986\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1220},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38c475af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"325bdbb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"d895df7\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7926,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-9.png\"},\"background_position\":\"top center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"114\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48bd8ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"3efcdefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"522067e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Clients Say\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bced86e\",\"elType\":\"widget\",\"settings\":{\"pause_on_hover\":\"true\",\"adaptive_height\":\"\",\"arrows\":\"true\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"item_date\":\"\",\"_id\":\"15bae4e\",\"item_image\":{\"id\":7923,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/testy1-104x104.jpg\"},\"item_icon\":\"\",\"item_title\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":0},{\"item_comment\":\"We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"item_date\":\"\",\"_id\":\"9565f01\",\"item_image\":{\"id\":7924,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/testy2-104x104.jpg\"},\"item_icon\":\"\",\"item_title\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":0},{\"item_comment\":\"We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"item_date\":\"\",\"_id\":\"a555e01\",\"item_image\":{\"id\":7925,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/testy3-104x104.jpg\"},\"item_icon\":\"\",\"item_title\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":0}],\"image_width\":{\"unit\":\"px\",\"size\":70},\"image_height\":{\"unit\":\"px\",\"size\":70},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image_alignment\":\"flex-start\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(0,0,0,0)\",\"arrows_style_box_font_color\":\"#1c374c\",\"arrows_hover_style_popover_toggle\":\"custom\",\"arrows_hover_style_box_font_color\":\"#16b0c8\",\"prev_vert_position\":\"bottom\",\"prev_bottom_position\":{\"unit\":\"px\",\"size\":20},\"prev_left_position\":{\"unit\":\"px\",\"size\":485},\"next_vert_position\":\"bottom\",\"next_bottom_position\":{\"unit\":\"px\",\"size\":20},\"next_right_position\":{\"unit\":\"px\",\"size\":5},\"title_typography_typography\":\"custom\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"comment_color\":\"#0c0c0c\",\"comment_width\":{\"unit\":\"px\",\"size\":570},\"comment_background_background\":\"classic\",\"comment_background_color\":\"rgba(0,0,0,0)\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"123\",\"left\":\"5\",\"isLinked\":false},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"PT Serif\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"name_typography_font_weight\":\"700\",\"name_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"name_margin\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"position_color\":\"#1c374c\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"Roboto\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"image_order\":3,\"icon_order\":6,\"title_order\":1,\"comment_order\":2,\"name_order\":4,\"position_order\":5,\"image_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_alignment_tablet\":\"center\",\"prev_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"prev_left_position_tablet\":{\"unit\":\"px\",\"size\":40},\"next_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"next_right_position_tablet\":{\"unit\":\"px\",\"size\":35},\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"Roboto\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"comment_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment_tablet\":\"center\",\"comment_text_alignment_tablet\":\"center\",\"name_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_alignment_tablet\":\"center\",\"name_text_alignment_tablet\":\"center\",\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment_tablet\":\"center\",\"position_text_alignment_tablet\":\"center\",\"prev_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"next_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"selected_prev_arrow\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"selected_next_arrow\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"item_background_image\":{\"url\":\"\",\"id\":\"\"},\"item_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"item_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_background_slideshow_gallery\":[],\"comment_background_image\":{\"url\":\"\",\"id\":\"\"},\"comment_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"comment_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"comment_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"comment_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4997ae80\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"a376cba\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"83\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7540a63b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17bbdc7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e4b3def\",\"elType\":\"widget\",\"settings\":{\"posts_query\":\"category\",\"related_by\":\"keyword\",\"post_cat\":[\"5\"],\"title_trimmed_ending_text\":\"...\",\"show_meta\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b8c0fbd\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"62c5f13\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\"}],\"title_color\":\"#1c374c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"excerpt_length\":18,\"show_more\":\"\",\"meta_color\":\"#16b0c8\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_family\":\"Roboto\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"excerpt_typography_font_weight\":\"400\",\"excerpt_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"columns_tablet\":\"3\",\"excerpt_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"selected_more_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_prev_arrow\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"selected_next_arrow\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3921e0fd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"456bea4\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f163158\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":999,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"984db47\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"0c527eb\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7927,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-65\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-52\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70fc62f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d92d714\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491ab31a\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"7711::cf_home\",\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"input_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_slideshow_gallery\":[],\"input_focus_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_slideshow_gallery\":[],\"input_invalid_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true},{\"id\":\"3a84ffe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(545,7928,'_wxr_import_user_slug','admin'),(546,7928,'_wxr_import_has_attachment_refs','1'),(547,7959,'_wp_attached_file','2019/11/.png'),(548,7959,'_elementor_source_image_hash','c05ef7f7f4c21204e958becc387cf534cd8542d1'),(549,7959,'_wp_attachment_image_alt','.png'),(550,7959,'_wxr_import_user_slug','admin'),(551,7960,'_wp_attached_file','2019/11/certificate.png'),(552,7960,'_wp_attached_file','2019/11/certificate.png'),(553,7960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:23:\"2019/11/certificate.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"certificate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:21:\"certificate-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:23:\"certificate-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:23:\"certificate-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:23:\"certificate-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:23:\"certificate-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:23:\"certificate-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:21:\"certificate-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(554,7960,'_elementor_source_image_hash','1b1182a7b2e961a5cbf4e1dc98a476d00b32d1a4'),(555,7960,'_wp_attachment_image_alt','certificate.png'),(556,7960,'_wxr_import_user_slug','admin'),(557,7961,'_wp_attached_file','2019/11/certificate-1.png'),(558,7961,'_wp_attached_file','2019/11/certificate-1.png'),(559,7961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2019/11/certificate-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"certificate-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"certificate-1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"certificate-1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"certificate-1-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"certificate-1-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"certificate-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"certificate-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"certificate-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(560,7961,'_elementor_source_image_hash','7c4222f9174c086bdab8fb0042734ac35f911627'),(561,7961,'_wp_attachment_image_alt','certificate-1.png'),(562,7961,'_wxr_import_user_slug','admin'),(563,7962,'_wp_attached_file','2019/11/certificate-2.png'),(564,7962,'_wp_attached_file','2019/11/certificate-2.png'),(565,7962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2019/11/certificate-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"certificate-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"certificate-2-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"certificate-2-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"certificate-2-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"certificate-2-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"certificate-2-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"certificate-2-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"certificate-2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(566,7962,'_elementor_source_image_hash','a526749f4eec7c5742dac32d6168c98fa916a0d9'),(567,7962,'_wp_attachment_image_alt','certificate-2.png'),(568,7962,'_wxr_import_user_slug','admin'),(569,7963,'_wp_attached_file','2019/11/certificate-3.png'),(570,7963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2019/11/certificate-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"certificate-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:23:\"certificate-3-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:25:\"certificate-3-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:25:\"certificate-3-250x204.png\";s:5:\"width\";i:250;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:25:\"certificate-3-266x204.png\";s:5:\"width\";i:266;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:25:\"certificate-3-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:25:\"certificate-3-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:23:\"certificate-3-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;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:{}}}'),(571,7963,'_elementor_source_image_hash','932aa192357a87f9d3069dc893afd2e77d4983a8'),(572,7963,'_wp_attachment_image_alt','certificate-3.png'),(573,7963,'_wxr_import_user_slug','admin'),(574,7964,'_elementor_template_type','page'),(575,7964,'_elementor_edit_mode','builder'),(576,7964,'_elementor_controls_usage','a:12:{s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:7;s:16:\"content_position\";i:1;s:19:\"_inline_size_tablet\";i:2;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:3;s:7:\"z_index\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:7;s:11:\"header_size\";i:2;s:5:\"align\";i:2;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:7;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:7;}}}}s:6:\"spacer\";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_spacer\";a:1:{s:5:\"space\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:2;}}}}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:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:10;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:7;s:7:\"padding\";i:9;s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:25:\"title_bottom_space_tablet\";i:1;}s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:18:\"image_space_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:3;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:6:\"suffix\";i:1;s:5:\"title\";i:4;s:13:\"ending_number\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;}s:13:\"section_title\";a:7:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:27:\"typography_title_font_style\";i:4;s:28:\"typography_title_line_height\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:4;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"pause_on_hover\";i:1;s:15:\"adaptive_height\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:7:{s:19:\"section_image_style\";a:7:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;s:12:\"image_margin\";i:1;s:15:\"image_alignment\";i:1;s:19:\"image_margin_tablet\";i:1;s:22:\"image_alignment_tablet\";i:1;}s:20:\"section_arrows_style\";a:18:{s:27:\"arrows_style_popover_toggle\";i:1;s:23:\"arrows_style_background\";i:1;s:18:\"arrows_style_color\";i:1;s:27:\"arrows_style_box_font_color\";i:1;s:33:\"arrows_hover_style_popover_toggle\";i:1;s:33:\"arrows_hover_style_box_font_color\";i:1;s:18:\"prev_vert_position\";i:1;s:20:\"prev_bottom_position\";i:1;s:18:\"prev_left_position\";i:1;s:18:\"next_vert_position\";i:1;s:20:\"next_bottom_position\";i:1;s:19:\"next_right_position\";i:1;s:27:\"prev_bottom_position_tablet\";i:1;s:25:\"prev_left_position_tablet\";i:1;s:27:\"next_bottom_position_tablet\";i:1;s:26:\"next_right_position_tablet\";i:1;s:27:\"prev_bottom_position_mobile\";i:1;s:27:\"next_bottom_position_mobile\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}s:21:\"section_comment_style\";a:15:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:28:\"comment_typography_font_size\";i:1;s:30:\"comment_typography_line_height\";i:1;s:22:\"comment_padding_tablet\";i:1;s:24:\"comment_alignment_tablet\";i:1;s:29:\"comment_text_alignment_tablet\";i:1;}s:18:\"section_name_style\";a:11:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:27:\"name_typography_line_height\";i:1;s:11:\"name_margin\";i:1;s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;s:18:\"name_margin_tablet\";i:1;s:21:\"name_alignment_tablet\";i:1;s:26:\"name_text_alignment_tablet\";i:1;}s:22:\"section_position_style\";a:12:{s:14:\"position_color\";i:1;s:30:\"position_typography_typography\";i:1;s:31:\"position_typography_font_family\";i:1;s:29:\"position_typography_font_size\";i:1;s:31:\"position_typography_font_weight\";i:1;s:31:\"position_typography_line_height\";i:1;s:15:\"position_margin\";i:1;s:18:\"position_alignment\";i:1;s:23:\"position_text_alignment\";i:1;s:22:\"position_margin_tablet\";i:1;s:25:\"position_alignment_tablet\";i:1;s:30:\"position_text_alignment_tablet\";i:1;}s:18:\"section_item_style\";a:6:{s:11:\"image_order\";i:1;s:10:\"icon_order\";i:1;s:11:\"title_order\";i:1;s:13:\"comment_order\";i:1;s:10:\"name_order\";i:1;s:14:\"position_order\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:1:{s:14:\"columns_tablet\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_brand_item_style\";a:1:{s:32:\"vertical_brands_alignment_tablet\";i:1;}s:24:\"section_brand_logo_style\";a:1:{s:21:\"logo_alignment_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_inputs_style\";a:1:{s:13:\"input_padding\";i:1;}s:18:\"section_text_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}}'),(577,7964,'_elementor_version','2.7.5'),(578,7964,'_elementor_data','[{\"id\":\"7f4e43cd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"6745120\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1280},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d7dc51e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71a5585f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"7921\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Depositphotos_27390647_original.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"533261cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22b3d8db\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fac48fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Total Health Care\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3379820\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"15d35750\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"543c4a40\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"721c7e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e2234e0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cb6f7a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"We try to do our best to help you and provide with a high-quality services. \",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55b61e29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c04ad08\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16b0c8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"43\",\"bottom\":\"18\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61ae3ab4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"33c2414\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_color\":\"#f6fcff\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e6e4298\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77f6bdb2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7953,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\ue8cd.png\"},\"title_text\":\"Quality and Sagety\",\"description_text\":\"We provide you with professional medical services by our experienced staff. Our clinic has the best monitoring, diagnostic and even life support equipment\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":30},\"image_space_tablet\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"27d1021a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7378e675\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7954,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\ue8c2.png\"},\"title_text\":\"Diginity and Respect\",\"description_text\":\"Your state is very important for us. We use individual approach and treat each our patient respectfully, taking into account your wishes and suggestions.\",\"image_space\":{\"unit\":\"px\",\"size\":32},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"25aca248\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58de9d15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7955,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\ue8bb.png\"},\"title_text\":\"Responsibility\",\"description_text\":\"Our staff is very professional and responsive. We love our work and try to do our best to provide you with a high-quility services and treatment.\",\"image_space\":{\"unit\":\"px\",\"size\":33},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"image_space_tablet\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":17},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b6fac16\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"padding\":{\"unit\":\"px\",\"top\":\"89\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"53833cc\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"030\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d2f62b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b3ffb51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Medical Specialists\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f0ee45f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"c9b3986\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a33230b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3563b670\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"1d988ec\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_color\":\"#16b0c8\",\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"0\",\"bottom\":\"122\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45a1ffa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"161adbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7956,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\uedc0.png\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e2a3956\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Quality\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"331fc4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5eba5165\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7957,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\uef52.png\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5fcf91b5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":145,\"title\":\"People Working\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"36575ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16e2a40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7958,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\ue895.png\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7f7bdab1\",\"elType\":\"widget\",\"settings\":{\"ending_number\":38,\"title\":\"Years Of Experience\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"2873daf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17418190\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7959,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\uee03.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53b824f1\",\"elType\":\"widget\",\"settings\":{\"ending_number\":7856,\"title\":\"Happy Clients \",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d783cea\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"d895df7\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":\"7926\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-9.png\"},\"background_position\":\"top center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"114\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"106f1c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"63a17e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e29f91d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Clients Say\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11686379\",\"elType\":\"widget\",\"settings\":{\"pause_on_hover\":\"true\",\"adaptive_height\":\"\",\"arrows\":\"true\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"item_date\":\"\",\"_id\":\"15bae4e\",\"item_image\":{\"id\":\"7923\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/testy1-104x104.jpg\"},\"item_icon\":\"\",\"item_title\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":0},{\"item_comment\":\"We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"item_date\":\"\",\"_id\":\"9565f01\",\"item_image\":{\"id\":\"7924\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/testy2-104x104.jpg\"},\"item_icon\":\"\",\"item_title\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":0},{\"item_comment\":\"We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"item_date\":\"\",\"_id\":\"a555e01\",\"item_image\":{\"id\":\"7925\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/testy3-104x104.jpg\"},\"item_icon\":\"\",\"item_title\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":0}],\"image_width\":{\"unit\":\"px\",\"size\":70},\"image_height\":{\"unit\":\"px\",\"size\":70},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image_alignment\":\"flex-start\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(0,0,0,0)\",\"arrows_style_box_font_color\":\"#1c374c\",\"arrows_hover_style_popover_toggle\":\"custom\",\"arrows_hover_style_box_font_color\":\"#16b0c8\",\"prev_vert_position\":\"bottom\",\"prev_bottom_position\":{\"unit\":\"px\",\"size\":20},\"prev_left_position\":{\"unit\":\"px\",\"size\":485},\"next_vert_position\":\"bottom\",\"next_bottom_position\":{\"unit\":\"px\",\"size\":20},\"next_right_position\":{\"unit\":\"px\",\"size\":5},\"title_typography_typography\":\"custom\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"comment_color\":\"#0c0c0c\",\"comment_width\":{\"unit\":\"px\",\"size\":570},\"comment_background_background\":\"classic\",\"comment_background_color\":\"rgba(0,0,0,0)\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"123\",\"left\":\"5\",\"isLinked\":false},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"PT Serif\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"name_typography_font_weight\":\"700\",\"name_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"name_margin\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"position_color\":\"#1c374c\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"Roboto\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"image_order\":3,\"icon_order\":6,\"title_order\":1,\"comment_order\":2,\"name_order\":4,\"position_order\":5,\"image_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_alignment_tablet\":\"center\",\"prev_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"prev_left_position_tablet\":{\"unit\":\"px\",\"size\":40},\"next_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"next_right_position_tablet\":{\"unit\":\"px\",\"size\":35},\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"Roboto\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"comment_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment_tablet\":\"center\",\"comment_text_alignment_tablet\":\"center\",\"name_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_alignment_tablet\":\"center\",\"name_text_alignment_tablet\":\"center\",\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment_tablet\":\"center\",\"position_text_alignment_tablet\":\"center\",\"prev_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"next_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"selected_prev_arrow\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"selected_next_arrow\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"item_background_image\":{\"url\":\"\",\"id\":\"\"},\"item_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"item_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"item_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"item_background_slideshow_gallery\":[],\"comment_background_image\":{\"url\":\"\",\"id\":\"\"},\"comment_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"comment_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"comment_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"comment_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70f12360\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"53833cc\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"220fc0f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"95f212b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diplomas and Certificates of Our Doctors\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.6},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"169dc5a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"21d3953\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7aee5e0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31302345\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"id\":7960,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"2d67513\",\"item_desc\":\"\"},{\"item_image\":{\"id\":7961,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate-1.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b287049\",\"item_desc\":\"\"},{\"item_image\":{\"id\":7962,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate-2.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"aafcbf2\",\"item_desc\":\"\"},{\"item_image\":{\"id\":7963,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate-3.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d259698\",\"item_desc\":\"\"}],\"columns_tablet\":\"2\",\"vertical_brands_alignment_tablet\":\"center\",\"logo_alignment_tablet\":\"center\",\"logo_wrap_bg_image\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d5cee6f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"456bea4\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13a3dedf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":999,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"348f9b66\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"0c527eb\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":\"7927\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-65\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-52\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1970bbd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12de5df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"262e595e\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"7711::cf_home\",\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"input_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_slideshow_gallery\":[],\"input_focus_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_slideshow_gallery\":[],\"input_invalid_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true},{\"id\":\"5e4e0a10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(579,7964,'_wxr_import_user_slug','admin'),(580,7964,'_wxr_import_has_attachment_refs','1'),(581,7971,'_elementor_template_type','page'),(582,7971,'_elementor_edit_mode','builder'),(583,7971,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:14:\"padding_mobile\";i:2;s:7:\"z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:1:{s:14:\"columns_tablet\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_brand_item_style\";a:1:{s:32:\"vertical_brands_alignment_tablet\";i:1;}s:24:\"section_brand_logo_style\";a:1:{s:21:\"logo_alignment_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_inputs_style\";a:1:{s:13:\"input_padding\";i:1;}s:18:\"section_text_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}}'),(584,7971,'_elementor_version','2.7.5'),(585,7971,'_elementor_data','[{\"id\":\"2c1c8af0\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-80\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"cbe0474\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39b88f71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"548fb108\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Medical Specialists\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28934f88\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"53833cc\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"83f242f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b350f49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diplomas and Certificates of Our Doctors\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.6},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"481df7ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"21d3953\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c067f0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14423979\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"id\":\"7960\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"2d67513\",\"item_desc\":\"\"},{\"item_image\":{\"id\":\"7961\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate-1.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b287049\",\"item_desc\":\"\"},{\"item_image\":{\"id\":\"7962\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate-2.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"aafcbf2\",\"item_desc\":\"\"},{\"item_image\":{\"id\":\"7963\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/certificate-3.png\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d259698\",\"item_desc\":\"\"}],\"columns_tablet\":\"2\",\"vertical_brands_alignment_tablet\":\"center\",\"logo_alignment_tablet\":\"center\",\"logo_wrap_bg_image\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"logo_wrap_bg_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1fa94c1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"456bea4\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59c8ce45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":999,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"604bc337\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"0c527eb\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":\"7927\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-65\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-52\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"834c10e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"162ff1fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58b01e67\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"7711::cf_home\",\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"input_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_slideshow_gallery\":[],\"input_focus_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_slideshow_gallery\":[],\"input_invalid_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true},{\"id\":\"2a5d59fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(586,7971,'_wxr_import_user_slug','admin'),(587,7971,'_wxr_import_has_attachment_refs','1'),(588,7979,'_wp_attached_file','2019/11/Depositphotos_135129520_el0.png'),(589,7979,'_wp_attached_file','2019/11/Depositphotos_135129520_el0.png'),(590,7979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2019/11/Depositphotos_135129520_el0.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-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:39:\"Depositphotos_135129520_el0-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-768x537.png\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-770x460.png\";s:5:\"width\";i:770;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-770x260.png\";s:5:\"width\";i:770;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-916x500.png\";s:5:\"width\";i:916;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x259.png\";s:5:\"width\";i:370;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-author-avatar\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-512x512.png\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:37:\"Depositphotos_135129520_el0-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-770-750\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-770x640.png\";s:5:\"width\";i:770;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:37:\"Depositphotos_135129520_el0-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:39:\"Depositphotos_135129520_el0-420x560.png\";s:5:\"width\";i:420;s:6:\"height\";i:560;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:{}}}'),(591,7979,'_elementor_source_image_hash','3984fb54ac52618701e00e08d590864a2291af61'),(592,7979,'_wp_attachment_image_alt','Depositphotos_135129520_el0.png'),(593,7979,'_wxr_import_user_slug','admin'),(594,8065,'_wp_attached_file','2018/11/cropped-Group-10-1.png'),(595,8065,'_wp_attached_file','2018/11/cropped-Group-10-1.png'),(596,8065,'_wp_attachment_context','site-icon'),(597,8065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2018/11/cropped-Group-10-1.png\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-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:30:\"cropped-Group-10-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-m\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"beclinic-thumb-l\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-512x460.png\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"beclinic-thumb-l-2\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-512x260.png\";s:5:\"width\";i:512;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"beclinic-thumb-xl\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-masonry\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"beclinic-thumb-72-62\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-1-72x62.png\";s:5:\"width\";i:72;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-170-125\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-170x125.png\";s:5:\"width\";i:170;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-250-222\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-250x222.png\";s:5:\"width\";i:250;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-266-250\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-266x250.png\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-270-200\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-270x200.png\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-200\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-370x200.png\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-300\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-370x300.png\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-370-340\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-370x340.png\";s:5:\"width\";i:370;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-390-380\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-390x380.png\";s:5:\"width\";i:390;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"beclinic-thumb-425-415\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-425x415.png\";s:5:\"width\";i:425;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"beclinic-thumb-wishlist\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"beclinic-thumb-listing-line-product\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:30:\"cropped-Group-10-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:28:\"cropped-Group-10-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(598,8065,'_wp_attachment_image_alt','cropped-Group-10-1.png'),(599,8065,'_wxr_import_user_slug','admin'),(600,8084,'_wp_attached_file','2019/11/logo.png'),(601,8084,'_wp_attached_file','2019/11/logo.png'),(602,8084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:42;s:4:\"file\";s:16:\"2019/11/logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(603,8084,'_wp_attachment_image_alt','logo'),(604,8084,'_wxr_import_parent','8004'),(605,8084,'_wxr_import_user_slug','admin'),(606,8085,'_wp_attached_file','2019/11/logo-retina.png'),(607,8085,'_wp_attached_file','2019/11/logo-retina.png'),(608,8085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:75;s:4:\"file\";s:23:\"2019/11/logo-retina.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-retina-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"logo-retina-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"logo-retina-230x75.png\";s:5:\"width\";i:230;s:6:\"height\";i:75;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:{}}}'),(609,8085,'_wp_attachment_image_alt','logo-retina'),(610,8085,'_wxr_import_parent','8004'),(611,8085,'_wxr_import_user_slug','admin'),(612,8088,'_wp_attached_file','2019/11/logo-footer.png'),(613,8088,'_wp_attached_file','2019/11/logo-footer.png'),(614,8088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:42;s:4:\"file\";s:23:\"2019/11/logo-footer.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(615,8088,'_wp_attachment_image_alt','logo-footer'),(616,8088,'_wxr_import_parent','8030'),(617,8088,'_wxr_import_user_slug','admin'),(618,8089,'_wp_attached_file','2019/11/logo-retina-footer.png'),(619,8089,'_wp_attached_file','2019/11/logo-retina-footer.png'),(620,8089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:75;s:4:\"file\";s:30:\"2019/11/logo-retina-footer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-retina-footer-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:29:\"logo-retina-footer-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:29:\"logo-retina-footer-230x75.png\";s:5:\"width\";i:230;s:6:\"height\";i:75;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:{}}}'),(621,8089,'_wp_attachment_image_alt','logo-retina-footer'),(622,8089,'_wxr_import_parent','8030'),(623,8089,'_wxr_import_user_slug','admin'),(624,8094,'_wp_attached_file','2019/12/favicon.png'),(625,8094,'_wp_attached_file','2019/12/favicon.png'),(626,8094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2019/12/favicon.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"favicon-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"favicon-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:19:\"favicon-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:19:\"favicon-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:19:\"favicon-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;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:{}}}'),(627,8094,'_wp_attachment_image_alt','favicon'),(628,8094,'_wxr_import_user_slug','admin'),(629,8095,'_wp_attached_file','2019/12/cropped-favicon.png'),(630,8095,'_wp_attached_file','2019/12/cropped-favicon.png'),(631,8095,'_wp_attachment_context','site-icon'),(632,8095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2019/12/cropped-favicon.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"cropped-favicon-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:25:\"cropped-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(633,8095,'_wp_attachment_image_alt','cropped-favicon.png'),(634,8095,'_wxr_import_user_slug','admin'),(637,10,'_elementor_controls_usage','a:0:{}'),(638,10,'post_sidebar','a:4:{s:7:\"sidebar\";s:0:\"\";s:12:\"shop-sidebar\";s:0:\"\";s:29:\"after-content-full-width-area\";s:0:\"\";s:11:\"footer-area\";s:0:\"\";}'),(639,10,'_revision-control','a:1:{i:0;s:8:\"defaults\";}'),(640,10,'jx_bryte_header_layout_type','inherit'),(641,10,'jx_bryte_top_panel_visibility','inherit'),(642,10,'jx_bryte_header_contact_block_visibility','inherit'),(643,10,'jx_bryte_header_search','inherit'),(644,10,'jx_bryte_header_btn_visibility','inherit'),(645,10,'jx_bryte_breadcrumbs_visibillity','inherit'),(646,10,'jx_bryte_footer_layout_type','inherit'),(647,10,'jx_bryte_footer_widget_area_visibility','inherit'),(648,10,'jx_bryte_footer_contact_block_visibility','inherit'),(649,10,'jx_bryte_header_woo_elements','inherit'),(650,10,'_wxr_import_user_slug','admin'),(651,10,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-video\";s:4:\"name\";s:5:\"Video\";}'),(652,10,'jx_bryte_sidebar_position','inherit'),(653,10,'jx_bryte_header_container_type','inherit'),(654,10,'jx_bryte_content_container_type','inherit'),(655,10,'jx_bryte_footer_container_type','inherit'),(656,10,'jx_bryte_header_transparent_layout','inherit'),(657,10,'jx_bryte_header_invert_color_scheme','inherit'),(658,10,'jx_bryte_single_post_type','inherit'),(659,10,'_wp_page_template','default'),(660,10,'slide_template','default'),(661,10,'be_dentist_sidebar_position','inherit'),(662,10,'be_dentist_header_container_type','inherit'),(663,10,'be_dentist_content_container_type','inherit'),(664,10,'be_dentist_footer_container_type','inherit'),(665,10,'be_dentist_header_layout_type','inherit'),(666,10,'be_dentist_header_transparent_layout','inherit'),(667,10,'be_dentist_header_invert_color_scheme','inherit'),(668,10,'be_dentist_top_panel_visibility','inherit'),(669,10,'be_dentist_header_contact_block_visibility','inherit'),(670,10,'be_dentist_header_search','inherit'),(671,10,'be_dentist_breadcrumbs_visibillity','inherit'),(672,10,'be_dentist_footer_layout_type','inherit'),(673,10,'be_dentist_footer_widget_area_visibility','inherit'),(674,10,'be_dentist_footer_contact_block_visibility','inherit'),(675,10,'be_dentist_single_post_type','inherit'),(676,10,'_wp_old_slug','site-speed-and-search-engines-optimization-aspects'),(677,10,'_thumbnail_id','6476'),(678,10,'beclinic_sidebar_position','one-right-sidebar'),(679,10,'beclinic_header_container_type','inherit'),(680,10,'beclinic_content_container_type','inherit'),(681,10,'beclinic_footer_container_type','inherit'),(682,10,'beclinic_header_layout_type','inherit'),(683,10,'beclinic_header_transparent_layout','inherit'),(684,10,'beclinic_top_panel_visibility','inherit'),(685,10,'beclinic_header_contact_block_visibility','inherit'),(686,10,'beclinic_header_search','inherit'),(687,10,'beclinic_breadcrumbs_visibillity','inherit'),(688,10,'beclinic_footer_layout_type','inherit'),(689,10,'beclinic_footer_widget_area_visibility','inherit'),(690,10,'beclinic_footer_contact_block_visibility','inherit'),(691,10,'beclinic_header_woo_elements','inherit'),(692,10,'beclinic_single_post_type','inherit'),(693,10,'cherry-open-page-popup','disable'),(694,10,'cherry-close-page-popup','disable'),(695,10,'_wp_old_date','2016-01-12'),(696,10,'kava_extra_link_target','_blank'),(697,10,'kava_extra_audio_loop','false'),(698,10,'kava_extra_audio_autoplay','false'),(699,10,'kava_extra_audio_preload','false'),(700,10,'kava_extra_video_type','library'),(701,10,'kava_extra_video_width','770'),(702,10,'kava_extra_video_height','480'),(703,10,'kava_extra_video_loop','false'),(704,10,'kava_extra_video_autoplay','false'),(705,10,'kava_extra_video_preload','false'),(706,10,'kava_extra_enable_breadcrumbs','inherit'),(707,10,'_wxr_import_user_slug','admin'),(708,10,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-video\";s:4:\"name\";s:5:\"Video\";}'),(711,3513,'_elementor_controls_usage','a:0:{}'),(712,3513,'post_sidebar','a:4:{s:7:\"sidebar\";s:0:\"\";s:12:\"shop-sidebar\";s:0:\"\";s:29:\"after-content-full-width-area\";s:0:\"\";s:11:\"footer-area\";s:0:\"\";}'),(713,3513,'_revision-control','a:1:{i:0;s:8:\"defaults\";}'),(714,3513,'_wp_old_slug','hello-world'),(715,3513,'jx_bryte_header_container_type','inherit'),(716,3513,'jx_bryte_content_container_type','inherit'),(717,3513,'jx_bryte_footer_container_type','inherit'),(718,3513,'jx_bryte_header_layout_type','inherit'),(719,3513,'jx_bryte_header_transparent_layout','inherit'),(720,3513,'jx_bryte_header_invert_color_scheme','inherit'),(721,3513,'jx_bryte_single_post_type','inherit'),(722,3513,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-audio\";s:4:\"name\";s:5:\"Audio\";}'),(723,3513,'enclosure','http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/wp-content/uploads/2016/07/sound1.mp3\n972416\naudio/mpeg\n'),(724,3513,'jx_bryte_sidebar_position','inherit'),(725,3513,'jx_bryte_top_panel_visibility','inherit'),(726,3513,'jx_bryte_header_contact_block_visibility','inherit'),(727,3513,'jx_bryte_header_search','inherit'),(728,3513,'jx_bryte_header_btn_visibility','inherit'),(729,3513,'jx_bryte_breadcrumbs_visibillity','inherit'),(730,3513,'jx_bryte_footer_layout_type','inherit'),(731,3513,'jx_bryte_footer_widget_area_visibility','inherit'),(732,3513,'jx_bryte_footer_contact_block_visibility','inherit'),(733,3513,'_wp_page_template','default'),(734,3513,'slide_template','default'),(735,3513,'jx_bryte_header_woo_elements','inherit'),(736,3513,'_wp_old_slug','in-the-lab-introducing-our-team'),(737,3513,'be_dentist_sidebar_position','inherit'),(738,3513,'be_dentist_header_container_type','inherit'),(739,3513,'be_dentist_content_container_type','inherit'),(740,3513,'be_dentist_footer_container_type','inherit'),(741,3513,'be_dentist_header_layout_type','inherit'),(742,3513,'be_dentist_header_transparent_layout','inherit'),(743,3513,'be_dentist_header_invert_color_scheme','inherit'),(744,3513,'be_dentist_top_panel_visibility','inherit'),(745,3513,'be_dentist_header_contact_block_visibility','inherit'),(746,3513,'be_dentist_header_search','inherit'),(747,3513,'be_dentist_breadcrumbs_visibillity','inherit'),(748,3513,'be_dentist_footer_layout_type','inherit'),(749,3513,'be_dentist_footer_widget_area_visibility','inherit'),(750,3513,'be_dentist_footer_contact_block_visibility','inherit'),(751,3513,'be_dentist_single_post_type','inherit'),(752,3513,'beclinic_sidebar_position','one-right-sidebar'),(753,3513,'beclinic_header_container_type','inherit'),(754,3513,'beclinic_content_container_type','inherit'),(755,3513,'beclinic_footer_container_type','inherit'),(756,3513,'beclinic_header_layout_type','inherit'),(757,3513,'beclinic_header_transparent_layout','inherit'),(758,3513,'beclinic_top_panel_visibility','inherit'),(759,3513,'beclinic_header_contact_block_visibility','inherit'),(760,3513,'beclinic_header_search','inherit'),(761,3513,'beclinic_breadcrumbs_visibillity','inherit'),(762,3513,'beclinic_footer_layout_type','inherit'),(763,3513,'beclinic_footer_widget_area_visibility','inherit'),(764,3513,'beclinic_footer_contact_block_visibility','inherit'),(765,3513,'beclinic_header_woo_elements','inherit'),(766,3513,'beclinic_single_post_type','inherit'),(767,3513,'cherry-open-page-popup','disable'),(768,3513,'cherry-close-page-popup','disable'),(769,3513,'_wp_old_date','2016-01-11'),(770,3513,'kava_extra_link_target','_blank'),(771,3513,'kava_extra_audio_loop','false'),(772,3513,'kava_extra_audio_autoplay','false'),(773,3513,'kava_extra_audio_preload','false'),(774,3513,'kava_extra_video_type','library'),(775,3513,'kava_extra_video_width','770'),(776,3513,'kava_extra_video_height','480'),(777,3513,'kava_extra_video_loop','false'),(778,3513,'kava_extra_video_autoplay','false'),(779,3513,'kava_extra_video_preload','false'),(780,3513,'kava_extra_enable_breadcrumbs','inherit'),(781,3513,'_wxr_import_user_slug','admin'),(782,3513,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-audio\";s:4:\"name\";s:5:\"Audio\";}'),(783,7885,'slide_template','default'),(784,7885,'_elementor_edit_mode','builder'),(785,7885,'_elementor_template_type','wp-page'),(786,7885,'_elementor_version','3.6.5'),(787,7885,'_wp_page_template','elementor_header_footer'),(788,7885,'_elementor_data','[{\"id\":\"1d0bb69e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"jet_parallax_layout_list\":[{\"_id\":\"e80a3a8\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7914,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-1.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"686a8c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ee9d33\",\"elType\":\"widget\",\"settings\":{\"title\":\"your health is your priority\",\"title_color\":\"#16b0c8\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":41},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":26},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1045f65d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality Care\",\"title_color\":\"#16b0c8\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":100},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":119},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":46},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58599411\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77dd4c44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We will help you to feel better and enjoy every single day of your life.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"750\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\",\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f5044e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b659530\",\"elType\":\"widget\",\"settings\":{\"text\":\"learn more\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.6},\"button_text_color\":\"#1c374c\",\"background_color\":\"#fae80c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"16\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1c374c\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bb5fbe1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"8972b78\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49d39b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"4a6d4894\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"_id\":\"4591032\"}],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ca967ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5ba1d8ca\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Consultation\",\"front_side_subtitle\":\"by professionals\",\"front_side_description\":\"\",\"back_side_title\":\"Consultation\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-book\",\"back_side_subtitle\":\"by professionals\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7915,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/c8186a2c99bb13be611d20f242f38aff.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"3aeae285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5a8d849\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Diagnosis\",\"front_side_subtitle\":\"Accurate approach\",\"front_side_description\":\"\",\"back_side_title\":\"Diagnosis\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heart-o\",\"back_side_subtitle\":\"Accurate approach\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7916,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/img02.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"far fa-heart\",\"library\":\"fa-regular\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"142c8970\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"13687d9c\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Treatment\",\"front_side_subtitle\":\" Individual approach\",\"front_side_description\":\"\",\"back_side_title\":\"Treatment\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heartbeat\",\"back_side_subtitle\":\" Individual approach\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7917,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/ttable-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c1dea5e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"_id\":\"4591032\"}],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"300acd13\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6ceb7a4f\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pregnancy Care\",\"front_side_subtitle\":\"Safety and Carefully \",\"front_side_description\":\"\",\"back_side_title\":\"Pregnancy Care\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-female\",\"back_side_subtitle\":\"Safety and Carefully \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7918,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Projects-2.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"fas fa-female\",\"library\":\"fa-solid\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"149a0015\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"53a2776\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pediatric\",\"front_side_subtitle\":\"High-quality kids care\",\"front_side_description\":\"\",\"back_side_title\":\"Pediatric\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-child\",\"back_side_subtitle\":\"High-quality kids care\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7919,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Projects-3.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"1ee4bd4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2348dc68\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Online Help\",\"front_side_subtitle\":\"24\\/7\",\"front_side_description\":\"\",\"back_side_title\":\"Online Help\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-mobile-phone\",\"back_side_subtitle\":\"24\\/7\",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7920,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/contacts-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":65},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"front_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"front_icon_size\":{\"unit\":\"px\",\"size\":80},\"front_icon_size_tablet\":{\"unit\":\"px\",\"size\":60},\"front_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"back_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6bedf05c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#16B0C8\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"-3\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"527d1176\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"a649401\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"rgba(255,255,255,0.27)\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"608c73e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"603138aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Our\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d63cf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Weekly Timetable\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42cd18de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You can make an appointment , select the convient time and choose the appropriate doctor here.\",\"text_color\":\"#ffffff\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22eca1f1\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Monday - Friday\",\"item_price\":\"8:00 - 18:00\",\"_id\":\"fbf8e77\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Saturday\",\"item_price\":\"8:00 - 18:00\",\"_id\":\"e233e45\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Sunday\",\"item_price\":\"8:00 - 18:00\",\"_id\":\"3a92e39\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_content_alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":41},\"title_color\":\"#ffffff\",\"title_vertical_alignment\":\"\",\"price_min_width\":{\"unit\":\"px\",\"size\":90},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Roboto\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"price_typography_font_weight\":\"700\",\"price_color\":\"#fae80c\",\"price_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"price_vertical_alignment\":\"\",\"price_alignment\":\"right\",\"separator_border_type\":\"none\",\"separator_border_width\":{\"unit\":\"px\",\"size\":3},\"separator_border_color\":\"#ffffff\",\"separator_vertical_alignment\":\"center\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_space_between_tablet\":{\"unit\":\"px\",\"size\":5},\"price_alignment_tablet\":\"left\",\"description_alignment_tablet\":\"left\",\"separator_vertical_alignment_tablet\":\"center\",\"separator_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"102\",\"bottom\":\"0\",\"left\":\"54\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"price_min_width_mobile\":{\"unit\":\"px\",\"size\":0},\"separator_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_space_between\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"price_min_width_tablet\":{\"unit\":\"px\",\"size\":376},\"price_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"jet-price-list\"},{\"id\":\"2854aa0\",\"elType\":\"widget\",\"settings\":{\"text\":\"visit us\",\"size\":\"lg\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#1c374c\",\"hover_color\":\"#1c374c\",\"button_background_hover_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"typography_typography\":\"custom\",\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4592e6b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"6745120\"}],\"content_width\":{\"unit\":\"px\",\"size\":1280},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73e0f321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"795fc618\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7921,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Depositphotos_27390647_original.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"14d28818\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20f5f32a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c0004c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Total Health Care\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6daf1764\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"13f9f604\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5057339e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7445829a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Careex. Our residents, fellows, and renowned staff share their experience working at Careex.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35d01213\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12c7b30\",\"elType\":\"widget\",\"settings\":{\"title\":\"We try to do our best to help you and provide with a high-quality services. \",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28c52770\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50ac4aad\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16b0c8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"16\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5162d2e5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"6745120\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":7922,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-8.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c1de2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"_inline_size_tablet\":53,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"color_link\":\"#16B0C8\",\"color_link_hover\":\"#1C374C\"},\"elements\":[{\"id\":\"41df18e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Online Consultation\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23492632\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"446a288b\",\"elType\":\"widget\",\"settings\":{\"editor\":\" In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b02994f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Take the First Step to Help <span style=\\\"font-size: 24px;\\\"><a href=\\\"tel:8001234567\\\">(800) 123 4567<\\/a><\\/span>\",\"text_color\":\"#1C374C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ccdab8c\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"get in touch\",\"button_label_hover\":\"get in touch\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_button_icon\":\"\",\"custom_size\":\"yes\",\"button_custom_width\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]},\"button_custom_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#16B0C8\",\"normal_plane_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"plane_hover_background_background\":\"classic\",\"plane_hover_background_color\":\"#0C0C0C\",\"plane_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_label_color\":\"#FFFFFF\",\"normal_label_typography_typography\":\"custom\",\"normal_label_typography_font_family\":\"Roboto\",\"normal_label_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"normal_label_typography_font_weight\":\"700\",\"normal_label_typography_text_transform\":\"uppercase\",\"normal_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"normal_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"hover_label_color\":\"#FFFFFF\",\"hover_label_typography_typography\":\"custom\",\"hover_label_typography_font_family\":\"Roboto\",\"hover_label_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_label_typography_font_weight\":\"700\",\"hover_label_typography_text_transform\":\"uppercase\",\"hover_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"hover_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":false},{\"id\":\"2e915941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"32b11561\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"padding\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"_id\":\"53833cc\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4689c4bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7fda8450\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Medical Specialists\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b8c586\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"jet_parallax_layout_list\":[{\"_id\":\"c96815a\"}],\"content_width\":{\"unit\":\"px\",\"size\":1185,\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"color_link_hover\":\"#16b0c8\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d3df45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bc1ef9\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-1.jpg\",\"id\":6398},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"00b5090\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Sarah Johnson\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"101e0f7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"8d6a333\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"374c195\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-2.jpg\",\"id\":6399},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"4674a71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Greg House\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1258db5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"82c3e1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"dfb5c29\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-3.jpg\",\"id\":6400},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"6d4cac1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Marta Stewart\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d30f59\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5fa03e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c3af87\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-4.jpg\",\"id\":6401},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"bd38a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Night Shyamal\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b411ee5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6446b7b5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"d895df7\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7926,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-9.png\"},\"background_position\":\"top center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"114\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"203a3a70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"681606cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1fd34cce\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Clients Say\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align\":\"left\",\"title_color\":\"#1e2428\",\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fff6525\",\"elType\":\"widget\",\"settings\":{\"pause_on_hover\":\"true\",\"adaptive_height\":\"\",\"arrows\":\"true\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"_id\":\"15bae4e\",\"item_image\":{\"id\":7923,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/testy1-104x104.jpg\"},\"item_icon\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_comment\":\"We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"_id\":\"9565f01\",\"item_image\":{\"id\":7924,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/testy2-104x104.jpg\"},\"item_icon\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_comment\":\"We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"_id\":\"a555e01\",\"item_image\":{\"id\":7925,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/testy3-104x104.jpg\"},\"item_icon\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"image_width\":{\"unit\":\"px\",\"size\":70},\"image_height\":{\"unit\":\"px\",\"size\":70},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image_alignment\":\"flex-start\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(0,0,0,0)\",\"arrows_style_box_font_color\":\"#1c374c\",\"arrows_hover_style_popover_toggle\":\"custom\",\"arrows_hover_style_box_font_color\":\"#16b0c8\",\"prev_vert_position\":\"bottom\",\"prev_bottom_position\":{\"unit\":\"px\",\"size\":20},\"prev_left_position\":{\"unit\":\"px\",\"size\":485},\"next_vert_position\":\"bottom\",\"next_bottom_position\":{\"unit\":\"px\",\"size\":20},\"next_right_position\":{\"unit\":\"px\",\"size\":5},\"title_typography_typography\":\"custom\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"comment_color\":\"#0c0c0c\",\"comment_width\":{\"unit\":\"px\",\"size\":570},\"comment_background_background\":\"classic\",\"comment_background_color\":\"rgba(0,0,0,0)\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"123\",\"left\":\"5\",\"isLinked\":false},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"PT Serif\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"name_typography_font_weight\":\"700\",\"name_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"name_margin\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"position_color\":\"#1c374c\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"Roboto\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"image_order\":3,\"icon_order\":6,\"title_order\":1,\"comment_order\":2,\"name_order\":4,\"position_order\":5,\"image_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_alignment_tablet\":\"center\",\"prev_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"prev_left_position_tablet\":{\"unit\":\"px\",\"size\":40},\"next_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"next_right_position_tablet\":{\"unit\":\"px\",\"size\":35},\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"Roboto\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"comment_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment_tablet\":\"center\",\"comment_text_alignment_tablet\":\"center\",\"name_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_alignment_tablet\":\"center\",\"name_text_alignment_tablet\":\"center\",\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment_tablet\":\"center\",\"position_text_alignment_tablet\":\"center\",\"prev_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"next_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"name_color\":\"#1e2428\",\"comment_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dcd59f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"a376cba\"}],\"padding\":{\"unit\":\"px\",\"top\":\"93\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"040\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]}},\"elements\":[{\"id\":\"6aee1a87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"75f1947e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39bf456\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"posts_rows\":\"1\",\"image_size\":\"beclinic-thumb-370-200\",\"image_position\":\"top\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"51fb428\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8357add\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"post_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"post_title_color\":\"#1c374c\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_family\":\"PT Serif\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"excerpt_length\":18,\"show_date_icon\":\"fa fa-calendar-o\",\"post_text_color\":\"#42474c\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_family\":\"Roboto\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"post_text_typography_font_weight\":\"400\",\"post_text_typography_text_transform\":\"none\",\"post_text_typography_font_style\":\"normal\",\"post_text_typography_text_decoration\":\"none\",\"post_text_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"post_text_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_color\":\"#16b0c8\",\"meta_link_color\":\"#8f9395\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_typography_font_weight\":\"400\",\"meta_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"posts_columns_mobile\":\"1\",\"selected_show_date_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_show_date_icon\":true},\"meta_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"},{\"id\":\"7f5b86d\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"3\",\"image_size\":\"beclinic-thumb-370-200\",\"image_position\":\"top\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"51fb428\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8357add\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"post_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"post_title_color\":\"#1c374c\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_family\":\"PT Serif\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"excerpt_length\":18,\"show_date_icon\":\"fa fa-calendar-o\",\"post_text_color\":\"#42474c\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_family\":\"Roboto\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"post_text_typography_font_weight\":\"400\",\"post_text_typography_text_transform\":\"none\",\"post_text_typography_font_style\":\"normal\",\"post_text_typography_text_decoration\":\"none\",\"post_text_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"post_text_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_color\":\"#16b0c8\",\"meta_link_color\":\"#8f9395\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_typography_font_weight\":\"400\",\"meta_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"posts_columns_mobile\":\"1\",\"selected_show_date_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_show_date_icon\":true},\"meta_position\":\"before\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4c9626\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"456bea4\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"a507f8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":2,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d79aad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"0c527eb\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7927,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-95\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"105\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"45\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-92\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2363df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_text\":\"#42474c\"},\"elements\":[{\"id\":\"1bcef20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align\":\"left\",\"title_color\":\"#1e2428\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c989ade\",\"elType\":\"widget\",\"settings\":{\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_family\":\"Roboto\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"invalid_typography_font_weight\":\"400\",\"invalid_typography_text_transform\":\"none\",\"invalid_typography_font_style\":\"italic\",\"invalid_typography_text_decoration\":\"none\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_border_color\":\"#c5cbcf\",\"input_focus_border_border\":\"solid\",\"input_focus_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_focus_border_color\":\"#16b0c8\",\"alert_typography_typography\":\"custom\",\"alert_typography_font_family\":\"Roboto\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"alert_typography_font_weight\":\"400\",\"alert_typography_text_transform\":\"none\",\"alert_typography_font_style\":\"italic\",\"alert_typography_text_decoration\":\"none\",\"alert_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"invalid_alert_color\":\"#ffffff\",\"invalid_alert_bg\":\"#de001b\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_invalid_border_color\":\"#ff0000\",\"input_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"rgba(0,0,0,0)\",\"input_placeholder_color\":\"#1c374c\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Roboto\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_color\":\"#1c374c\",\"input_focus_background_background\":\"classic\",\"input_focus_background_color\":\"rgba(0,0,0,0)\",\"input_focus_box_shadow_box_shadow_type\":\"yes\",\"input_focus_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"textarea_min_height\":100,\"invalid_notice_alignment\":\"right\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"contact-form-7\"},{\"id\":\"441c292\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"e772db8\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"533914d\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b9d9830\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"819848b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#16B0C8\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hover_secondary_color\":\"#0C0C0C\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"3b7d016\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(789,7885,'_elementor_controls_usage','a:16:{s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:16;s:12:\"align_tablet\";i:3;s:11:\"header_size\";i:1;s:5:\"align\";i:4;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:16;s:21:\"typography_typography\";i:16;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:16;s:22:\"typography_font_weight\";i:11;s:25:\"typography_text_transform\";i:6;s:22:\"typography_line_height\";i:16;s:27:\"typography_font_size_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:2;s:21:\"typography_font_style\";i:4;s:26:\"typography_text_decoration\";i:4;s:25:\"typography_letter_spacing\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:12;s:15:\"_padding_mobile\";i:2;s:15:\"_padding_tablet\";i:1;s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_line_height\";i:5;s:10:\"text_color\";i:5;s:22:\"typography_font_weight\";i:5;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:13:\"border_radius\";i:4;s:12:\"text_padding\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:21:\"space_between_widgets\";i:19;s:12:\"_inline_size\";i:21;s:19:\"_inline_size_tablet\";i:9;s:16:\"content_position\";i:4;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:5;s:13:\"margin_tablet\";i:5;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:27:\"background_hover_background\";i:4;}s:14:\"section_border\";a:2:{s:32:\"box_shadow_hover_box_shadow_type\";i:4;s:27:\"box_shadow_hover_box_shadow\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"color_text\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:6;s:16:\"content_position\";i:1;s:3:\"gap\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:8;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:21:\"background_attachment\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:12:\"section_typo\";a:1:{s:16:\"color_link_hover\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:7:\"padding\";i:9;s:14:\"padding_mobile\";i:8;s:14:\"padding_tablet\";i:8;s:13:\"margin_mobile\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:16:\"jet-animated-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:21:\"section_front_content\";a:4:{s:16:\"front_side_title\";i:6;s:19:\"front_side_subtitle\";i:6;s:22:\"front_side_description\";i:6;s:24:\"selected_front_side_icon\";i:6;}s:20:\"section_back_content\";a:5:{s:15:\"back_side_title\";i:6;s:21:\"back_side_description\";i:6;s:21:\"back_side_button_text\";i:6;s:18:\"back_side_subtitle\";i:6;s:21:\"back_side_button_link\";i:6;}s:16:\"section_settings\";a:2:{s:10:\"box_height\";i:6;s:16:\"animation_effect\";i:6;}}s:5:\"style\";a:4:{s:34:\"section_animated_box_general_style\";a:10:{s:32:\"front_side_background_background\";i:6;s:27:\"front_side_background_color\";i:6;s:31:\"back_side_background_background\";i:6;s:26:\"back_side_background_image\";i:6;s:29:\"back_side_background_position\";i:6;s:31:\"back_side_background_attachment\";i:6;s:27:\"back_side_background_repeat\";i:6;s:25:\"back_side_background_size\";i:6;s:34:\"back_overlay_background_background\";i:6;s:29:\"back_overlay_background_color\";i:6;}s:31:\"section_animated_box_icon_style\";a:5:{s:16:\"front_icon_color\";i:6;s:20:\"front_icon_font_size\";i:6;s:27:\"front_icon_font_size_tablet\";i:6;s:15:\"front_icon_size\";i:6;s:22:\"front_icon_size_tablet\";i:6;}s:32:\"section_animated_box_title_style\";a:13:{s:17:\"front_title_color\";i:6;s:33:\"front_title_typography_typography\";i:6;s:34:\"front_title_typography_font_family\";i:6;s:32:\"front_title_typography_font_size\";i:6;s:34:\"front_title_typography_font_weight\";i:6;s:34:\"front_title_typography_line_height\";i:6;s:32:\"back_title_typography_typography\";i:6;s:33:\"back_title_typography_font_family\";i:6;s:31:\"back_title_typography_font_size\";i:6;s:33:\"back_title_typography_font_weight\";i:6;s:33:\"back_title_typography_line_height\";i:6;s:39:\"front_title_typography_font_size_tablet\";i:6;s:38:\"back_title_typography_font_size_tablet\";i:6;}s:35:\"section_animated_box_subtitle_style\";a:10:{s:20:\"front_subtitle_color\";i:6;s:36:\"front_subtitle_typography_typography\";i:6;s:37:\"front_subtitle_typography_font_family\";i:6;s:35:\"front_subtitle_typography_font_size\";i:6;s:37:\"front_subtitle_typography_font_weight\";i:6;s:37:\"front_subtitle_typography_line_height\";i:6;s:35:\"back_subtitle_typography_typography\";i:6;s:36:\"back_subtitle_typography_font_family\";i:6;s:34:\"back_subtitle_typography_font_size\";i:6;s:36:\"back_subtitle_typography_font_weight\";i:6;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:4:{s:12:\"item_padding\";i:1;s:22:\"item_content_alignment\";i:1;s:25:\"item_space_between_tablet\";i:1;s:18:\"item_space_between\";i:1;}s:19:\"section_title_style\";a:11:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:24:\"title_vertical_alignment\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:27:\"title_typography_font_style\";i:1;s:32:\"title_typography_text_decoration\";i:1;}s:19:\"section_price_style\";a:13:{s:15:\"price_min_width\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:11:\"price_color\";i:1;s:13:\"price_padding\";i:1;s:24:\"price_vertical_alignment\";i:1;s:15:\"price_alignment\";i:1;s:22:\"price_alignment_tablet\";i:1;s:22:\"price_min_width_mobile\";i:1;s:22:\"price_min_width_tablet\";i:1;s:20:\"price_padding_tablet\";i:1;}s:23:\"section_separator_style\";a:8:{s:21:\"separator_border_type\";i:1;s:22:\"separator_border_width\";i:1;s:22:\"separator_border_color\";i:1;s:28:\"separator_vertical_alignment\";i:1;s:16:\"separator_margin\";i:1;s:35:\"separator_vertical_alignment_tablet\";i:1;s:23:\"separator_margin_tablet\";i:1;s:23:\"separator_margin_mobile\";i:1;}s:25:\"section_description_style\";a:1:{s:28:\"description_alignment_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:12:\"jet-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}s:16:\"section_settings\";a:2:{s:29:\"instance_alignment_horizontal\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_first_part_style\";a:7:{s:11:\"first_color\";i:1;s:27:\"first_typography_typography\";i:1;s:28:\"first_typography_font_family\";i:1;s:26:\"first_typography_font_size\";i:1;s:28:\"first_typography_font_weight\";i:1;s:28:\"first_typography_line_height\";i:1;s:35:\"first_typography_line_height_tablet\";i:1;}s:25:\"section_second_part_style\";a:7:{s:12:\"second_color\";i:1;s:28:\"second_typography_typography\";i:1;s:29:\"second_typography_font_family\";i:1;s:27:\"second_typography_font_size\";i:1;s:29:\"second_typography_font_weight\";i:1;s:29:\"second_typography_line_height\";i:1;s:36:\"second_typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:4;s:17:\"member_first_name\";i:4;s:16:\"member_last_name\";i:4;s:15:\"member_position\";i:4;s:18:\"member_description\";i:4;s:11:\"social_list\";i:4;}s:16:\"section_settings\";a:2:{s:13:\"show_on_hover\";i:4;s:26:\"social_list_cover_location\";i:4;}}s:5:\"style\";a:3:{s:31:\"section_team_member_image_style\";a:5:{s:17:\"custom_image_size\";i:4;s:11:\"image_width\";i:4;s:12:\"image_height\";i:4;s:18:\"image_width_tablet\";i:4;s:19:\"image_height_tablet\";i:4;}s:25:\"section_social_list_style\";a:2:{s:17:\"social_icon_color\";i:4;s:23:\"social_icon_color_hover\";i:4;}s:33:\"section_team_member_overlay_style\";a:2:{s:29:\"overlay_background_background\";i:4;s:24:\"overlay_background_color\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:4;s:16:\"icon_color_hover\";i:4;}s:18:\"section_text_style\";a:10:{s:10:\"text_color\";i:4;s:16:\"text_color_hover\";i:4;s:26:\"icon_typography_typography\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:30:\"icon_typography_text_transform\";i:4;s:26:\"icon_typography_font_style\";i:4;s:31:\"icon_typography_text_decoration\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"pause_on_hover\";i:1;s:15:\"adaptive_height\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:7:{s:19:\"section_image_style\";a:7:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;s:12:\"image_margin\";i:1;s:15:\"image_alignment\";i:1;s:19:\"image_margin_tablet\";i:1;s:22:\"image_alignment_tablet\";i:1;}s:20:\"section_arrows_style\";a:18:{s:27:\"arrows_style_popover_toggle\";i:1;s:23:\"arrows_style_background\";i:1;s:18:\"arrows_style_color\";i:1;s:27:\"arrows_style_box_font_color\";i:1;s:33:\"arrows_hover_style_popover_toggle\";i:1;s:33:\"arrows_hover_style_box_font_color\";i:1;s:18:\"prev_vert_position\";i:1;s:20:\"prev_bottom_position\";i:1;s:18:\"prev_left_position\";i:1;s:18:\"next_vert_position\";i:1;s:20:\"next_bottom_position\";i:1;s:19:\"next_right_position\";i:1;s:27:\"prev_bottom_position_tablet\";i:1;s:25:\"prev_left_position_tablet\";i:1;s:27:\"next_bottom_position_tablet\";i:1;s:26:\"next_right_position_tablet\";i:1;s:27:\"prev_bottom_position_mobile\";i:1;s:27:\"next_bottom_position_mobile\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}s:21:\"section_comment_style\";a:15:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:28:\"comment_typography_font_size\";i:1;s:30:\"comment_typography_line_height\";i:1;s:22:\"comment_padding_tablet\";i:1;s:24:\"comment_alignment_tablet\";i:1;s:29:\"comment_text_alignment_tablet\";i:1;}s:18:\"section_name_style\";a:12:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:27:\"name_typography_line_height\";i:1;s:11:\"name_margin\";i:1;s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;s:18:\"name_margin_tablet\";i:1;s:21:\"name_alignment_tablet\";i:1;s:26:\"name_text_alignment_tablet\";i:1;s:10:\"name_color\";i:1;}s:22:\"section_position_style\";a:12:{s:14:\"position_color\";i:1;s:30:\"position_typography_typography\";i:1;s:31:\"position_typography_font_family\";i:1;s:29:\"position_typography_font_size\";i:1;s:31:\"position_typography_font_weight\";i:1;s:31:\"position_typography_line_height\";i:1;s:15:\"position_margin\";i:1;s:18:\"position_alignment\";i:1;s:23:\"position_text_alignment\";i:1;s:22:\"position_margin_tablet\";i:1;s:25:\"position_alignment_tablet\";i:1;s:30:\"position_text_alignment_tablet\";i:1;}s:18:\"section_item_style\";a:6:{s:11:\"image_order\";i:1;s:10:\"icon_order\";i:1;s:11:\"title_order\";i:1;s:13:\"comment_order\";i:1;s:10:\"name_order\";i:1;s:14:\"position_order\";i:1;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"posts_rows\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:14:\"show_date_icon\";i:1;s:20:\"posts_columns_mobile\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_posts_wrapper_style\";a:1:{s:20:\"posts_wrapper_margin\";i:1;}s:18:\"section_post_style\";a:15:{s:12:\"post_padding\";i:1;s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_family\";i:1;s:31:\"post_title_typography_font_size\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:32:\"post_text_typography_font_family\";i:1;s:30:\"post_text_typography_font_size\";i:1;s:32:\"post_text_typography_font_weight\";i:1;s:35:\"post_text_typography_text_transform\";i:1;s:31:\"post_text_typography_font_style\";i:1;s:36:\"post_text_typography_text_decoration\";i:1;s:32:\"post_text_typography_line_height\";i:1;s:16:\"post_text_margin\";i:1;}s:18:\"section_meta_style\";a:7:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:11:\"meta_margin\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:7:{s:11:\"posts_query\";i:1;s:10:\"related_by\";i:1;s:8:\"post_cat\";i:1;s:9:\"show_meta\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:13:\"title_padding\";i:1;}s:18:\"section_meta_style\";a:1:{s:10:\"meta_color\";i:1;}s:21:\"section_excerpt_style\";a:6:{s:29:\"excerpt_typography_typography\";i:1;s:30:\"excerpt_typography_font_family\";i:1;s:28:\"excerpt_typography_font_size\";i:1;s:30:\"excerpt_typography_font_weight\";i:1;s:30:\"excerpt_typography_line_height\";i:1;s:14:\"excerpt_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:5:\"style\";a:4:{s:20:\"section_inputs_style\";a:24:{s:13:\"input_padding\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:25:\"input_focus_border_border\";i:1;s:24:\"input_focus_border_width\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:11:\"input_color\";i:1;s:33:\"input_focus_background_background\";i:1;s:28:\"input_focus_background_color\";i:1;s:38:\"input_focus_box_shadow_box_shadow_type\";i:1;s:33:\"input_focus_box_shadow_box_shadow\";i:1;s:19:\"textarea_min_height\";i:1;}s:18:\"section_text_style\";a:13:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;s:29:\"invalid_typography_typography\";i:1;s:30:\"invalid_typography_font_family\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_font_weight\";i:1;s:33:\"invalid_typography_text_transform\";i:1;s:29:\"invalid_typography_font_style\";i:1;s:34:\"invalid_typography_text_decoration\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}s:20:\"section_alerts_style\";a:15:{s:27:\"alert_typography_typography\";i:1;s:28:\"alert_typography_font_family\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_font_weight\";i:1;s:31:\"alert_typography_text_transform\";i:1;s:27:\"alert_typography_font_style\";i:1;s:32:\"alert_typography_text_decoration\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;s:19:\"alert_border_radius\";i:1;s:19:\"invalid_alert_color\";i:1;s:16:\"invalid_alert_bg\";i:1;s:27:\"invalid_alert_border_border\";i:1;s:26:\"invalid_alert_border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}}'),(790,7885,'_elementor_page_assets','a:0:{}'),(791,7885,'_wxr_import_user_slug','admin'),(792,7885,'_wxr_import_has_attachment_refs','1'),(793,7887,'slide_template','default'),(794,7887,'_elementor_edit_mode','builder'),(795,7887,'_elementor_template_type','wp-page'),(796,7887,'_elementor_version','3.6.5'),(797,7887,'_wp_page_template','elementor_header_footer'),(798,7887,'_elementor_data','[{\"id\":\"89810e2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"6745120\"}],\"content_width\":{\"unit\":\"px\",\"size\":1280},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd220a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"content_position_tablet\":\"bottom\"},\"elements\":[{\"id\":\"d3df9f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7921,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Depositphotos_27390647_original.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a24c097\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cad285\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"092a7fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Total Health Care\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"314b48c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bf750a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8faddba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"32e5d7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e86438\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"265104d\",\"elType\":\"widget\",\"settings\":{\"title\":\"We try to do our best to help you and provide with a high-quality services. \",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a38a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1801cee\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16b0c8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"16\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22d553b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"_id\":\"33c2414\"}],\"background_background\":\"classic\",\"background_color\":\"#f6fcff\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cf1e66e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"48891ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"\"},\"title_text\":\"Quality and Sagety\",\"description_text\":\"We provide you with professional medical services by our experienced staff. Our clinic has the best monitoring, diagnostic and even life support equipment\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":30},\"image_space_tablet\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"title_color\":\"#1e2428\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"description_color\":\"#42474c\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"2627a8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"225ea70b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"\"},\"title_text\":\"Diginity and Respect\",\"description_text\":\"Your state is very important for us. We use individual approach and treat each our patient respectfully, taking into account your wishes and suggestions.\",\"image_space\":{\"unit\":\"px\",\"size\":30},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":22},\"title_color\":\"#1e2428\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"description_color\":\"#42474c\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"6d005b3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"489cdf1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"\"},\"title_text\":\"Responsibility\",\"description_text\":\"Our staff is very professional and responsive. We love our work and try to do our best to provide you with a high-quility services and treatment.\",\"image_space\":{\"unit\":\"px\",\"size\":30},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"PT Serif\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space_tablet\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"title_color\":\"#1e2428\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"description_color\":\"#42474c\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec2b43\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"padding\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"_id\":\"53833cc\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c4a7d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b876a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Medical Specialists\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"415a4e1\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_background\":\"classic\",\"background_color\":\"#f7fafb\",\"jet_parallax_layout_list\":[{\"_id\":\"c96815a\"}],\"content_width\":{\"unit\":\"px\",\"size\":1185,\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"color_link_hover\":\"#16b0c8\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"95\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4998cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b16adf\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-1.jpg\",\"id\":6398},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"913c525\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Sarah Johnson\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d5e25e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"df31968\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"bffe3ad\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-2.jpg\",\"id\":6399},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"ab13919\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Greg House\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c87fa3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"a8b64a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a4d451\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-3.jpg\",\"id\":6400},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"e0982ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Marta Stewart\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8f36e4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"76f8caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b3eb40\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-4.jpg\",\"id\":6401},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":277.5,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":325,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\",\"image_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"085dc3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Night Shyamal\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e56b4ee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"462aaee7\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"_id\":\"1d988ec\"}],\"background_background\":\"classic\",\"background_color\":\"#16b0c8\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"69fc8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"46259dd\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Quality\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"14fab351\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4b8b4b74\",\"elType\":\"widget\",\"settings\":{\"ending_number\":145,\"title\":\"People Working\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3e8cde6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"448c5419\",\"elType\":\"widget\",\"settings\":{\"ending_number\":38,\"title\":\"Years Of Experience\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"7982c1ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"42a9e865\",\"elType\":\"widget\",\"settings\":{\"ending_number\":7856,\"title\":\"Happy Clients \",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"PT Serif\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":64},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":85},\"title_color\":\"#1c374c\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"PT Serif\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_weight\":\"700\",\"typography_title_font_style\":\"normal\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93c29f5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200},\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"d895df7\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7926,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-9.png\"},\"background_position\":\"top center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"114\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c11725\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"db2380e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ca90bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Clients Say\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align\":\"left\",\"title_color\":\"#1e2428\",\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7de4e6\",\"elType\":\"widget\",\"settings\":{\"pause_on_hover\":\"true\",\"adaptive_height\":\"\",\"arrows\":\"true\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"_id\":\"15bae4e\",\"item_image\":{\"id\":7923,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/testy1-104x104.jpg\"},\"item_icon\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_comment\":\"We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"_id\":\"9565f01\",\"item_image\":{\"id\":7924,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/testy2-104x104.jpg\"},\"item_icon\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_comment\":\"We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!\",\"item_name\":\"Zack Effron\",\"item_position\":\"Santa Monica, CA\",\"_id\":\"a555e01\",\"item_image\":{\"id\":7925,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/testy3-104x104.jpg\"},\"item_icon\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"image_width\":{\"unit\":\"px\",\"size\":70},\"image_height\":{\"unit\":\"px\",\"size\":70},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image_alignment\":\"flex-start\",\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"rgba(0,0,0,0)\",\"arrows_style_box_font_color\":\"#1c374c\",\"arrows_hover_style_popover_toggle\":\"custom\",\"arrows_hover_style_box_font_color\":\"#16b0c8\",\"prev_vert_position\":\"bottom\",\"prev_bottom_position\":{\"unit\":\"px\",\"size\":20},\"prev_left_position\":{\"unit\":\"px\",\"size\":485},\"next_vert_position\":\"bottom\",\"next_bottom_position\":{\"unit\":\"px\",\"size\":20},\"next_right_position\":{\"unit\":\"px\",\"size\":5},\"title_typography_typography\":\"custom\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"comment_color\":\"#0c0c0c\",\"comment_width\":{\"unit\":\"px\",\"size\":570},\"comment_background_background\":\"classic\",\"comment_background_color\":\"rgba(0,0,0,0)\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"123\",\"left\":\"5\",\"isLinked\":false},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"PT Serif\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"name_typography_font_weight\":\"700\",\"name_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"name_margin\":{\"unit\":\"px\",\"top\":\"-68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"position_color\":\"#1c374c\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"Roboto\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"116\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"image_order\":3,\"icon_order\":6,\"title_order\":1,\"comment_order\":2,\"name_order\":4,\"position_order\":5,\"image_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_alignment_tablet\":\"center\",\"prev_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"prev_left_position_tablet\":{\"unit\":\"px\",\"size\":40},\"next_bottom_position_tablet\":{\"unit\":\"px\",\"size\":180},\"next_right_position_tablet\":{\"unit\":\"px\",\"size\":35},\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"Roboto\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"comment_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment_tablet\":\"center\",\"comment_text_alignment_tablet\":\"center\",\"name_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_alignment_tablet\":\"center\",\"name_text_alignment_tablet\":\"center\",\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment_tablet\":\"center\",\"position_text_alignment_tablet\":\"center\",\"prev_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"next_bottom_position_mobile\":{\"unit\":\"px\",\"size\":92},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"name_color\":\"#1e2428\",\"comment_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73ac905b\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"77\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"_id\":\"53833cc\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c55ee6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"77a7bffa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diplomas and Certificates of Our Doctors\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.6},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a6fe07f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"21d3953\"}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"7924cc03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72ff1ad6\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"id\":7960,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"2d67513\"},{\"item_image\":{\"id\":7961,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate-1.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b287049\"},{\"item_image\":{\"id\":7962,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate-2.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"aafcbf2\"},{\"item_image\":{\"id\":7963,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate-3.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d259698\"}],\"columns_tablet\":\"2\",\"vertical_brands_alignment_tablet\":\"center\",\"logo_alignment_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"columns_mobile\":\"1\",\"logo_wrap_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c0abeb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"456bea4\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"4eb5b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":2,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bf22a3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"0c527eb\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7927,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-95\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"105\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"45\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-92\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8ba1b91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_text\":\"#42474c\"},\"elements\":[{\"id\":\"6218614\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align\":\"left\",\"title_color\":\"#1e2428\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b5774e\",\"elType\":\"widget\",\"settings\":{\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_family\":\"Roboto\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"invalid_typography_font_weight\":\"400\",\"invalid_typography_text_transform\":\"none\",\"invalid_typography_font_style\":\"italic\",\"invalid_typography_text_decoration\":\"none\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_border_color\":\"#c5cbcf\",\"input_focus_border_border\":\"solid\",\"input_focus_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_focus_border_color\":\"#16b0c8\",\"alert_typography_typography\":\"custom\",\"alert_typography_font_family\":\"Roboto\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"alert_typography_font_weight\":\"400\",\"alert_typography_text_transform\":\"none\",\"alert_typography_font_style\":\"italic\",\"alert_typography_text_decoration\":\"none\",\"alert_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"invalid_alert_color\":\"#ffffff\",\"invalid_alert_bg\":\"#de001b\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_invalid_border_color\":\"#ff0000\",\"input_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"rgba(0,0,0,0)\",\"input_placeholder_color\":\"#1c374c\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Roboto\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_color\":\"#1c374c\",\"input_focus_background_background\":\"classic\",\"input_focus_background_color\":\"rgba(0,0,0,0)\",\"input_focus_box_shadow_box_shadow_type\":\"yes\",\"input_focus_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"textarea_min_height\":100,\"invalid_notice_alignment\":\"right\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"contact-form-7\"},{\"id\":\"2e7f45a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"e772db8\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"533914d\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b9d9830\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"819848b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#16B0C8\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hover_secondary_color\":\"#0C0C0C\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"fc71429\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(799,7887,'_elementor_controls_usage','a:14:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:18;s:21:\"space_between_widgets\";i:11;s:16:\"content_position\";i:1;s:19:\"_inline_size_tablet\";i:6;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:4;s:7:\"z_index\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:1:{s:27:\"background_hover_background\";i:4;}s:14:\"section_border\";a:2:{s:32:\"box_shadow_hover_box_shadow_type\";i:4;s:27:\"box_shadow_hover_box_shadow\";i:4;}s:12:\"section_typo\";a:1:{s:10:\"color_text\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:11;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:11;s:21:\"typography_typography\";i:11;s:22:\"typography_font_family\";i:11;s:20:\"typography_font_size\";i:11;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:11;s:25:\"typography_text_transform\";i:4;s:21:\"typography_font_style\";i:4;s:26:\"typography_text_decoration\";i:4;s:25:\"typography_letter_spacing\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:22:\"typography_font_weight\";i:2;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:10;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:4;s:3:\"gap\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:18:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:11:\"title_color\";i:3;s:31:\"title_typography_text_transform\";i:3;s:27:\"title_typography_font_style\";i:3;s:32:\"title_typography_text_decoration\";i:3;s:17:\"description_color\";i:3;}s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:4;s:17:\"member_first_name\";i:4;s:16:\"member_last_name\";i:4;s:15:\"member_position\";i:4;s:18:\"member_description\";i:4;s:11:\"social_list\";i:4;}s:16:\"section_settings\";a:2:{s:13:\"show_on_hover\";i:4;s:26:\"social_list_cover_location\";i:4;}}s:5:\"style\";a:3:{s:31:\"section_team_member_image_style\";a:5:{s:17:\"custom_image_size\";i:4;s:11:\"image_width\";i:4;s:12:\"image_height\";i:4;s:18:\"image_width_tablet\";i:4;s:19:\"image_height_tablet\";i:4;}s:25:\"section_social_list_style\";a:2:{s:17:\"social_icon_color\";i:4;s:23:\"social_icon_color_hover\";i:4;}s:33:\"section_team_member_overlay_style\";a:2:{s:29:\"overlay_background_background\";i:4;s:24:\"overlay_background_color\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:4;s:16:\"icon_color_hover\";i:4;}s:18:\"section_text_style\";a:10:{s:10:\"text_color\";i:4;s:16:\"text_color_hover\";i:4;s:26:\"icon_typography_typography\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;s:30:\"icon_typography_text_transform\";i:4;s:26:\"icon_typography_font_style\";i:4;s:31:\"icon_typography_text_decoration\";i:4;s:27:\"icon_typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:6:\"suffix\";i:1;s:5:\"title\";i:4;s:13:\"ending_number\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;}s:13:\"section_title\";a:7:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:27:\"typography_title_font_style\";i:4;s:28:\"typography_title_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"pause_on_hover\";i:1;s:15:\"adaptive_height\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:7:{s:19:\"section_image_style\";a:7:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;s:12:\"image_margin\";i:1;s:15:\"image_alignment\";i:1;s:19:\"image_margin_tablet\";i:1;s:22:\"image_alignment_tablet\";i:1;}s:20:\"section_arrows_style\";a:18:{s:27:\"arrows_style_popover_toggle\";i:1;s:23:\"arrows_style_background\";i:1;s:18:\"arrows_style_color\";i:1;s:27:\"arrows_style_box_font_color\";i:1;s:33:\"arrows_hover_style_popover_toggle\";i:1;s:33:\"arrows_hover_style_box_font_color\";i:1;s:18:\"prev_vert_position\";i:1;s:20:\"prev_bottom_position\";i:1;s:18:\"prev_left_position\";i:1;s:18:\"next_vert_position\";i:1;s:20:\"next_bottom_position\";i:1;s:19:\"next_right_position\";i:1;s:27:\"prev_bottom_position_tablet\";i:1;s:25:\"prev_left_position_tablet\";i:1;s:27:\"next_bottom_position_tablet\";i:1;s:26:\"next_right_position_tablet\";i:1;s:27:\"prev_bottom_position_mobile\";i:1;s:27:\"next_bottom_position_mobile\";i:1;}s:19:\"section_title_style\";a:3:{s:27:\"title_typography_typography\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}s:21:\"section_comment_style\";a:15:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:28:\"comment_typography_font_size\";i:1;s:30:\"comment_typography_line_height\";i:1;s:22:\"comment_padding_tablet\";i:1;s:24:\"comment_alignment_tablet\";i:1;s:29:\"comment_text_alignment_tablet\";i:1;}s:18:\"section_name_style\";a:12:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:27:\"name_typography_line_height\";i:1;s:11:\"name_margin\";i:1;s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;s:18:\"name_margin_tablet\";i:1;s:21:\"name_alignment_tablet\";i:1;s:26:\"name_text_alignment_tablet\";i:1;s:10:\"name_color\";i:1;}s:22:\"section_position_style\";a:12:{s:14:\"position_color\";i:1;s:30:\"position_typography_typography\";i:1;s:31:\"position_typography_font_family\";i:1;s:29:\"position_typography_font_size\";i:1;s:31:\"position_typography_font_weight\";i:1;s:31:\"position_typography_line_height\";i:1;s:15:\"position_margin\";i:1;s:18:\"position_alignment\";i:1;s:23:\"position_text_alignment\";i:1;s:22:\"position_margin_tablet\";i:1;s:25:\"position_alignment_tablet\";i:1;s:30:\"position_text_alignment_tablet\";i:1;}s:18:\"section_item_style\";a:6:{s:11:\"image_order\";i:1;s:10:\"icon_order\";i:1;s:11:\"title_order\";i:1;s:13:\"comment_order\";i:1;s:10:\"name_order\";i:1;s:14:\"position_order\";i:1;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:1:{s:14:\"columns_tablet\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_brand_item_style\";a:1:{s:32:\"vertical_brands_alignment_tablet\";i:1;}s:24:\"section_brand_logo_style\";a:1:{s:21:\"logo_alignment_tablet\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:5:\"style\";a:4:{s:20:\"section_inputs_style\";a:24:{s:13:\"input_padding\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:25:\"input_focus_border_border\";i:1;s:24:\"input_focus_border_width\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:33:\"input_focus_background_background\";i:1;s:28:\"input_focus_background_color\";i:1;s:38:\"input_focus_box_shadow_box_shadow_type\";i:1;s:33:\"input_focus_box_shadow_box_shadow\";i:1;s:19:\"textarea_min_height\";i:1;}s:18:\"section_text_style\";a:13:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;s:29:\"invalid_typography_typography\";i:1;s:30:\"invalid_typography_font_family\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_font_weight\";i:1;s:33:\"invalid_typography_text_transform\";i:1;s:29:\"invalid_typography_font_style\";i:1;s:34:\"invalid_typography_text_decoration\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}s:20:\"section_alerts_style\";a:15:{s:27:\"alert_typography_typography\";i:1;s:28:\"alert_typography_font_family\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_font_weight\";i:1;s:31:\"alert_typography_text_transform\";i:1;s:27:\"alert_typography_font_style\";i:1;s:32:\"alert_typography_text_decoration\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;s:19:\"alert_border_radius\";i:1;s:19:\"invalid_alert_color\";i:1;s:16:\"invalid_alert_bg\";i:1;s:27:\"invalid_alert_border_border\";i:1;s:26:\"invalid_alert_border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}}'),(800,7887,'_elementor_page_assets','a:0:{}'),(801,7887,'_wxr_import_user_slug','admin'),(802,7887,'_wxr_import_has_attachment_refs','1'),(803,7891,'slide_template','default'),(804,7891,'_elementor_edit_mode','builder'),(805,7891,'_elementor_template_type','wp-page'),(806,7891,'_elementor_version','3.6.5'),(807,7891,'_wp_page_template','elementor_header_footer'),(808,7891,'_elementor_data','[{\"id\":\"fb04b37\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"eb4df84\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"9\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"36abb93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"color_link_hover\":\"#16b0c8\"},\"elements\":[{\"id\":\"6c50624d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Details\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"145d53f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1681dc76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you are interested in working with us then please drop us a line, we would love to hear from you.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":404,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10e8050d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":18},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d249a11\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"121 Wallstreet Street, New York , USA\",\"icon\":\"fa fa-map-marker\",\"_id\":\"354beef\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0},\"icon_color\":\"#16b0c8\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#1c374c\",\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"dadf527\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@demolink.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"1431286\",\"link\":{\"url\":\"mailto:info@demolink.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"+800 1234 56 78\",\"icon\":\"fa fa-volume-control-phone\",\"_id\":\"d584425\",\"link\":{\"url\":\"tel:80012345678\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-volume\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":0},\"icon_color\":\"#16b0c8\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#1c374c\",\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color_hover\":\"#16B0C8\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6ebaa297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"color_text\":\"#1c374c\"},\"elements\":[{\"id\":\"41a04f90\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drop Us A Line\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31eb4d60\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_family\":\"Roboto\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"invalid_typography_font_weight\":\"500\",\"invalid_typography_text_transform\":\"none\",\"invalid_typography_font_style\":\"italic\",\"invalid_typography_text_decoration\":\"none\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_border_color\":\"#c5cbcf\",\"input_focus_border_border\":\"solid\",\"input_focus_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_focus_border_color\":\"#16b0c8\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_family\":\"Roboto\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"alert_typography_font_weight\":\"400\",\"alert_typography_text_transform\":\"none\",\"alert_typography_font_style\":\"italic\",\"alert_typography_text_decoration\":\"none\",\"alert_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"invalid_alert_color\":\"#ffffff\",\"invalid_alert_bg\":\"#de001b\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Roboto\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_color\":\"#1c374c\",\"input_placeholder_color\":\"#1c374c\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_invalid_border_color\":\"#ff0000\",\"input_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"rgba(0,0,0,0)\",\"input_focus_background_background\":\"classic\",\"input_focus_background_color\":\"rgba(0,0,0,0)\",\"input_focus_box_shadow_box_shadow_type\":\"yes\",\"input_focus_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"textarea_min_height\":100,\"invalid_notice_alignment\":\"right\"},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"902fa5d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45fd241\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3f50c1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"142d72d\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(809,7891,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:11:\"text-editor\";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_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;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:2;s:21:\"space_between_widgets\";i:2;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:16:\"color_link_hover\";i:1;s:10:\"color_text\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:13:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;s:29:\"invalid_typography_typography\";i:1;s:30:\"invalid_typography_font_family\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_font_weight\";i:1;s:33:\"invalid_typography_text_transform\";i:1;s:29:\"invalid_typography_font_style\";i:1;s:34:\"invalid_typography_text_decoration\";i:1;}s:20:\"section_inputs_style\";a:24:{s:13:\"input_padding\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:25:\"input_focus_border_border\";i:1;s:24:\"input_focus_border_width\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:33:\"input_focus_background_background\";i:1;s:28:\"input_focus_background_color\";i:1;s:38:\"input_focus_box_shadow_box_shadow_type\";i:1;s:33:\"input_focus_box_shadow_box_shadow\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:15:{s:27:\"alert_typography_typography\";i:1;s:28:\"alert_typography_font_family\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_font_weight\";i:1;s:31:\"alert_typography_text_transform\";i:1;s:27:\"alert_typography_font_style\";i:1;s:32:\"alert_typography_text_decoration\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;s:19:\"alert_border_radius\";i:1;s:19:\"invalid_alert_color\";i:1;s:16:\"invalid_alert_bg\";i:1;s:27:\"invalid_alert_border_border\";i:1;s:26:\"invalid_alert_border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:1:{s:4:\"zoom\";i:1;}}}}}'),(810,7891,'_elementor_page_assets','a:0:{}'),(811,7891,'_wxr_import_user_slug','admin'),(812,7895,'slide_template','default'),(813,7895,'_elementor_edit_mode','builder'),(814,7895,'_elementor_template_type','wp-page'),(815,7895,'_elementor_version','3.6.5'),(816,7895,'_wp_page_template','elementor_header_footer'),(817,7895,'_elementor_data','[{\"id\":\"500092c0\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"_id\":\"cbe0474\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1ed871\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7cf548c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Medical Specialists\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ffaff0\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"_id\":\"53833cc\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"20600fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9330fc6\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_background\":\"classic\",\"jet_parallax_layout_list\":[{\"_id\":\"c96815a\"}],\"content_width\":{\"unit\":\"px\",\"size\":1185,\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"126a96d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"928b862\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-1.jpg\",\"id\":6398},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"753afd6\",\"elType\":\"widget\",\"settings\":{\"title\":\"CARDIAC SURGEON\\n\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32f5456\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Sarah Johnson\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bab21e3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1505133\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b3a0de\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-2.jpg\",\"id\":6399},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"8fa582e\",\"elType\":\"widget\",\"settings\":{\"title\":\"PEDIATRICIAN\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b2d158\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Greg House\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5020bb0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7e72f54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cced65c\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-3.jpg\",\"id\":6400},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"00dfc26\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL DOCTOR\\n\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fc237a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Marta Stewart\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92fd840\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3c1afd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac29160\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-4.jpg\",\"id\":6401},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"ece7107\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONSULTING DOCTOR\\n\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8caa49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Night Shyamal\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c800977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c184b9\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"background_background\":\"classic\",\"jet_parallax_layout_list\":[{\"_id\":\"c96815a\"}],\"content_width\":{\"unit\":\"px\",\"size\":1185,\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b99bbbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d472f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2017\\/11\\/team-7.jpg\",\"id\":6802},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"dd78858\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONSULTING DOCTOR\\n\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac7a7e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Alison Mitchell\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235589a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"531cd3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f42fed0\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2017\\/11\\/team-6.jpg\",\"id\":6801},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"a57ac76\",\"elType\":\"widget\",\"settings\":{\"title\":\"DENTAL HYGIENIST\\n\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"608f398\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Abraham Lincoln\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bba51b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3ab6022\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"197f5ed\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2016\\/09\\/team-3.jpg\",\"id\":6400},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"da68f99\",\"elType\":\"widget\",\"settings\":{\"title\":\"PEDIATRICIAN\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ad9e8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Kate Maruv\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bf6421\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6c2842f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_hover_background\":\"classic\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":8,\"spread\":8,\"color\":\"rgba(6,30,52,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"45\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f708e98\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2017\\/11\\/team-8.jpg\",\"id\":6803},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_position\":\"\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"959b142\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"c0b759e\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"ad42a1f\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"show_on_hover\":\"yes\",\"social_list_cover_location\":\"yes\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"social_icon_color\":\"#ffffff\",\"social_icon_color_hover\":\"#56b0d2\",\"overlay_background_background\":\"classic\",\"overlay_background_color\":\"#1C374C80\"},\"elements\":[],\"widgetType\":\"jet-team-member\"},{\"id\":\"4c2863b\",\"elType\":\"widget\",\"settings\":{\"title\":\"CARDIAC SURGEON\\n\",\"header_size\":\"span\",\"title_color\":\"#B5B9BB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b90edc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dr. Sheldon Cooper\",\"title_color\":\"#1e2428\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"efd1bb4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+ 800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"_id\":\"06960fb\",\"link\":{\"url\":\"tel:+ 800 123 45 67\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@beclinic.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"ec65e0e\",\"link\":{\"url\":\"mailto:info@beclinic.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"icon_color\":\"#16b0c8\",\"icon_color_hover\":\"#16b0c8\",\"text_color\":\"#b5b9bb\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"582c49fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diplomas and Certificates of Our Doctors\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.6},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac8a385\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"21d3953\"}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"8f96343\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"10c7c26\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"id\":7960,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"2d67513\"},{\"item_image\":{\"id\":7961,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate-1.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b287049\"},{\"item_image\":{\"id\":7962,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate-2.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"aafcbf2\"},{\"item_image\":{\"id\":7963,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/certificate-3.png\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d259698\"}],\"columns_tablet\":\"2\",\"vertical_brands_alignment_tablet\":\"center\",\"logo_alignment_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"columns_mobile\":\"1\",\"logo_wrap_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8294a06\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"456bea4\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"58adc76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":2,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"350037d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"0c527eb\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7927,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-95\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"105\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"45\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-92\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"88c485c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_text\":\"#42474c\"},\"elements\":[{\"id\":\"e7a257f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align\":\"left\",\"title_color\":\"#1e2428\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13bdb49\",\"elType\":\"widget\",\"settings\":{\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_family\":\"Roboto\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"invalid_typography_font_weight\":\"400\",\"invalid_typography_text_transform\":\"none\",\"invalid_typography_font_style\":\"italic\",\"invalid_typography_text_decoration\":\"none\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_border_color\":\"#c5cbcf\",\"input_focus_border_border\":\"solid\",\"input_focus_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_focus_border_color\":\"#16b0c8\",\"alert_typography_typography\":\"custom\",\"alert_typography_font_family\":\"Roboto\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"alert_typography_font_weight\":\"400\",\"alert_typography_text_transform\":\"none\",\"alert_typography_font_style\":\"italic\",\"alert_typography_text_decoration\":\"none\",\"alert_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"invalid_alert_color\":\"#ffffff\",\"invalid_alert_bg\":\"#de001b\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_invalid_border_color\":\"#ff0000\",\"input_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"rgba(0,0,0,0)\",\"input_placeholder_color\":\"#1c374c\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Roboto\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_color\":\"#1c374c\",\"input_focus_background_background\":\"classic\",\"input_focus_background_color\":\"rgba(0,0,0,0)\",\"input_focus_box_shadow_box_shadow_type\":\"yes\",\"input_focus_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"textarea_min_height\":100,\"invalid_notice_alignment\":\"right\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"contact-form-7\"},{\"id\":\"2bf87fb\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"e772db8\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"533914d\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b9d9830\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"819848b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#16B0C8\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hover_secondary_color\":\"#0C0C0C\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4293f0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(818,7895,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:11;s:11:\"header_size\";i:2;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:11;s:21:\"typography_typography\";i:11;s:22:\"typography_font_family\";i:11;s:20:\"typography_font_size\";i:11;s:22:\"typography_line_height\";i:11;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:8;s:21:\"typography_font_style\";i:8;s:26:\"typography_text_decoration\";i:8;s:25:\"typography_letter_spacing\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:9;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:11;s:21:\"space_between_widgets\";i:8;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:1:{s:27:\"background_hover_background\";i:8;}s:14:\"section_border\";a:2:{s:32:\"box_shadow_hover_box_shadow_type\";i:8;s:27:\"box_shadow_hover_box_shadow\";i:8;}s:12:\"section_typo\";a:1:{s:10:\"color_text\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:8;s:7:\"padding\";i:8;s:13:\"margin_tablet\";i:8;s:14:\"padding_mobile\";i:2;s:7:\"z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:13:\"content_width\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:7;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:4;s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:5;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:8;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;s:15:\"member_position\";i:8;s:18:\"member_description\";i:8;s:11:\"social_list\";i:8;}s:16:\"section_settings\";a:2:{s:13:\"show_on_hover\";i:8;s:26:\"social_list_cover_location\";i:8;}}s:5:\"style\";a:3:{s:31:\"section_team_member_image_style\";a:3:{s:17:\"custom_image_size\";i:8;s:11:\"image_width\";i:8;s:12:\"image_height\";i:7;}s:25:\"section_social_list_style\";a:2:{s:17:\"social_icon_color\";i:8;s:23:\"social_icon_color_hover\";i:8;}s:33:\"section_team_member_overlay_style\";a:2:{s:29:\"overlay_background_background\";i:8;s:24:\"overlay_background_color\";i:8;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:8;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:8;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:8;s:16:\"icon_color_hover\";i:8;}s:18:\"section_text_style\";a:10:{s:10:\"text_color\";i:8;s:16:\"text_color_hover\";i:8;s:26:\"icon_typography_typography\";i:8;s:27:\"icon_typography_font_family\";i:8;s:25:\"icon_typography_font_size\";i:8;s:27:\"icon_typography_font_weight\";i:8;s:30:\"icon_typography_text_transform\";i:8;s:26:\"icon_typography_font_style\";i:8;s:31:\"icon_typography_text_decoration\";i:8;s:27:\"icon_typography_line_height\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:8;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:1:{s:14:\"columns_tablet\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_brand_item_style\";a:1:{s:32:\"vertical_brands_alignment_tablet\";i:1;}s:24:\"section_brand_logo_style\";a:1:{s:21:\"logo_alignment_tablet\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:5:\"style\";a:4:{s:20:\"section_inputs_style\";a:17:{s:13:\"input_padding\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:25:\"input_focus_border_border\";i:1;s:24:\"input_focus_border_width\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:33:\"input_focus_background_background\";i:1;s:28:\"input_focus_background_color\";i:1;s:38:\"input_focus_box_shadow_box_shadow_type\";i:1;s:33:\"input_focus_box_shadow_box_shadow\";i:1;}s:18:\"section_text_style\";a:13:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;s:29:\"invalid_typography_typography\";i:1;s:30:\"invalid_typography_font_family\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_font_weight\";i:1;s:33:\"invalid_typography_text_transform\";i:1;s:29:\"invalid_typography_font_style\";i:1;s:34:\"invalid_typography_text_decoration\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}s:20:\"section_alerts_style\";a:15:{s:27:\"alert_typography_typography\";i:1;s:28:\"alert_typography_font_family\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_font_weight\";i:1;s:31:\"alert_typography_text_transform\";i:1;s:27:\"alert_typography_font_style\";i:1;s:32:\"alert_typography_text_decoration\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;s:19:\"alert_border_radius\";i:1;s:19:\"invalid_alert_color\";i:1;s:16:\"invalid_alert_bg\";i:1;s:27:\"invalid_alert_border_border\";i:1;s:26:\"invalid_alert_border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}}}}'),(819,7895,'_elementor_page_assets','a:0:{}'),(820,7895,'_wxr_import_user_slug','admin'),(821,7895,'_wxr_import_has_attachment_refs','1'),(822,7897,'_elementor_controls_usage','a:0:{}'),(823,7897,'slide_template','default'),(824,7897,'_wxr_import_user_slug','admin'),(825,7975,'slide_template','default'),(826,7975,'_elementor_edit_mode','builder'),(827,7975,'_elementor_template_type','wp-page'),(828,7975,'_elementor_version','3.6.5'),(829,7975,'_wp_page_template','elementor_header_footer'); INSERT INTO `wp_postmeta` VALUES (830,7975,'_elementor_data','[{\"id\":\"1bd4fd87\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"6745120\"}],\"content_width\":{\"unit\":\"px\",\"size\":1420},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5e2f3d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3090d07c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7979,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Depositphotos_135129520_el0.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-68\",\"bottom\":\"0\",\"left\":\"-141\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"32a3b9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebe45a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43722b5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Total Medical Services\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4742b731\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#42474c\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1e39cf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":5},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a9555fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Careex. Our residents, fellows, and renowned staff share their experience working at Careex.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#42474c\",\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e1939b6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":5},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c61aaf8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We try to do our best to help you and provide with a high-quality services. \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"title_color\":\"#1c374c\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ff47add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"15f96577\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16b0c8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"16\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a92b87\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"6745120\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":7922,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-8.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5492adf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"_inline_size_tablet\":53,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"color_link\":\"#16B0C8\",\"color_link_hover\":\"#1C374C\"},\"elements\":[{\"id\":\"675e3c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Online Consultation\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e91895\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52d2055\",\"elType\":\"widget\",\"settings\":{\"editor\":\" In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f4a97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Take the First Step to Help <span style=\\\"font-size: 24px;\\\"><a href=\\\"tel:8001234567\\\">(800) 123 4567<\\/a><\\/span>\",\"text_color\":\"#1C374C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ca266fd\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"get in touch\",\"button_label_hover\":\"get in touch\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_button_icon\":\"\",\"custom_size\":\"yes\",\"button_custom_width\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]},\"button_custom_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#16B0C8\",\"normal_plane_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"plane_hover_background_background\":\"classic\",\"plane_hover_background_color\":\"#0C0C0C\",\"plane_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_label_color\":\"#FFFFFF\",\"normal_label_typography_typography\":\"custom\",\"normal_label_typography_font_family\":\"Roboto\",\"normal_label_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"normal_label_typography_font_weight\":\"700\",\"normal_label_typography_text_transform\":\"uppercase\",\"normal_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"normal_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"hover_label_color\":\"#FFFFFF\",\"hover_label_typography_typography\":\"custom\",\"hover_label_typography_font_family\":\"Roboto\",\"hover_label_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_label_typography_font_weight\":\"700\",\"hover_label_typography_text_transform\":\"uppercase\",\"hover_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"hover_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":false},{\"id\":\"33933b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c851ccd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"cf5b67b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"75053065\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edb8d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clinical Services\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e96ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"_id\":\"4591032\"}],\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"567cb536\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"37642bd4\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Consultation\",\"front_side_subtitle\":\"by professionals\",\"front_side_description\":\"\",\"back_side_title\":\"Consultation\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-book\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7915,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/c8186a2c99bb13be611d20f242f38aff.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"selected_front_side_icon\":{\"value\":\"fas fa-book\",\"library\":\"fa-solid\"},\"back_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"17ab7856\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7e19e51b\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Diagnosis\",\"front_side_subtitle\":\"Accurate approach\",\"front_side_description\":\"\",\"back_side_title\":\"Diagnosis\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heart-o\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7916,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/img02.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"selected_front_side_icon\":{\"value\":\"far fa-heart\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_front_side_icon\":true},\"back_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"13dd2a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"29bc586a\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Treatment\",\"front_side_subtitle\":\" Individual approach\",\"front_side_description\":\"\",\"back_side_title\":\"Treatment\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heartbeat\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7917,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/ttable-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"selected_front_side_icon\":{\"value\":\"fas fa-heartbeat\",\"library\":\"fa-solid\"},\"back_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13613e3d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"_id\":\"4591032\"}],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6b3689\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5315ad99\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pregnancy Care\",\"front_side_subtitle\":\"Safety and Carefully \",\"front_side_description\":\"\",\"back_side_title\":\"Pregnancy Care\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-female\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7918,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Projects-2.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"selected_front_side_icon\":{\"value\":\"fas fa-female\",\"library\":\"fa-solid\"},\"back_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"369341bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"34e4358f\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pediatric\",\"front_side_subtitle\":\"High-quality kids care\",\"front_side_description\":\"\",\"back_side_title\":\"Pediatric\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-child\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7919,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Projects-3.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"selected_front_side_icon\":{\"value\":\"fas fa-child\",\"library\":\"fa-solid\"},\"back_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"1e859cb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"36b46b90\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Online Help\",\"front_side_subtitle\":\"24\\/7\",\"front_side_description\":\"\",\"back_side_title\":\"Online Help\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-mobile-phone\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":7920,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/contacts-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"rgba(28,55,76,0.6)\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"selected_front_side_icon\":{\"value\":\"fas fa-mobile-alt\",\"library\":\"fa-solid\"},\"back_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__fa4_migrated\":{\"selected_front_side_icon\":true}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"450c8139\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"e66a584\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]}},\"elements\":[{\"id\":\"39c2bcd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d4c5cd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Some Questions?\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cde60c\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"What are your regular office hours? \",\"_id\":\"3a69062\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_template_id\":\"7985\",\"__fa4_migrated\":{\"selected_item_icon\":true,\"selected_item_active_icon\":true}},{\"item_label\":\"Lorem ipsum dolor sit amet, consectetuer. Proin gravida nibh?\",\"_id\":\"be08f55\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_template_id\":\"7985\",\"__fa4_migrated\":{\"selected_item_icon\":true,\"selected_item_active_icon\":true}},{\"item_label\":\"Does the Clinic offer any discount coupons?\",\"_id\":\"ededdc2\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_template_id\":\"7985\",\"__fa4_migrated\":{\"selected_item_icon\":true,\"selected_item_active_icon\":true}},{\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_label\":\"Aenean sollicitudin, lorem quis bibendum auctor, nisi elit?\",\"item_template_id\":\"7985\",\"_id\":\"5dd23ef\",\"__fa4_migrated\":{\"selected_item_icon\":true,\"selected_item_active_icon\":true}}],\"collapsible\":\"yes\",\"toggle_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":17,\"spread\":0,\"color\":\"rgba(0,0,0,0.07)\"},\"toggle_label_aligment\":\"space-between\",\"toggle_label_color\":\"#1c374c\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Roboto\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"toggle_label_typography_font_weight\":\"700\",\"toggle_label_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"toggle_control_background_background\":\"classic\",\"toggle_control_background_color\":\"#f6fcff\",\"toggle_control_border_border\":\"solid\",\"toggle_control_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_control_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.29)\"},\"toggle_icon_position\":\"right\",\"toggle_border_border\":\"solid\",\"toggle_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_box_popover_toggle\":\"custom\",\"toggle_icon_box_box_font_color\":\"#0c0c0c\",\"toggle_icon_box_background\":\"color\",\"toggle_icon_box_color\":\"rgba(0,0,0,0)\",\"toggle_icon_box_hover_popover_toggle\":\"custom\",\"toggle_icon_box_hover_box_font_color\":\"#0c0c0c\",\"toggle_icon_box_hover_background\":\"color\",\"toggle_icon_box_hover_color\":\"rgba(226,226,226,0)\",\"toggle_icon_box_active_popover_toggle\":\"custom\",\"toggle_icon_box_active_box_font_color\":\"#0c0c0c\",\"toggle_icon_box_active_background\":\"color\",\"toggle_icon_box_active_color\":\"rgba(0,0,0,0)\",\"instance_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_control_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"23\",\"bottom\":\"15\",\"left\":\"42\",\"isLinked\":false},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"255335b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"456bea4\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"75c4983\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":2,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79151c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"_id\":\"0c527eb\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":7927,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-95\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"105\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"45\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-92\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"873db51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_text\":\"#42474c\"},\"elements\":[{\"id\":\"fa81d20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"align\":\"left\",\"title_color\":\"#1e2428\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da456f4\",\"elType\":\"widget\",\"settings\":{\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_family\":\"Roboto\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"invalid_typography_font_weight\":\"400\",\"invalid_typography_text_transform\":\"none\",\"invalid_typography_font_style\":\"italic\",\"invalid_typography_text_decoration\":\"none\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_border_color\":\"#c5cbcf\",\"input_focus_border_border\":\"solid\",\"input_focus_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_focus_border_color\":\"#16b0c8\",\"alert_typography_typography\":\"custom\",\"alert_typography_font_family\":\"Roboto\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"alert_typography_font_weight\":\"400\",\"alert_typography_text_transform\":\"none\",\"alert_typography_font_style\":\"italic\",\"alert_typography_text_decoration\":\"none\",\"alert_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"invalid_alert_color\":\"#ffffff\",\"invalid_alert_bg\":\"#de001b\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"input_invalid_border_color\":\"#ff0000\",\"input_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"rgba(0,0,0,0)\",\"input_placeholder_color\":\"#1c374c\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Roboto\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_color\":\"#1c374c\",\"input_focus_background_background\":\"classic\",\"input_focus_background_color\":\"rgba(0,0,0,0)\",\"input_focus_box_shadow_box_shadow_type\":\"yes\",\"input_focus_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0)\"},\"textarea_min_height\":100,\"invalid_notice_alignment\":\"right\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":570,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"contact-form-7\"},{\"id\":\"751176a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"e772db8\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"533914d\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b9d9830\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"819848b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#16B0C8\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hover_secondary_color\":\"#0C0C0C\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"0f3a194\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(831,7975,'_elementor_controls_usage','a:11:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:13;s:21:\"space_between_widgets\";i:11;s:19:\"_inline_size_tablet\";i:4;s:16:\"content_position\";i:2;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:2;s:7:\"z_index\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"color_text\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:12:\"align_tablet\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:2;s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{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:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:10:\"text_color\";i:3;s:22:\"typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:5;s:12:\"space_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:4:\"size\";i:2;s:4:\"link\";i:2;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:13:\"border_radius\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"text_padding\";i:2;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}}}s:12:\"jet-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}s:16:\"section_settings\";a:2:{s:29:\"instance_alignment_horizontal\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_first_part_style\";a:7:{s:11:\"first_color\";i:1;s:27:\"first_typography_typography\";i:1;s:28:\"first_typography_font_family\";i:1;s:26:\"first_typography_font_size\";i:1;s:28:\"first_typography_font_weight\";i:1;s:28:\"first_typography_line_height\";i:1;s:35:\"first_typography_line_height_tablet\";i:1;}s:25:\"section_second_part_style\";a:7:{s:12:\"second_color\";i:1;s:28:\"second_typography_typography\";i:1;s:29:\"second_typography_font_family\";i:1;s:27:\"second_typography_font_size\";i:1;s:29:\"second_typography_font_weight\";i:1;s:29:\"second_typography_line_height\";i:1;s:36:\"second_typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-animated-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:21:\"section_front_content\";a:4:{s:16:\"front_side_title\";i:6;s:19:\"front_side_subtitle\";i:6;s:22:\"front_side_description\";i:6;s:24:\"selected_front_side_icon\";i:6;}s:20:\"section_back_content\";a:5:{s:15:\"back_side_title\";i:6;s:21:\"back_side_description\";i:6;s:21:\"back_side_button_text\";i:6;s:18:\"back_side_subtitle\";i:6;s:21:\"back_side_button_link\";i:6;}s:16:\"section_settings\";a:2:{s:10:\"box_height\";i:6;s:16:\"animation_effect\";i:6;}}s:5:\"style\";a:4:{s:34:\"section_animated_box_general_style\";a:11:{s:32:\"front_side_background_background\";i:6;s:27:\"front_side_background_color\";i:6;s:31:\"back_side_background_background\";i:6;s:26:\"back_side_background_image\";i:6;s:29:\"back_side_background_position\";i:6;s:31:\"back_side_background_attachment\";i:6;s:27:\"back_side_background_repeat\";i:6;s:25:\"back_side_background_size\";i:6;s:34:\"back_overlay_background_background\";i:6;s:29:\"back_overlay_background_color\";i:6;s:12:\"back_padding\";i:6;}s:31:\"section_animated_box_icon_style\";a:2:{s:16:\"front_icon_color\";i:6;s:20:\"front_icon_font_size\";i:6;}s:32:\"section_animated_box_title_style\";a:11:{s:17:\"front_title_color\";i:6;s:33:\"front_title_typography_typography\";i:6;s:34:\"front_title_typography_font_family\";i:6;s:32:\"front_title_typography_font_size\";i:6;s:34:\"front_title_typography_font_weight\";i:6;s:34:\"front_title_typography_line_height\";i:6;s:32:\"back_title_typography_typography\";i:6;s:33:\"back_title_typography_font_family\";i:6;s:31:\"back_title_typography_font_size\";i:6;s:33:\"back_title_typography_font_weight\";i:6;s:33:\"back_title_typography_line_height\";i:6;}s:35:\"section_animated_box_subtitle_style\";a:10:{s:20:\"front_subtitle_color\";i:6;s:36:\"front_subtitle_typography_typography\";i:6;s:37:\"front_subtitle_typography_font_family\";i:6;s:35:\"front_subtitle_typography_font_size\";i:6;s:37:\"front_subtitle_typography_font_weight\";i:6;s:37:\"front_subtitle_typography_line_height\";i:6;s:35:\"back_subtitle_typography_typography\";i:6;s:36:\"back_subtitle_typography_font_family\";i:6;s:34:\"back_subtitle_typography_font_size\";i:6;s:36:\"back_subtitle_typography_font_weight\";i:6;}}}}s:13:\"jet-accordion\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:7:\"toggles\";i:1;}s:21:\"section_settings_data\";a:1:{s:11:\"collapsible\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_toggle_style\";a:3:{s:24:\"toggle_shadow_box_shadow\";i:1;s:20:\"toggle_border_border\";i:1;s:19:\"toggle_border_width\";i:1;}s:28:\"section_toggle_control_style\";a:26:{s:21:\"toggle_label_aligment\";i:1;s:18:\"toggle_label_color\";i:1;s:34:\"toggle_label_typography_typography\";i:1;s:35:\"toggle_label_typography_font_family\";i:1;s:33:\"toggle_label_typography_font_size\";i:1;s:35:\"toggle_label_typography_font_weight\";i:1;s:35:\"toggle_label_typography_line_height\";i:1;s:36:\"toggle_control_background_background\";i:1;s:31:\"toggle_control_background_color\";i:1;s:28:\"toggle_control_border_border\";i:1;s:27:\"toggle_control_border_width\";i:1;s:32:\"toggle_control_shadow_box_shadow\";i:1;s:20:\"toggle_icon_position\";i:1;s:30:\"toggle_icon_box_popover_toggle\";i:1;s:30:\"toggle_icon_box_box_font_color\";i:1;s:26:\"toggle_icon_box_background\";i:1;s:21:\"toggle_icon_box_color\";i:1;s:36:\"toggle_icon_box_hover_popover_toggle\";i:1;s:36:\"toggle_icon_box_hover_box_font_color\";i:1;s:32:\"toggle_icon_box_hover_background\";i:1;s:27:\"toggle_icon_box_hover_color\";i:1;s:37:\"toggle_icon_box_active_popover_toggle\";i:1;s:37:\"toggle_icon_box_active_box_font_color\";i:1;s:33:\"toggle_icon_box_active_background\";i:1;s:28:\"toggle_icon_box_active_color\";i:1;s:22:\"toggle_control_padding\";i:1;}s:33:\"section_accordion_container_style\";a:2:{s:16:\"instance_padding\";i:1;s:23:\"instance_padding_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:5:\"style\";a:4:{s:20:\"section_inputs_style\";a:24:{s:13:\"input_padding\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:25:\"input_focus_border_border\";i:1;s:24:\"input_focus_border_width\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:33:\"input_focus_background_background\";i:1;s:28:\"input_focus_background_color\";i:1;s:38:\"input_focus_box_shadow_box_shadow_type\";i:1;s:33:\"input_focus_box_shadow_box_shadow\";i:1;s:19:\"textarea_min_height\";i:1;}s:18:\"section_text_style\";a:13:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;s:29:\"invalid_typography_typography\";i:1;s:30:\"invalid_typography_font_family\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_font_weight\";i:1;s:33:\"invalid_typography_text_transform\";i:1;s:29:\"invalid_typography_font_style\";i:1;s:34:\"invalid_typography_text_decoration\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}s:20:\"section_alerts_style\";a:15:{s:27:\"alert_typography_typography\";i:1;s:28:\"alert_typography_font_family\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_font_weight\";i:1;s:31:\"alert_typography_text_transform\";i:1;s:27:\"alert_typography_font_style\";i:1;s:32:\"alert_typography_text_decoration\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;s:19:\"alert_border_radius\";i:1;s:19:\"invalid_alert_color\";i:1;s:16:\"invalid_alert_bg\";i:1;s:27:\"invalid_alert_border_border\";i:1;s:26:\"invalid_alert_border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}}'),(832,7975,'_elementor_page_assets','a:0:{}'),(833,7975,'_wxr_import_user_slug','admin'),(834,7975,'_wxr_import_has_attachment_refs','1'),(835,7980,'_elementor_template_type','page'),(836,7980,'_elementor_edit_mode','builder'),(837,7980,'_elementor_controls_usage','a:11:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:13;s:21:\"space_between_widgets\";i:11;s:19:\"_inline_size_tablet\";i:4;s:16:\"content_position\";i:2;s:19:\"_inline_size_mobile\";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:7:\"z_index\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:12:\"align_tablet\";i:4;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{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:7:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:10:\"text_color\";i:2;s:22:\"typography_font_weight\";i:3;s:12:\"align_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:5;s:12:\"space_tablet\";i:4;}}s:8:\"advanced\";a:2:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:5;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;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:2;s:4:\"size\";i:2;s:12:\"align_tablet\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:13:\"border_radius\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:12:\"text_padding\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}}}s:12:\"jet-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}s:16:\"section_settings\";a:2:{s:29:\"instance_alignment_horizontal\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_first_part_style\";a:7:{s:11:\"first_color\";i:1;s:27:\"first_typography_typography\";i:1;s:28:\"first_typography_font_family\";i:1;s:26:\"first_typography_font_size\";i:1;s:28:\"first_typography_font_weight\";i:1;s:28:\"first_typography_line_height\";i:1;s:35:\"first_typography_line_height_tablet\";i:1;}s:25:\"section_second_part_style\";a:7:{s:12:\"second_color\";i:1;s:28:\"second_typography_typography\";i:1;s:29:\"second_typography_font_family\";i:1;s:27:\"second_typography_font_size\";i:1;s:29:\"second_typography_font_weight\";i:1;s:29:\"second_typography_line_height\";i:1;s:36:\"second_typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:16:\"jet-animated-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:21:\"section_front_content\";a:3:{s:16:\"front_side_title\";i:6;s:19:\"front_side_subtitle\";i:6;s:22:\"front_side_description\";i:6;}s:20:\"section_back_content\";a:5:{s:15:\"back_side_title\";i:6;s:21:\"back_side_description\";i:6;s:21:\"back_side_button_text\";i:6;s:18:\"back_side_subtitle\";i:6;s:21:\"back_side_button_link\";i:6;}s:16:\"section_settings\";a:2:{s:10:\"box_height\";i:6;s:16:\"animation_effect\";i:6;}}s:5:\"style\";a:4:{s:34:\"section_animated_box_general_style\";a:10:{s:32:\"front_side_background_background\";i:6;s:27:\"front_side_background_color\";i:6;s:31:\"back_side_background_background\";i:6;s:26:\"back_side_background_image\";i:6;s:29:\"back_side_background_position\";i:6;s:31:\"back_side_background_attachment\";i:6;s:27:\"back_side_background_repeat\";i:6;s:25:\"back_side_background_size\";i:6;s:34:\"back_overlay_background_background\";i:6;s:29:\"back_overlay_background_color\";i:6;}s:31:\"section_animated_box_icon_style\";a:2:{s:16:\"front_icon_color\";i:6;s:20:\"front_icon_font_size\";i:6;}s:32:\"section_animated_box_title_style\";a:11:{s:17:\"front_title_color\";i:6;s:33:\"front_title_typography_typography\";i:6;s:34:\"front_title_typography_font_family\";i:6;s:32:\"front_title_typography_font_size\";i:6;s:34:\"front_title_typography_font_weight\";i:6;s:34:\"front_title_typography_line_height\";i:6;s:32:\"back_title_typography_typography\";i:6;s:33:\"back_title_typography_font_family\";i:6;s:31:\"back_title_typography_font_size\";i:6;s:33:\"back_title_typography_font_weight\";i:6;s:33:\"back_title_typography_line_height\";i:6;}s:35:\"section_animated_box_subtitle_style\";a:10:{s:20:\"front_subtitle_color\";i:6;s:36:\"front_subtitle_typography_typography\";i:6;s:37:\"front_subtitle_typography_font_family\";i:6;s:35:\"front_subtitle_typography_font_size\";i:6;s:37:\"front_subtitle_typography_font_weight\";i:6;s:37:\"front_subtitle_typography_line_height\";i:6;s:35:\"back_subtitle_typography_typography\";i:6;s:36:\"back_subtitle_typography_font_family\";i:6;s:34:\"back_subtitle_typography_font_size\";i:6;s:36:\"back_subtitle_typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:6;}}}}s:13:\"jet-accordion\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:7:\"toggles\";i:1;}s:21:\"section_settings_data\";a:1:{s:11:\"collapsible\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_toggle_style\";a:3:{s:24:\"toggle_shadow_box_shadow\";i:1;s:20:\"toggle_border_border\";i:1;s:19:\"toggle_border_width\";i:1;}s:28:\"section_toggle_control_style\";a:27:{s:21:\"toggle_label_aligment\";i:1;s:18:\"toggle_label_color\";i:1;s:34:\"toggle_label_typography_typography\";i:1;s:35:\"toggle_label_typography_font_family\";i:1;s:33:\"toggle_label_typography_font_size\";i:1;s:35:\"toggle_label_typography_font_weight\";i:1;s:35:\"toggle_label_typography_line_height\";i:1;s:36:\"toggle_control_background_background\";i:1;s:31:\"toggle_control_background_color\";i:1;s:28:\"toggle_control_border_border\";i:1;s:27:\"toggle_control_border_width\";i:1;s:32:\"toggle_control_shadow_box_shadow\";i:1;s:20:\"toggle_icon_position\";i:1;s:30:\"toggle_icon_box_popover_toggle\";i:1;s:30:\"toggle_icon_box_box_font_color\";i:1;s:26:\"toggle_icon_box_background\";i:1;s:21:\"toggle_icon_box_color\";i:1;s:36:\"toggle_icon_box_hover_popover_toggle\";i:1;s:36:\"toggle_icon_box_hover_box_font_color\";i:1;s:32:\"toggle_icon_box_hover_background\";i:1;s:27:\"toggle_icon_box_hover_color\";i:1;s:37:\"toggle_icon_box_active_popover_toggle\";i:1;s:37:\"toggle_icon_box_active_box_font_color\";i:1;s:33:\"toggle_icon_box_active_background\";i:1;s:28:\"toggle_icon_box_active_color\";i:1;s:37:\"toggle_control_shadow_box_shadow_type\";i:1;s:22:\"toggle_control_padding\";i:1;}s:33:\"section_accordion_container_style\";a:2:{s:16:\"instance_padding\";i:1;s:23:\"instance_padding_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_inputs_style\";a:1:{s:13:\"input_padding\";i:1;}s:18:\"section_text_style\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;}s:12:\"submit_style\";a:14:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:26:\"submit_hover_border_radius\";i:1;s:26:\"submit_focus_border_radius\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}}'),(838,7980,'_elementor_version','2.7.5'),(839,7980,'_elementor_data','[{\"id\":\"2fc415bb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"6745120\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1420},\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4147640f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c7a7605\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":7979,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Depositphotos_135129520_el0.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-68\",\"bottom\":\"0\",\"left\":\"-141\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b43ccfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"padding_tablet\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e04f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Provide\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"663d41a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Total Medical Services\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d155a86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#1c374c\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"140\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"349e4c21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":5},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a58227e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#1c374c\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"140\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f1df7be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":5},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33038e41\",\"elType\":\"widget\",\"settings\":{\"title\":\"We try to do our best to help you and provide with a high-quality services. \",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa9d209\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6961d9dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16b0c8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"43\",\"bottom\":\"17\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/contacts\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70e07647\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"6745120\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_image\":{\"id\":\"7922\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-8.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e7a05cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"_inline_size_tablet\":53,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f779f73\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Online Consultation\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48b793a6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5f75bc59\",\"elType\":\"widget\",\"settings\":{\"editor\":\" In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d81f6a7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161dd4f6\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Take the First Step to Help\",\"second_part\":\"(800) 123 4567\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#1c374c\",\"first_typography_typography\":\"custom\",\"first_typography_font_family\":\"Roboto\",\"first_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"first_typography_font_weight\":\"700\",\"first_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"second_color\":\"#16b0c8\",\"second_typography_typography\":\"custom\",\"second_typography_font_family\":\"Roboto\",\"second_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"second_typography_font_weight\":\"700\",\"second_typography_line_height\":{\"unit\":\"px\",\"size\":4},\"first_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.8},\"second_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"link\":{\"url\":\"tel:(800) 123 4567\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_before_icon\":{\"value\":\"\",\"library\":\"\"},\"before_image\":{\"url\":\"\",\"id\":\"\"},\"selected_after_icon\":{\"value\":\"\",\"library\":\"\"},\"after_image\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"instance_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"instance_background_slideshow_gallery\":[],\"first_background_image\":{\"url\":\"\",\"id\":\"\"},\"first_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"first_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"first_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"first_background_slideshow_gallery\":[],\"first_text_image\":{\"url\":\"\",\"id\":\"\"},\"second_background_image\":{\"url\":\"\",\"id\":\"\"},\"second_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"second_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"second_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"second_background_slideshow_gallery\":[],\"second_text_image\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_image\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_left_background_slideshow_gallery\":[],\"divider_deco_right_background_image\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"divider_deco_right_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-headline\"},{\"id\":\"5698451f\",\"elType\":\"widget\",\"settings\":{\"text\":\"get in touch\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":11},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.5},\"button_text_color\":\"#ffffff\",\"background_color\":\"#16B0C8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#0c0c0c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/ld-wp.template-help.com\\/wordpress_bemedical\\/v4\\/caringdoc\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"5aa62598\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"21e4a853\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"cf5b67b\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d9996f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"603c9683\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Clinical Services\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"469f1ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"4591032\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7457382d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ac45818\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Consultation\",\"front_side_subtitle\":\"by professionals\",\"front_side_description\":\"\",\"back_side_title\":\"Consultation\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-book\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":\"7915\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/c8186a2c99bb13be611d20f242f38aff.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"572e8b61\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ba48fe9\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Diagnosis\",\"front_side_subtitle\":\"Accurate approach\",\"front_side_description\":\"\",\"back_side_title\":\"Diagnosis\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heart-o\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":\"7916\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/img02.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"5089bcc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45b15467\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Treatment\",\"front_side_subtitle\":\" Individual approach\",\"front_side_description\":\"\",\"back_side_title\":\"Treatment\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-heartbeat\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":\"7917\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/ttable-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7c81d4bd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"4591032\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d0432ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29de97c5\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pregnancy Care\",\"front_side_subtitle\":\"Safety and Carefully \",\"front_side_description\":\"\",\"back_side_title\":\"Pregnancy Care\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-female\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":\"7918\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Projects-2.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"47e3889c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45b1560e\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Pediatric\",\"front_side_subtitle\":\"High-quality kids care\",\"front_side_description\":\"\",\"back_side_title\":\"Pediatric\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-child\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":\"7919\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Projects-3.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true},{\"id\":\"72c6b095\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13417474\",\"elType\":\"widget\",\"settings\":{\"front_side_title\":\"Online Help\",\"front_side_subtitle\":\"24\\/7\",\"front_side_description\":\"\",\"back_side_title\":\"Online Help\",\"back_side_description\":\"\",\"back_side_button_text\":\"\",\"front_side_icon\":\"fa fa-mobile-phone\",\"back_side_subtitle\":\"You can get a professional consultation by our experienced staff according to services of our center, medical questions. \",\"back_side_button_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"box_height\":{\"unit\":\"px\",\"size\":237},\"front_side_background_background\":\"classic\",\"front_side_background_color\":\"#f6fcff\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"id\":\"7920\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/contacts-img1.jpg\"},\"back_side_background_position\":\"center center\",\"back_side_background_attachment\":\"scroll\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"front_icon_color\":\"#16b0c8\",\"front_icon_font_size\":{\"unit\":\"px\",\"size\":50},\"front_title_color\":\"#1c374c\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"PT Serif\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"px\",\"size\":20},\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"PT Serif\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"back_title_typography_font_weight\":\"700\",\"back_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"front_subtitle_color\":\"#1c374c\",\"front_subtitle_typography_typography\":\"custom\",\"front_subtitle_typography_font_family\":\"Roboto\",\"front_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"front_subtitle_typography_font_weight\":\"400\",\"front_subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"back_subtitle_typography_typography\":\"custom\",\"back_subtitle_typography_font_family\":\"Roboto\",\"back_subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"back_subtitle_typography_font_weight\":\"400\",\"back_overlay_background_background\":\"classic\",\"back_overlay_background_color\":\"#1C374C\",\"back_overlay_opacity\":0.6,\"animation_effect\":\"jet-box-effect-8\",\"selected_front_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_front_side_toggle_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"selected_back_side_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_back_side_toggle_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"front_side_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_side_background_slideshow_gallery\":[],\"front_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"front_overlay_background_slideshow_gallery\":[],\"back_side_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_side_background_slideshow_gallery\":[],\"back_overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"back_overlay_background_slideshow_gallery\":[],\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ac92ffa\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"e66a584\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b46822f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f8562ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Some Questions?\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"align\":\"center\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d4368fb\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"What are your regular office hours? \",\"_id\":\"3a69062\",\"item_active\":\"false\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_template_id\":\"7791\",\"content_type\":\"template\",\"item_editor_content\":\"Tab Item Content\"},{\"item_label\":\"Lorem ipsum dolor sit amet, consectetuer. Proin gravida nibh?\",\"_id\":\"be08f55\",\"item_active\":\"false\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_template_id\":\"7791\",\"content_type\":\"template\",\"item_editor_content\":\"Tab Item Content\"},{\"item_label\":\"Does the Clinic offer any discount coupons?\",\"_id\":\"ededdc2\",\"item_active\":\"false\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_template_id\":\"7791\",\"content_type\":\"template\",\"item_editor_content\":\"Tab Item Content\"},{\"item_active\":\"false\",\"item_icon\":\"fa fa-plus\",\"item_active_icon\":\"fa fa-minus\",\"item_label\":\"Aenean sollicitudin, lorem quis bibendum auctor, nisi elit?\",\"item_template_id\":\"7791\",\"_id\":\"5dd23ef\",\"content_type\":\"template\",\"item_editor_content\":\"Tab Item Content\"}],\"collapsible\":\"yes\",\"toggle_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":17,\"spread\":0,\"color\":\"rgba(0,0,0,0.07)\"},\"toggle_label_aligment\":\"space-between\",\"toggle_label_color\":\"#1c374c\",\"toggle_label_typography_typography\":\"custom\",\"toggle_label_typography_font_family\":\"Roboto\",\"toggle_label_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"toggle_label_typography_font_weight\":\"700\",\"toggle_label_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"toggle_control_background_background\":\"classic\",\"toggle_control_background_color\":\"#f6fcff\",\"toggle_control_border_border\":\"solid\",\"toggle_control_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_control_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-4,\"blur\":63,\"spread\":-10,\"color\":\"rgba(0,0,0,0.24)\"},\"toggle_icon_position\":\"right\",\"toggle_border_border\":\"solid\",\"toggle_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"toggle_icon_box_popover_toggle\":\"custom\",\"toggle_icon_box_box_font_color\":\"#0c0c0c\",\"toggle_icon_box_background\":\"color\",\"toggle_icon_box_color\":\"rgba(0,0,0,0)\",\"toggle_icon_box_hover_popover_toggle\":\"custom\",\"toggle_icon_box_hover_box_font_color\":\"#0c0c0c\",\"toggle_icon_box_hover_background\":\"color\",\"toggle_icon_box_hover_color\":\"rgba(226,226,226,0)\",\"toggle_icon_box_active_popover_toggle\":\"custom\",\"toggle_icon_box_active_box_font_color\":\"#0c0c0c\",\"toggle_icon_box_active_background\":\"color\",\"toggle_icon_box_active_color\":\"rgba(0,0,0,0)\",\"toggle_control_shadow_box_shadow_type\":\"yes\",\"instance_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"toggle_control_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"23\",\"bottom\":\"15\",\"left\":\"42\",\"isLinked\":false},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_background_image\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"instance_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"instance_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"instance_background_slideshow_gallery\":[],\"toggle_background_image\":{\"url\":\"\",\"id\":\"\"},\"toggle_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"toggle_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"toggle_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"toggle_background_slideshow_gallery\":[],\"toggle_control_background_image\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_slideshow_gallery\":[],\"toggle_control_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_hover_slideshow_gallery\":[],\"toggle_control_background_active_image\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_active_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_active_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_active_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"toggle_control_background_active_slideshow_gallery\":[],\"tabs_content_background_image\":{\"url\":\"\",\"id\":\"\"},\"tabs_content_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"tabs_content_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"tabs_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"tabs_content_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3315802f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"456bea4\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"299e9896\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"z_index\":999,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68401849\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"0c527eb\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":\"7927\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/Group-6-9.png\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-65\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-52\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1380c3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.333,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"padding_mobile\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d077eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abe21a2\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"7711::cf_home\",\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"270\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":28},\"invalid_color\":\"#e50000\",\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_hover_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_focus_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"input_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_slideshow_gallery\":[],\"input_focus_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_slideshow_gallery\":[],\"input_invalid_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true},{\"id\":\"5c7d3b10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.667,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(840,7980,'_wxr_import_user_slug','admin'),(841,7980,'_wxr_import_has_attachment_refs','1'),(842,7985,'_elementor_template_type','page'),(843,7985,'_elementor_edit_mode','builder'),(844,7985,'_elementor_version','2.7.5'),(845,7985,'_elementor_data','[{\"id\":\"766599d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"485d66f\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}]},\"elements\":[{\"id\":\"3b1f56e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1df7bb93\",\"elType\":\"widget\",\"settings\":{\"editor\":\" Our doctors must work by an appointment. Unfortunately, sometimes appointments take longer than expected and do require longer time frames than scheduled. When this happens, your patience is appreciated. A sincere attempt is made to adhere to the clinic schedule as much as possible. Make an appointment at the most convenient time for you.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"text_color\":\"#42474c\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(846,7985,'_wp_page_template','default'),(847,7985,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{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:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:10:\"text_color\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(848,7985,'_wxr_import_user_slug','admin'),(849,7992,'_elementor_template_type','page'),(850,7992,'_elementor_edit_mode','builder'),(851,7992,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{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:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:13:\"invalid_color\";i:1;}s:20:\"section_inputs_style\";a:2:{s:13:\"input_padding\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:15:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:14:\"submit_padding\";i:1;s:13:\"submit_margin\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:6:\"layout\";i: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:\"jet-map\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:20:\"section_map_settings\";a:1:{s:4:\"zoom\";i:1;}s:17:\"section_map_style\";a:2:{s:10:\"map_height\";i:1;s:9:\"map_style\";i:1;}s:16:\"section_map_pins\";a:1:{s:4:\"pins\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}}}}'),(852,7992,'_elementor_version','2.7.5'),(853,7992,'_elementor_data','[{\"id\":\"22c3a0da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"eb4df84\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"content_width\":{\"unit\":\"px\",\"size\":1200},\"padding\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"9\",\"isLinked\":false},\"padding_tablet\":{\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bea3cd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d4d00ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Details\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2535cbef\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39532c9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you are interested in working with us then please drop us a line, we would love to hear from you.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"170\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3bf061e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2d8a717f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"121 Wallstreet Street, New York , USA\",\"icon\":\"fa fa-map-marker\",\"_id\":\"354beef\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"info@demolink.com\",\"icon\":\"fa fa-envelope\",\"_id\":\"1431286\",\"link\":{\"url\":\"mailto:info@demolink.com\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"+800 1234 56 78\",\"icon\":\"fa fa-volume-control-phone\",\"_id\":\"d584425\",\"link\":{\"url\":\"tel:+800 1234 56 78\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":0},\"icon_color\":\"#16b0c8\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"text_color\":\"#1c374c\",\"text_indent\":{\"unit\":\"px\",\"size\":27},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7c75d408\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37396766\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drop Us A Line\",\"title_color\":\"#1c374c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":42},\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53f3a60e\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"7779::ct_page_frm\",\"text_color\":\"#1c374c\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"text_typography_font_weight\":\"500\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"invalid_color\":\"#ea0000\",\"input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"textarea_min_height\":70,\"submit_bg_color\":\"#16b0c8\",\"submit_color\":\"#ffffff\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"Roboto\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":10},\"submit_typography_font_weight\":\"700\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":11},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"submit_hover_bg_color\":\"#0c0c0c\",\"submit_hover_color\":\"#ffffff\",\"submit_focus_bg_color\":\"#0c0c0c\",\"submit_focus_color\":\"#ffffff\",\"submit_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"submit_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_background_slideshow_gallery\":[],\"input_focus_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_focus_background_slideshow_gallery\":[],\"input_invalid_background_image\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"input_invalid_background_slideshow_gallery\":[],\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3cee0b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"16d62e7\",\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_direction\":\"1\"}],\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"jet_sticky_section_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_sticky_section_background_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b073d36\",\"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_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"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_slideshow_gallery\":[],\"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\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fa9a67\",\"elType\":\"widget\",\"settings\":{\"map_center\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"zoom\",\"size\":16},\"map_height\":630,\"pins\":[{\"pin_address\":\"London Eye, London, United Kingdom\",\"pin_desc\":\"London Eye, London, United Kingdom\",\"pin_state\":\"visible\",\"_id\":\"7319938\",\"pin_image\":{\"id\":7991,\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/\\ue8a8.png\"}}],\"map_style\":\"\\\\wp-content\\\\plugins\\\\jet-elements\\/assets\\/js\\/lib\\/google-maps\\/ultra-light.json\",\"jet_tricks_widget_satellite_image\":{\"id\":\"7907\",\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2\\/wp-content\\/uploads\\/2019\\/11\\/placeholder-1.png\"},\"jet_tricks_widget_tooltip_background_image\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"jet_tricks_widget_tooltip_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-map\"}],\"isInner\":false}],\"isInner\":false}]'),(854,7992,'_wxr_import_user_slug','admin'),(855,8004,'_elementor_template_type','jet_header'),(856,8004,'_elementor_page_settings','a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}'),(857,8004,'_elementor_edit_mode','builder'),(858,8004,'_elementor_version','3.6.5'),(859,8004,'_wp_page_template','default'),(860,8004,'_elementor_data','[{\"id\":\"0014b2c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b0b1a9a\"}],\"z_index\":9},\"elements\":[{\"id\":\"65932a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b82836\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6d0dddb\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#1c374c\",\"padding\":{\"unit\":\"px\",\"top\":\"17.5\",\"right\":\"0\",\"bottom\":\"17.5\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"c1318af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"content_position\":\"center\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"5a7c9d8\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"+800 123 45 67\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"eeffcb2\",\"link\":{\"url\":\"tel:8001234567\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"info@demolink.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"8ee6c07\",\"link\":{\"url\":\"mailto:info@demolink.com\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_color_hover\":\"#16b0c8\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"auto\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a2bb0c7\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"121 Wallstreet Street, NY , USA\",\"selected_icon\":{\"value\":\"far fa-map\",\"library\":\"fa-regular\"},\"_id\":\"eeffcb2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"icon_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_element_width\":\"auto\",\"icon_align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"218fadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"content_position\":\"center\"},\"elements\":[{\"id\":\"4501178\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"e772db8\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"533914d\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b9d9830\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"819848b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(0,0,0,0)\",\"icon_secondary_color\":\"#25ebff\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"hover_secondary_color\":\"#ffffff\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"996f41e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a4b650\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(255, 255, 255, 0.7)\",\"padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":32,\"spread\":0,\"color\":\"rgba(102.99999999999999, 122.00000000000007, 143, 0.17)\"},\"jet_sticky_section\":\"yes\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":67,\"sizes\":[]},\"jet_sticky_section_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_background\":\"classic\",\"jet_sticky_section_background_color\":\"#FFFFFF\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8161eed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":25,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"e34c25f\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/logo.png\",\"id\":8084},\"logo_alignment_mobile\":\"flex-start\",\"logo_image_2x\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/logo-retina.png\",\"id\":8085}},\"elements\":[],\"widgetType\":\"jet-logo\"}],\"isInner\":false},{\"id\":\"f13ee32\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":75,\"_inline_size_mobile\":20,\"align_mobile\":\"flex-end\",\"space_between_widgets_tablet\":0,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0},\"elements\":[{\"id\":\"9c6c791\",\"elType\":\"widget\",\"settings\":{\"menu\":\"22\",\"menu_container_alignment\":\"flex-end\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"Roboto\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_text_transform\":\"uppercase\",\"top_item_typography_font_style\":\"normal\",\"top_item_typography_text_decoration\":\"none\",\"top_item_text_color\":\"#1c374c\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"43\",\"isLinked\":false},\"top_item_text_color_hover\":\"#16b0c8\",\"top_item_text_color_active\":\"#16b0c8\",\"mobile_menu\":\"22\",\"sub-menu-trigger\":\"submarker\",\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mobile_toggle_bg_color_background\":\"classic\",\"mobile_toggle_bg_color_color\":\"#16B0C8\",\"toggle_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#16B0C8\",\"container_close_icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"mobile_container_bg_color_background\":\"classic\",\"mobile_container_bg_color_color\":\"#FFFFFF\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"Roboto\",\"item_label_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_text_transform\":\"uppercase\",\"item_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"item_label_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"menu_item_badge_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_item_badge_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"item_label_color\":\"#1C374C\",\"menu_item_dropdown_color\":\"#1C374C\",\"item_label_color_hover\":\"#16B0C8\",\"menu_item_dropdown_color_hover\":\"#16B0C8\",\"item_label_color_active\":\"#16B0C8\",\"menu_item_dropdown_color_active\":\"#16B0C8\",\"mobile_menu_loader_color\":\"#16B0C8\",\"mobile_cover_bg_color\":\"#1E2428\",\"_element_width_mobile\":\"auto\",\"device-view\":\"desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"e0bc59c\",\"elType\":\"widget\",\"settings\":{\"menu\":\"22\",\"menu_container_alignment\":\"flex-end\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"Roboto\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_text_transform\":\"uppercase\",\"top_item_typography_font_style\":\"normal\",\"top_item_typography_text_decoration\":\"none\",\"top_item_text_color\":\"#1c374c\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"43\",\"isLinked\":false},\"top_item_text_color_hover\":\"#16b0c8\",\"top_item_text_color_active\":\"#16b0c8\",\"mobile_menu\":\"22\",\"sub-menu-trigger\":\"submarker\",\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mobile_toggle_bg_color_background\":\"classic\",\"mobile_toggle_bg_color_color\":\"#16B0C8\",\"toggle_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#16B0C8\",\"container_close_icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"mobile_container_bg_color_background\":\"classic\",\"mobile_container_bg_color_color\":\"#FFFFFF\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"Roboto\",\"item_label_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_text_transform\":\"uppercase\",\"item_label_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"item_label_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"menu_item_badge_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_item_badge_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"item_label_color\":\"#1C374C\",\"menu_item_dropdown_color\":\"#1C374C\",\"item_label_color_hover\":\"#16B0C8\",\"menu_item_dropdown_color_hover\":\"#16B0C8\",\"item_label_color_active\":\"#16B0C8\",\"menu_item_dropdown_color_active\":\"#16B0C8\",\"mobile_menu_loader_color\":\"#16B0C8\",\"mobile_cover_bg_color\":\"#1E2428\",\"_element_width_mobile\":\"auto\",\"device-view\":\"mobile\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}]'),(861,8004,'_elementor_controls_usage','a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:2;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:25:\"icon_typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:4;s:16:\"content_position\";i:3;s:12:\"align_mobile\";i:1;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}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:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:7:\"z_index\";i:2;}}}}s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;s:13:\"logo_image_2x\";i:1;}}s:5:\"style\";a:1:{s:10:\"logo_style\";a:1:{s:21:\"logo_alignment_mobile\";i:1;}}}}s:13:\"jet-mega-menu\";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:1:{s:4:\"menu\";i:1;}}s:5:\"style\";a:2:{s:28:\"section_menu_container_style\";a:1:{s:24:\"menu_container_alignment\";i:1;}s:23:\"section_main_menu_style\";a:11:{s:30:\"top_item_typography_typography\";i:1;s:31:\"top_item_typography_font_family\";i:1;s:29:\"top_item_typography_font_size\";i:1;s:31:\"top_item_typography_font_weight\";i:1;s:34:\"top_item_typography_text_transform\";i:1;s:30:\"top_item_typography_font_style\";i:1;s:35:\"top_item_typography_text_decoration\";i:1;s:19:\"top_item_text_color\";i:1;s:16:\"top_item_padding\";i:1;s:25:\"top_item_text_color_hover\";i:1;s:26:\"top_item_text_color_active\";i:1;}}}}}'),(862,8004,'_elementor_page_assets','a:0:{}'),(863,8004,'_wxr_import_user_slug','admin'),(864,8004,'_wxr_import_has_attachment_refs','1'),(865,8005,'_menu_item_type','post_type'),(866,8005,'_menu_item_object_id','7975'),(867,8005,'_menu_item_object','page'),(868,8005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(869,8005,'_elementor_controls_usage','a:0:{}'),(870,8005,'_wxr_import_user_slug','admin'),(871,8006,'_menu_item_type','post_type'),(872,8006,'_menu_item_object_id','7897'),(873,8006,'_menu_item_object','page'),(874,8006,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(875,8006,'_menu_item_orphaned','1572616875'),(876,8006,'_wxr_import_user_slug','admin'),(877,8004,'_jet_template_content_type','elementor'),(878,8007,'_menu_item_type','post_type'),(879,8007,'_menu_item_object_id','7895'),(880,8007,'_menu_item_object','page'),(881,8007,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(882,8007,'_elementor_controls_usage','a:0:{}'),(883,8007,'_wxr_import_user_slug','admin'),(884,8008,'_menu_item_type','post_type'),(885,8008,'_menu_item_object_id','7891'),(886,8008,'_menu_item_object','page'),(887,8008,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(888,8008,'_elementor_controls_usage','a:0:{}'),(889,8008,'_wxr_import_user_slug','admin'),(890,8009,'_menu_item_type','post_type'),(891,8009,'_menu_item_object_id','7887'),(892,8009,'_menu_item_object','page'),(893,8009,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(894,8009,'_elementor_controls_usage','a:0:{}'),(895,8009,'_wxr_import_user_slug','admin'),(896,8010,'_menu_item_type','post_type'),(897,8010,'_menu_item_object_id','7885'),(898,8010,'_menu_item_object','page'),(899,8010,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(900,8010,'_elementor_controls_usage','a:0:{}'),(901,8010,'_wxr_import_user_slug','admin'),(902,8030,'_elementor_template_type','jet_footer'),(903,8030,'_elementor_page_settings','a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}'),(904,8030,'_elementor_edit_mode','builder'),(905,8030,'_elementor_version','3.6.5'),(906,8030,'_wp_page_template','default'),(907,8030,'_elementor_data','[{\"id\":\"c6bfacc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"449ba08\"}],\"background_background\":\"classic\",\"background_color\":\"#2b3238\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(255,255,255,0.15)\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"c401cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9141339\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"449ba08\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#2b3238\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF26\",\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3b8ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24,\"_inline_size_tablet\":27,\"space_between_widgets\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8e02e5\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/logo-footer.png\",\"id\":8088},\"logo_image_2x\":{\"url\":\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content\\/uploads\\/2019\\/11\\/logo-retina-footer.png\",\"id\":8089}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"a1e6fd8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Careex is a midecal center, which provides a wide range of medical services for adults and kids. We take care about your health in a professional way!\\n\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65caab6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":26,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bb58a36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Head Office\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c39c82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"4096 N Highland St, Arlington\\nVA 32101, USA\\n\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":210,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1207d3\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"info@demolink.com\",\"button_label_hover\":\"info@demolink.com\",\"button_url\":{\"url\":\"mailto:info@demolink.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_button_icon\":\"\",\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#6EC1E400\",\"plane_hover_background_background\":\"classic\",\"plane_hover_background_color\":\"#6EC1E400\",\"plane_hover_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_label_color\":\"#3094A5\",\"normal_label_typography_typography\":\"custom\",\"normal_label_typography_font_family\":\"Roboto\",\"normal_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"normal_label_typography_font_weight\":\"700\",\"normal_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"normal_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_label_color\":\"#FFFFFF66\",\"hover_label_typography_typography\":\"custom\",\"hover_label_typography_font_family\":\"Roboto\",\"hover_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"hover_label_typography_font_weight\":\"700\",\"hover_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"hover_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-button\"},{\"id\":\"5a3a6b9\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"800 1234 56 78\",\"button_label_hover\":\"800 1234 56 78\",\"button_url\":{\"url\":\"tel:80012345678\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_button_icon\":\"\",\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#6EC1E400\",\"plane_hover_background_background\":\"classic\",\"plane_hover_background_color\":\"#6EC1E400\",\"plane_hover_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"normal_label_color\":\"#EAE049\",\"normal_label_typography_typography\":\"custom\",\"normal_label_typography_font_family\":\"Roboto\",\"normal_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"normal_label_typography_font_weight\":\"700\",\"normal_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"normal_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_label_color\":\"#FFFFFF66\",\"hover_label_typography_typography\":\"custom\",\"hover_label_typography_font_family\":\"Roboto\",\"hover_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"hover_label_typography_font_weight\":\"700\",\"hover_label_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"hover_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-button\"},{\"id\":\"02ee851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Mon-Thu: 9:30 \\u2013 21:00<br>\\nFri: 6:00 \\u2013 21:00<br>\\nSat: 10:00 \\u2013 15:00\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e511307\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"21a2e39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Posts\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18966b7\",\"elType\":\"widget\",\"settings\":{\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"be4cbf9\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8f13365\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_color\":\"#ffffff\",\"meta_link_color\":\"#ffffff\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"Roboto\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false},{\"id\":\"66cde75\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":22,\"space_between_widgets\":28},\"elements\":[{\"id\":\"c962da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"PT Serif\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a4af07\",\"elType\":\"widget\",\"settings\":{\"layout\":\"vertical\",\"mobile_trigger_visible\":\"\",\"nav_items_color\":\"#ffffff\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_font_family\":\"Roboto\",\"nav_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"nav_items_color_hover\":\"rgba(255,255,255,0.4)\",\"nav_items_color_active\":\"rgba(255,255,255,0.4)\",\"nav_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46fe86b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"content_position\":\"middle\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#2B3238\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"53690ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF66\"},\"elements\":[{\"id\":\"96b405a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"#\\\">Zemez<\\/a> \\u00a9. All rights reserved.\",\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(908,8030,'_elementor_controls_usage','a:8:{s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}}}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:3:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:2;}}}}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:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;s:13:\"logo_image_2x\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:21:\"typography_font_style\";i:2;s:26:\"typography_text_decoration\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:21:\"typography_font_style\";i:3;s:26:\"typography_text_decoration\";i:3;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:6:{s:7:\"columns\";i:1;s:10:\"show_image\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:27:\"title_typography_font_style\";i:1;s:32:\"title_typography_text_decoration\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:5:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;}}}}s:12:\"jet-nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_menu\";a:2:{s:6:\"layout\";i:1;s:22:\"mobile_trigger_visible\";i:1;}}s:5:\"style\";a:1:{s:15:\"nav_items_style\";a:7:{s:15:\"nav_items_color\";i:1;s:31:\"nav_items_typography_typography\";i:1;s:32:\"nav_items_typography_font_family\";i:1;s:30:\"nav_items_typography_font_size\";i:1;s:21:\"nav_items_color_hover\";i:1;s:22:\"nav_items_color_active\";i:1;s:17:\"nav_items_padding\";i:1;}}}}}'),(909,8030,'_elementor_page_assets','a:0:{}'),(910,8030,'_wxr_import_user_slug','admin'),(911,8030,'_wxr_import_has_attachment_refs','1'),(912,8097,'_elementor_template_type','kit'),(913,8097,'_elementor_edit_mode','builder'),(914,8097,'_elementor_version','3.6.5'),(915,8097,'_wxr_import_user_slug','admin'),(916,8030,'_jet_template_content_type','elementor'),(919,8,'_elementor_controls_usage','a:0:{}'),(920,8,'post_sidebar','a:4:{s:7:\"sidebar\";s:0:\"\";s:12:\"shop-sidebar\";s:0:\"\";s:29:\"after-content-full-width-area\";s:0:\"\";s:11:\"footer-area\";s:0:\"\";}'),(921,8,'_revision-control','a:1:{i:0;s:8:\"defaults\";}'),(922,8,'jx_bryte_header_container_type','inherit'),(923,8,'jx_bryte_content_container_type','inherit'),(924,8,'jx_bryte_footer_container_type','inherit'),(925,8,'jx_bryte_header_layout_type','inherit'),(926,8,'jx_bryte_header_transparent_layout','inherit'),(927,8,'jx_bryte_header_invert_color_scheme','inherit'),(928,8,'jx_bryte_single_post_type','inherit'),(929,8,'_wxr_import_user_slug','admin'),(930,8,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-quote\";s:4:\"name\";s:5:\"Quote\";}'),(931,8,'jx_bryte_sidebar_position','inherit'),(932,8,'jx_bryte_top_panel_visibility','inherit'),(933,8,'jx_bryte_header_contact_block_visibility','inherit'),(934,8,'jx_bryte_header_search','inherit'),(935,8,'jx_bryte_header_btn_visibility','inherit'),(936,8,'jx_bryte_breadcrumbs_visibillity','inherit'),(937,8,'jx_bryte_footer_layout_type','inherit'),(938,8,'jx_bryte_footer_widget_area_visibility','inherit'),(939,8,'jx_bryte_footer_contact_block_visibility','inherit'),(940,8,'_wp_page_template','default'),(941,8,'slide_template','default'),(942,8,'jx_bryte_header_woo_elements','inherit'),(943,8,'_wp_old_slug','quote-format'),(944,8,'be_dentist_sidebar_position','inherit'),(945,8,'be_dentist_header_container_type','inherit'),(946,8,'be_dentist_content_container_type','inherit'),(947,8,'be_dentist_footer_container_type','inherit'),(948,8,'be_dentist_header_layout_type','inherit'),(949,8,'be_dentist_header_transparent_layout','inherit'),(950,8,'be_dentist_header_invert_color_scheme','inherit'),(951,8,'be_dentist_top_panel_visibility','inherit'),(952,8,'be_dentist_header_contact_block_visibility','inherit'),(953,8,'be_dentist_header_search','inherit'),(954,8,'be_dentist_breadcrumbs_visibillity','inherit'),(955,8,'be_dentist_footer_layout_type','inherit'),(956,8,'be_dentist_footer_widget_area_visibility','inherit'),(957,8,'be_dentist_footer_contact_block_visibility','inherit'),(958,8,'be_dentist_single_post_type','inherit'),(959,8,'beclinic_sidebar_position','one-right-sidebar'),(960,8,'beclinic_header_container_type','inherit'),(961,8,'beclinic_content_container_type','inherit'),(962,8,'beclinic_footer_container_type','inherit'),(963,8,'beclinic_header_layout_type','inherit'),(964,8,'beclinic_header_transparent_layout','inherit'),(965,8,'beclinic_top_panel_visibility','inherit'),(966,8,'beclinic_header_contact_block_visibility','inherit'),(967,8,'beclinic_header_search','inherit'),(968,8,'beclinic_breadcrumbs_visibillity','inherit'),(969,8,'beclinic_footer_layout_type','inherit'),(970,8,'beclinic_footer_widget_area_visibility','inherit'),(971,8,'beclinic_footer_contact_block_visibility','inherit'),(972,8,'beclinic_header_woo_elements','inherit'),(973,8,'beclinic_single_post_type','inherit'),(974,8,'cherry-open-page-popup','disable'),(975,8,'cherry-close-page-popup','disable'),(976,8,'_wp_old_date','2015-02-12'),(977,8,'kava_extra_link_target','_blank'),(978,8,'kava_extra_audio_loop','false'),(979,8,'kava_extra_audio_autoplay','false'),(980,8,'kava_extra_audio_preload','false'),(981,8,'kava_extra_video_type','library'),(982,8,'kava_extra_video_width','770'),(983,8,'kava_extra_video_height','480'),(984,8,'kava_extra_video_loop','false'),(985,8,'kava_extra_video_autoplay','false'),(986,8,'kava_extra_video_preload','false'),(987,8,'kava_extra_enable_breadcrumbs','inherit'),(988,8,'_wxr_import_user_slug','admin'),(989,8,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:17:\"post-format-quote\";s:4:\"name\";s:5:\"Quote\";}'),(992,9,'_elementor_controls_usage','a:0:{}'),(993,9,'post_sidebar','a:4:{s:7:\"sidebar\";s:0:\"\";s:12:\"shop-sidebar\";s:0:\"\";s:29:\"after-content-full-width-area\";s:0:\"\";s:11:\"footer-area\";s:0:\"\";}'),(994,9,'_revision-control','a:1:{i:0;s:8:\"defaults\";}'),(995,9,'jx_bryte_header_container_type','inherit'),(996,9,'jx_bryte_content_container_type','inherit'),(997,9,'jx_bryte_footer_container_type','inherit'),(998,9,'jx_bryte_header_layout_type','inherit'),(999,9,'jx_bryte_header_transparent_layout','inherit'),(1000,9,'jx_bryte_header_invert_color_scheme','inherit'),(1001,9,'jx_bryte_single_post_type','inherit'),(1002,9,'_wxr_import_user_slug','admin'),(1003,9,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:16:\"post-format-link\";s:4:\"name\";s:4:\"Link\";}'),(1004,9,'jx_bryte_sidebar_position','inherit'),(1005,9,'jx_bryte_top_panel_visibility','inherit'),(1006,9,'jx_bryte_header_contact_block_visibility','inherit'),(1007,9,'jx_bryte_header_search','inherit'),(1008,9,'jx_bryte_header_btn_visibility','inherit'),(1009,9,'jx_bryte_breadcrumbs_visibillity','inherit'),(1010,9,'jx_bryte_footer_layout_type','inherit'),(1011,9,'jx_bryte_footer_widget_area_visibility','inherit'),(1012,9,'jx_bryte_footer_contact_block_visibility','inherit'),(1013,9,'_wp_page_template','default'),(1014,9,'slide_template','default'),(1015,9,'jx_bryte_header_woo_elements','inherit'),(1016,9,'_wp_old_slug','creating-portfolio'),(1017,9,'be_dentist_sidebar_position','inherit'),(1018,9,'be_dentist_header_container_type','inherit'),(1019,9,'be_dentist_content_container_type','inherit'),(1020,9,'be_dentist_footer_container_type','inherit'),(1021,9,'be_dentist_header_layout_type','inherit'),(1022,9,'be_dentist_header_transparent_layout','inherit'),(1023,9,'be_dentist_header_invert_color_scheme','inherit'),(1024,9,'be_dentist_top_panel_visibility','inherit'),(1025,9,'be_dentist_header_contact_block_visibility','inherit'),(1026,9,'be_dentist_header_search','inherit'),(1027,9,'be_dentist_breadcrumbs_visibillity','inherit'),(1028,9,'be_dentist_footer_layout_type','inherit'),(1029,9,'be_dentist_footer_widget_area_visibility','inherit'),(1030,9,'be_dentist_footer_contact_block_visibility','inherit'),(1031,9,'be_dentist_single_post_type','inherit'),(1032,9,'_thumbnail_id','6330'),(1033,9,'beclinic_sidebar_position','one-right-sidebar'),(1034,9,'beclinic_header_container_type','inherit'),(1035,9,'beclinic_content_container_type','inherit'),(1036,9,'beclinic_footer_container_type','inherit'),(1037,9,'beclinic_header_layout_type','inherit'),(1038,9,'beclinic_header_transparent_layout','inherit'),(1039,9,'beclinic_top_panel_visibility','inherit'),(1040,9,'beclinic_header_contact_block_visibility','inherit'),(1041,9,'beclinic_header_search','inherit'),(1042,9,'beclinic_breadcrumbs_visibillity','inherit'),(1043,9,'beclinic_footer_layout_type','inherit'),(1044,9,'beclinic_footer_widget_area_visibility','inherit'),(1045,9,'beclinic_footer_contact_block_visibility','inherit'),(1046,9,'beclinic_header_woo_elements','inherit'),(1047,9,'beclinic_single_post_type','inherit'),(1048,9,'cherry-open-page-popup','disable'),(1049,9,'cherry-close-page-popup','disable'),(1050,9,'_wp_old_date','2015-02-12'),(1051,9,'kava_extra_link_target','_blank'),(1052,9,'kava_extra_audio_loop','false'),(1053,9,'kava_extra_audio_autoplay','false'),(1054,9,'kava_extra_audio_preload','false'),(1055,9,'kava_extra_video_type','library'),(1056,9,'kava_extra_video_width','770'),(1057,9,'kava_extra_video_height','480'),(1058,9,'kava_extra_video_loop','false'),(1059,9,'kava_extra_video_autoplay','false'),(1060,9,'kava_extra_video_preload','false'),(1061,9,'kava_extra_enable_breadcrumbs','inherit'),(1062,9,'_wxr_import_user_slug','admin'),(1063,9,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:11:\"post_format\";s:4:\"slug\";s:16:\"post-format-link\";s:4:\"name\";s:4:\"Link\";}'),(1064,8004,'_elementor_css','a:7:{s:4:\"time\";i:1654116045;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:3;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:20955:\".elementor-8004 .elementor-element.elementor-element-0014b2c .elementor-repeater-item-b0b1a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8004 .elementor-element.elementor-element-65932a7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-5b82836 > .elementor-container{max-width:1200px;}.elementor-8004 .elementor-element.elementor-element-5b82836 .elementor-repeater-item-6d0dddb.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8004 .elementor-element.elementor-element-c1318af.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8004 .elementor-element.elementor-element-c1318af.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(40px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(40px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(40px/2);margin-left:calc(40px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-40px/2);margin-left:calc(-40px/2);}body.rtl .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-40px/2);}body:not(.rtl) .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-40px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-icon i{color:#ffffff;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-icon svg{fill:#ffffff;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8{--e-icon-list-icon-size:14px;width:auto;max-width:auto;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-text{color:#ffffff;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#16b0c8;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-item > a{font-family:\"Roboto\", Sans-serif;font-size:14px;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 .elementor-icon-list-icon i{color:#ffffff;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 .elementor-icon-list-icon svg{fill:#ffffff;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7{--e-icon-list-icon-size:14px;width:auto;max-width:auto;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 .elementor-icon-list-text{color:#ffffff;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-8004 .elementor-element.elementor-element-a2bb0c7 .elementor-icon-list-item > a{font-family:\"Roboto\", Sans-serif;font-size:14px;}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 > .elementor-widget-container{margin:0px 0px 0px 40px;}.elementor-bc-flex-widget .elementor-8004 .elementor-element.elementor-element-218fadb.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8004 .elementor-element.elementor-element-218fadb.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8004 .elementor-element.elementor-element-4501178{--grid-template-columns:repeat(0, auto);--icon-size:16px;--grid-column-gap:22px;--grid-row-gap:0px;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-widget-container{text-align:right;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-social-icon{background-color:rgba(0,0,0,0);--icon-padding:0em;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-social-icon i{color:#25ebff;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-social-icon svg{fill:#25ebff;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-social-icon:hover i{color:#ffffff;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-social-icon:hover svg{fill:#ffffff;}.elementor-8004 .elementor-element.elementor-element-5b82836:not(.elementor-motion-effects-element-type-background), .elementor-8004 .elementor-element.elementor-element-5b82836 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1c374c;}.elementor-8004 .elementor-element.elementor-element-5b82836{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:17.5px 0px 17.5px 0px;}.elementor-8004 .elementor-element.elementor-element-5b82836 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8004 .elementor-element.elementor-element-996f41e > .elementor-container{max-width:1200px;}.elementor-8004 .elementor-element.elementor-element-996f41e > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-8004 .elementor-element.elementor-element-996f41e .elementor-repeater-item-6a4b650.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8004 .elementor-element.elementor-element-e34c25f .jet-logo{justify-content:flex-start;}.elementor-bc-flex-widget .elementor-8004 .elementor-element.elementor-element-f13ee32.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8004 .elementor-element.elementor-element-f13ee32.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8004 .elementor-element.elementor-element-f13ee32 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-menu{justify-content:flex-end !important;}.jet-desktop-menu-active .elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-menu > .jet-menu-item{flex-grow:0;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-menu .jet-menu-item .top-level-link{font-family:\"Roboto\", Sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;font-style:normal;text-decoration:none;color:#1c374c;padding:0px 0px 0px 43px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-menu .jet-menu-item:hover > .top-level-link{color:#16b0c8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-menu .jet-menu-item.jet-current-menu-item .top-level-link{color:#16b0c8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon{color:#FFFFFF;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__toggle{background-color:#16B0C8;padding:0px 0px 0px 0px;border-radius:3px 3px 3px 3px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container .jet-mobile-menu__controls{padding:0px 10px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container .jet-mobile-menu__back i{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container .jet-mobile-menu__back svg{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container .jet-mobile-menu__container-inner{background-color:#FFFFFF;padding:0px 0px 0px 35px;border-radius:0px 0px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container{border-radius:0px 0px 0px 0px;z-index:999;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu-widget .jet-mobile-menu-cover{z-index:calc(999-1);background-color:#1E2428;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-menu-icon{align-self:center;justify-content:center;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-menu-label{font-family:\"Roboto\", Sans-serif;font-weight:500;text-transform:uppercase;color:#1C374C;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item{padding:7px 0px 7px 0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-menu-badge{align-self:flex-start;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-menu-badge__inner{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-dropdown-arrow{color:#1C374C;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item:hover .jet-menu-label{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item:hover .jet-dropdown-arrow{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item.jet-mobile-menu__item--active .jet-menu-label{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item.jet-mobile-menu__item--active .jet-dropdown-arrow{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-menu{justify-content:flex-end !important;}.jet-desktop-menu-active .elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-menu > .jet-menu-item{flex-grow:0;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-menu .jet-menu-item .top-level-link{font-family:\"Roboto\", Sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;font-style:normal;text-decoration:none;color:#1c374c;padding:0px 0px 0px 43px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-menu .jet-menu-item:hover > .top-level-link{color:#16b0c8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-menu .jet-menu-item.jet-current-menu-item .top-level-link{color:#16b0c8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon{color:#FFFFFF;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__toggle{background-color:#16B0C8;padding:0px 0px 0px 0px;border-radius:3px 3px 3px 3px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container .jet-mobile-menu__controls{padding:0px 10px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container .jet-mobile-menu__back i{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container .jet-mobile-menu__back svg{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container .jet-mobile-menu__container-inner{background-color:#FFFFFF;padding:0px 0px 0px 35px;border-radius:0px 0px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container{border-radius:0px 0px 0px 0px;z-index:999;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu-widget .jet-mobile-menu-cover{z-index:calc(999-1);background-color:#1E2428;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-menu-icon{align-self:center;justify-content:center;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-menu-label{font-family:\"Roboto\", Sans-serif;font-weight:500;text-transform:uppercase;color:#1C374C;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item{padding:7px 0px 7px 0px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-menu-badge{align-self:flex-start;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-menu-badge__inner{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-dropdown-arrow{color:#1C374C;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item:hover .jet-menu-label{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item:hover .jet-dropdown-arrow{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item.jet-mobile-menu__item--active .jet-menu-label{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item.jet-mobile-menu__item--active .jet-dropdown-arrow{color:#16B0C8;}.elementor-8004 .elementor-element.elementor-element-996f41e:not(.elementor-motion-effects-element-type-background), .elementor-8004 .elementor-element.elementor-element-996f41e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:rgba(255, 255, 255, 0.7);}.elementor-8004 .elementor-element.elementor-element-996f41e{box-shadow:0px 5px 32px 0px rgba(102.99999999999999, 122.00000000000007, 143, 0.17);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:11px 0px 11px 0px;z-index:0;}.elementor-8004 .elementor-element.elementor-element-996f41e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8004 .elementor-element.elementor-element-996f41e.jet-sticky-section--stuck > .elementor-container{min-height:67px;}.elementor-8004 .elementor-element.elementor-element-996f41e.jet-sticky-section--stuck{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;background-color:#FFFFFF;}.elementor-8004 .elementor-element.elementor-element-996f41e.jet-sticky-section--stuck.jet-sticky-transition-in, .elementor-8004 .elementor-element.elementor-element-996f41e.jet-sticky-section--stuck.jet-sticky-transition-out{transition:margin 0.1s, padding 0.1s, background 0.1s, box-shadow 0.1s;}.elementor-8004 .elementor-element.elementor-element-996f41e.jet-sticky-section--stuck.jet-sticky-transition-in > .elementor-container, .elementor-8004 .elementor-element.elementor-element-996f41e.jet-sticky-section--stuck.jet-sticky-transition-out > .elementor-container{transition:min-height 0.1s;}.elementor-8004 .elementor-element.elementor-element-0014b2c{z-index:9;}@media(min-width:768px){.elementor-8004 .elementor-element.elementor-element-c1318af{width:75%;}.elementor-8004 .elementor-element.elementor-element-218fadb{width:25%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8004 .elementor-element.elementor-element-8161eed{width:25%;}.elementor-8004 .elementor-element.elementor-element-f13ee32{width:75%;}}@media(max-width:1024px){.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(20px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(20px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(20px/2);margin-left:calc(20px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-20px/2);margin-left:calc(-20px/2);}body.rtl .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-20px/2);}body:not(.rtl) .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-20px/2);}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 > .elementor-widget-container{margin:0px 0px 0px 20px;}.elementor-8004 .elementor-element.elementor-element-f13ee32 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}}@media(max-width:767px){.elementor-8004 .elementor-element.elementor-element-c1318af.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(20px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(20px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(20px/2);margin-left:calc(20px/2);}.elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-20px/2);margin-left:calc(-20px/2);}body.rtl .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-20px/2);}body:not(.rtl) .elementor-8004 .elementor-element.elementor-element-5a7c9d8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-20px/2);}.elementor-8004 .elementor-element.elementor-element-a2bb0c7 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-8004 .elementor-element.elementor-element-4501178 .elementor-widget-container{text-align:center;}.elementor-8004 .elementor-element.elementor-element-8161eed{width:80%;}.elementor-8004 .elementor-element.elementor-element-e34c25f .jet-logo{justify-content:flex-start;}.elementor-8004 .elementor-element.elementor-element-f13ee32{width:20%;}.elementor-8004 .elementor-element.elementor-element-f13ee32.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-8004 .elementor-element.elementor-element-f13ee32 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon i{font-size:12px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon svg{width:12px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container .jet-mobile-menu__back i{font-size:14px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__container{width:80%;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-menu-label{font-size:13px;letter-spacing:0px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-dropdown-arrow i{font-size:12px;}.elementor-8004 .elementor-element.elementor-element-9c6c791 .jet-mobile-menu__item .jet-dropdown-arrow svg{width:12px;}.elementor-8004 .elementor-element.elementor-element-9c6c791{width:auto;max-width:auto;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon i{font-size:12px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon svg{width:12px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container .jet-mobile-menu__back i{font-size:14px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__container{width:80%;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-menu-label{font-size:13px;letter-spacing:0px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-dropdown-arrow i{font-size:12px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c .jet-mobile-menu__item .jet-dropdown-arrow svg{width:12px;}.elementor-8004 .elementor-element.elementor-element-e0bc59c{width:auto;max-width:auto;}.elementor-8004 .elementor-element.elementor-element-996f41e{padding:15px 0px 15px 0px;}}\";}'),(1065,8030,'_elementor_css','a:7:{s:4:\"time\";i:1654116046;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:8:\"PT Serif\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:4;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:14722:\".elementor-8030 .elementor-element.elementor-element-c6bfacc > .elementor-container{max-width:1180px;min-height:120px;}.elementor-8030 .elementor-element.elementor-element-c6bfacc .elementor-repeater-item-449ba08.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8030 .elementor-element.elementor-element-c6bfacc:not(.elementor-motion-effects-element-type-background), .elementor-8030 .elementor-element.elementor-element-c6bfacc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2b3238;}.elementor-8030 .elementor-element.elementor-element-c6bfacc{border-style:solid;border-width:0px 0px 1px 0px;border-color:rgba(255,255,255,0.15);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-c6bfacc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8030 .elementor-element.elementor-element-9141339 > .elementor-container{max-width:1180px;}.elementor-8030 .elementor-element.elementor-element-9141339 .elementor-repeater-item-449ba08.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8030 .elementor-element.elementor-element-e3b8ea3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-8030 .elementor-element.elementor-element-d8e02e5 .jet-logo{justify-content:flex-start;}.elementor-8030 .elementor-element.elementor-element-a1e6fd8{color:#ffffff;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:300;text-transform:none;font-style:normal;text-decoration:none;line-height:1.9em;}.elementor-8030 .elementor-element.elementor-element-65caab6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-8030 .elementor-element.elementor-element-bb58a36 .elementor-heading-title{color:#ffffff;font-family:\"PT Serif\", Sans-serif;font-size:22px;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;}.elementor-8030 .elementor-element.elementor-element-bb58a36 > .elementor-widget-container{padding:9px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-7c39c82{color:#ffffff;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:300;text-transform:none;font-style:normal;text-decoration:none;line-height:1.9em;width:210px;max-width:210px;}.elementor-8030 .elementor-element.elementor-element-7c39c82 > .elementor-widget-container{padding:31px 0px 3px 0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__container{justify-content:flex-start;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__instance{margin:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__state-normal{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__state-hover{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__plane-normal{background-color:#6EC1E400;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__plane-hover{background-color:#6EC1E400;border-radius:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__state-normal .jet-button__label{text-align:left;margin:0px 0px 0px 0px;color:#3094A5;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__state-hover .jet-button__label{text-align:left;margin:0px 0px 0px 0px;color:#FFFFFF66;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__state-normal .jet-button__label{font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:700;line-height:1em;letter-spacing:0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 .jet-button__state-hover .jet-button__label{font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:700;line-height:1em;letter-spacing:0px;}.elementor-8030 .elementor-element.elementor-element-a1207d3 > .elementor-widget-container{padding:0px 0px 14px 0px;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__container{justify-content:flex-start;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__instance{margin:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__state-normal{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__state-hover{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__plane-normal{background-color:#6EC1E400;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__plane-hover{background-color:#6EC1E400;border-radius:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__state-normal .jet-button__label{text-align:left;margin:0px 0px 0px 0px;color:#EAE049;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__state-hover .jet-button__label{text-align:left;margin:0px 0px 0px 0px;color:#FFFFFF66;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__state-normal .jet-button__label{font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:700;line-height:1em;letter-spacing:0px;}.elementor-8030 .elementor-element.elementor-element-5a3a6b9 .jet-button__state-hover .jet-button__label{font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:700;line-height:1em;letter-spacing:0px;}.elementor-8030 .elementor-element.elementor-element-02ee851{color:#ffffff;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:300;text-transform:none;font-style:normal;text-decoration:none;line-height:1.9em;width:160px;max-width:160px;}.elementor-8030 .elementor-element.elementor-element-02ee851 > .elementor-widget-container{padding:19px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-e511307 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:34px;}.elementor-8030 .elementor-element.elementor-element-21a2e39 .elementor-heading-title{color:#ffffff;font-family:\"PT Serif\", Sans-serif;font-size:22px;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;}.elementor-8030 .elementor-element.elementor-element-21a2e39 > .elementor-widget-container{padding:9px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts:not(.slick-slider) .jet-posts__item{max-width:calc( 100% / 1 );}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts:not(.jet-equal-cols):not(.slick-slider) .jet-posts__item{flex:0 0 calc( 100% / 1 );-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1 );}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .jet-posts__item{padding:0px 0px 18px 0px;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts{margin-right:-0px;margin-left:-0px;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .entry-title a{color:#ffffff;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .entry-title, .elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .entry-title a{font-family:\"Roboto\", Sans-serif;font-size:14px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .entry-title{text-align:left;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .post-meta{color:#ffffff;font-family:\"Roboto\", Sans-serif;font-size:14px;text-align:left;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .post-meta a{color:#ffffff;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .entry-excerpt{text-align:left;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .jet-more{text-decoration:none;align-self:flex-start;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-posts .jet-more:hover{text-decoration:none;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-carousel .jet-slick-dots li{padding-left:5px;padding-right:5px;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-carousel .jet-slick-dots{justify-content:center;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-title-fields__item-label{margin-right:5px;}.elementor-8030 .elementor-element.elementor-element-18966b7 .jet-content-fields__item-label{margin-right:5px;}.elementor-8030 .elementor-element.elementor-element-18966b7 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-66cde75 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:28px;}.elementor-8030 .elementor-element.elementor-element-c962da5 .elementor-heading-title{color:#ffffff;font-family:\"PT Serif\", Sans-serif;font-size:22px;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;}.elementor-8030 .elementor-element.elementor-element-c962da5 > .elementor-widget-container{padding:9px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .jet-nav--horizontal{justify-content:flex-start;text-align:left;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .jet-nav--vertical .menu-item-link-top{justify-content:flex-start;text-align:left;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .jet-nav--vertical-sub-bottom .menu-item-link-sub{justify-content:flex-start;text-align:left;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .menu-item-link-top{color:#ffffff;padding:0px 0px 5px 0px;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .menu-item-link-top .jet-nav-link-text{font-family:\"Roboto\", Sans-serif;font-size:16px;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .menu-item:hover > .menu-item-link-top{color:rgba(255,255,255,0.4);}.elementor-8030 .elementor-element.elementor-element-6a4af07 .menu-item.current-menu-item .menu-item-link-top{color:rgba(255,255,255,0.4);}.elementor-8030 .elementor-element.elementor-element-6a4af07 > .elementor-widget-container{padding:5px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-6a4af07{width:auto;max-width:auto;}.elementor-8030 .elementor-element.elementor-element-9141339:not(.elementor-motion-effects-element-type-background), .elementor-8030 .elementor-element.elementor-element-9141339 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2b3238;}.elementor-8030 .elementor-element.elementor-element-9141339{border-style:solid;border-width:0px 0px 1px 0px;border-color:#FFFFFF26;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:37px 0px 65px 0px;}.elementor-8030 .elementor-element.elementor-element-9141339 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8030 .elementor-element.elementor-element-46fe86b > .elementor-container{max-width:1180px;min-height:72px;}.elementor-8030 .elementor-element.elementor-element-46fe86b > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-8030 .elementor-element.elementor-element-46fe86b:not(.elementor-motion-effects-element-type-background), .elementor-8030 .elementor-element.elementor-element-46fe86b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2B3238;}.elementor-8030 .elementor-element.elementor-element-46fe86b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 10px 0px 10px;}.elementor-8030 .elementor-element.elementor-element-46fe86b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8030 .elementor-element.elementor-element-53690ec .elementor-element-populated a{color:#FFFFFF;}.elementor-8030 .elementor-element.elementor-element-53690ec .elementor-element-populated a:hover{color:#FFFFFF66;}.elementor-8030 .elementor-element.elementor-element-96b405a{text-align:right;color:#FFFFFF;font-family:\"Roboto\", Sans-serif;font-size:14px;font-weight:300;line-height:1.6em;letter-spacing:0px;}@media(min-width:768px){.elementor-8030 .elementor-element.elementor-element-e3b8ea3{width:24%;}.elementor-8030 .elementor-element.elementor-element-65caab6{width:26%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8030 .elementor-element.elementor-element-e3b8ea3{width:27%;}.elementor-8030 .elementor-element.elementor-element-66cde75{width:22%;}}@media(max-width:1024px){.elementor-8030 .elementor-element.elementor-element-c6bfacc > .elementor-container{min-height:100px;}.elementor-8030 .elementor-element.elementor-element-9141339{padding:45px 0px 40px 0px;}}@media(max-width:767px){.elementor-8030 .elementor-element.elementor-element-e3b8ea3 > .elementor-element-populated{margin:0px 0px 25px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-8030 .elementor-element.elementor-element-65caab6 > .elementor-element-populated{margin:0px 0px 25px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-8030 .elementor-element.elementor-element-bb58a36 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-7c39c82 > .elementor-widget-container{padding:30px 0px 3px 0px;}.elementor-8030 .elementor-element.elementor-element-21a2e39 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-18966b7 > .elementor-widget-container{margin:-2px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-c962da5 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-6a4af07 .jet-mobile-menu .menu-item-link{justify-content:flex-start;text-align:left;}.elementor-8030 .elementor-element.elementor-element-6a4af07 > .elementor-widget-container{padding:4px 0px 0px 0px;}.elementor-8030 .elementor-element.elementor-element-9141339{padding:60px 0px 45px 0px;}.elementor-8030 .elementor-element.elementor-element-96b405a{text-align:left;}}\";}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_posts` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=8098 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (8,1,'2022-02-12 05:55:00','2022-02-12 05:55:00','<h6>Bad breath is a deal breaker both in business and in personal life of ours. And while breath fresheners or candies hide it, they do not cure the very problem at hand...</h6>\nSo, most importantly, the bad breath is caused by a lack of oral hygiene. It includes sleeping with an open mouth at night. This makes mouth dry and bacterias began to flourish there and cause that smell...\n\nBad breath has a medical name \"halitosis\". This kind of condition can stem from poor oral hygiene habits. It also may be a telling sign of other health problems. What you\'re eating can cause this disease to progress much faster. So how healthy your menu is directly correlated with any oral hygiene problems.\n<h6>So, how your diet and dishes choice affects the smell of your breath?</h6>\nEssentially, everything you\'re consuming begins to be broken down into parts in your mouth. As dishes are digested and absorbed into the blood system, foods eventually get carried to your lungs. Then it reveals in your breath. This is even more true in case you like foods with strong odors (such as garlic or onions). Then teeth brushing and flossing, even mouthwash and any other breath freshening liquids are redundant. They merely disguise that kind of odor temporarily. The odor will not go away completely until the foods have passed through your body completely...\n<blockquote>\n<h4><q>How damaging abundant amount of sugar is for your teeth health?</q></h4>\n<h6><cite>John Doe</cite></h6>\n</blockquote>\n<h6>Which poor oral hygiene habits lead to the bad breath?</h6>\nFirst off, ask yourself do you regularly follow basic oral hygiene routines? This, of course, includes such morning musts as brushing your teeth twice a day. Keep in mind, that each brushing should be lasting for at least 5 minutes. It\'s not limited to that. Teeth flossing after each eating is also strongly recommended. Because when you eat and don\'t follow these methods, food particles stay in your mouth. They get stuck in between the teeth, on gums and the tongue. Then it decays and absorbs there, causing various oral bacteria to flourish. All this results in a bad breath. Antibacterial mouth rinsers, instead of simple breath fresheners, may be of a big help here.\n\n<em>It will not simply disguise the smell by replacing it with a nicer aroma. These antibacterial mouth rinsers will eventually fight off and kick out the bacteria from your mouth. As well as off the teeth, gums and tongue.</em>\n\nTo add to that you must keep an especially attentive eye on your dentures, if you have any. They are critically vulnerable towards the odor-causing bacteria. If the dentures are not cleaned properly, and even more importantly, regularly, it will get covered with invisible bacteria. This will be causing bad smells, that will be obvious to absolutely everyone around. There\'s also no better way to hazard you oral hygiene and health than smoking or chewing tobacco. Besides irritating the sensitive gums and making teeth yellow, this makes the bacterias prosper. It adds up to a smell too...\n<h6> Are there any specific health issues that are connected to a bad breath?</h6>\nSuch a thing as the periodontal disease may be an essential cause of the bad breath. So if smell and unpleasant taste in your mouth are a lasting issue, you\'d better check with your dentist. Specifically on the matter of whether you have periodontal disease or not. Gum disease is caused by the appearance of plaque on teeth. Bacteria cause the formation of toxins to form, which irritate the gums and enamel. If such a gum disease carries on without any treatment to it provided, it can damage the gums and jawbone. Other dental causes of bad breath include poorly fitting dental appliances, yeast infections of the mouth, and denta\n\nThe medical condition of the dry mouth (also called xerostomia) also can cause a bad smell. Saliva is necessary to moisten the mouth. It neutralizes acids produced by plaque and piles away the dead cells off the tongue, gums, and cheeks\' insides. If not removed, these cells begin to decay and can cause bad breath. Dry mouth may be a side effect of various medications. Also salivary gland problems or breathing with your mouth open can be an additional cause. Many other general diseases and illnesses may cause bad breath. Here are some to be aware of: respiratory tract infections such as pneumonia or bronchitis, chronic sinus infections, postnasal drip, diabetes, chronic acid reflux, and liver or kidney problems.','Avoiding bad breath','How damaging abundant amount of sugar is for your teeth health?<cite>John Doe</cite>','publish','open','open','','avoiding-bad-breath-2','','','2022-02-12 05:55:00','2022-02-12 05:55:00','',0,'http://ld-wp.template-help.com/wordpress_62222_default-sample/?p=8',0,'post','',0),(9,1,'2022-02-12 05:56:00','2022-02-12 05:56:00','<h6>Bad breath is a deal breaker both in business and in personal life of ours. And while breath fresheners or candies hide it, they do not cure the very problem at hand...</h6>\nSo, most importantly, the bad breath is caused by a lack of oral hygiene. It includes sleeping with an open mouth at night. This makes mouth dry and bacterias began to flourish there and cause that smell...\n\nBad breath has a medical name \"halitosis\". This kind of condition can stem from poor oral hygiene habits. It also may be a telling sign of other health problems. What you\'re eating can cause this disease to progress much faster. So how healthy your menu is directly correlated with any oral hygiene problems.\n<a href=\"https://zemez.io/wordpress/\">https://zemez.io/wordpress/</a>\n<h6>So, how your diet and dishes choice affects the smell of your breath?</h6>\nEssentially, everything you\'re consuming begins to be broken down into parts in your mouth. As dishes are digested and absorbed into the blood system, foods eventually get carried to your lungs. Then it reveals in your breath. This is even more true in case you like foods with strong odors (such as garlic or onions). Then teeth brushing and flossing, even mouthwash and any other breath freshening liquids are redundant. They merely disguise that kind of odor temporarily. The odor will not go away completely until the foods have passed through your body completely...\n<blockquote>\n<h4><q>How damaging abundant amount of sugar is for your teeth health?</q></h4>\n<h6><cite>John Doe</cite></h6>\n</blockquote>\n<h6>Which poor oral hygiene habits lead to the bad breath?</h6>\nFirst off, ask yourself do you regularly follow basic oral hygiene routines? This, of course, includes such morning musts as brushing your teeth twice a day. Keep in mind, that each brushing should be lasting for at least 5 minutes. It\'s not limited to that. Teeth flossing after each eating is also strongly recommended. Because when you eat and don\'t follow these methods, food particles stay in your mouth. They get stuck in between the teeth, on gums and the tongue. Then it decays and absorbs there, causing various oral bacteria to flourish. All this results in a bad breath. Antibacterial mouth rinsers, instead of simple breath fresheners, may be of a big help here.\n\n<em>It will not simply disguise the smell by replacing it with a nicer aroma. These antibacterial mouth rinsers will eventually fight off and kick out the bacteria from your mouth. As well as off the teeth, gums and tongue.</em>\n\nTo add to that you must keep an especially attentive eye on your dentures, if you have any. They are critically vulnerable towards the odor-causing bacteria. If the dentures are not cleaned properly, and even more importantly, regularly, it will get covered with invisible bacteria. This will be causing bad smells, that will be obvious to absolutely everyone around. There\'s also no better way to hazard you oral hygiene and health than smoking or chewing tobacco. Besides irritating the sensitive gums and making teeth yellow, this makes the bacterias prosper. It adds up to a smell too...\n<h6> Are there any specific health issues that are connected to a bad breath?</h6>\nSuch a thing as the periodontal disease may be an essential cause of the bad breath. So if smell and unpleasant taste in your mouth are a lasting issue, you\'d better check with your dentist. Specifically on the matter of whether you have periodontal disease or not. Gum disease is caused by the appearance of plaque on teeth. Bacteria cause the formation of toxins to form, which irritate the gums and enamel. If such a gum disease carries on without any treatment to it provided, it can damage the gums and jawbone. Other dental causes of bad breath include poorly fitting dental appliances, yeast infections of the mouth, and denta\n\nThe medical condition of the dry mouth (also called xerostomia) also can cause a bad smell. Saliva is necessary to moisten the mouth. It neutralizes acids produced by plaque and piles away the dead cells off the tongue, gums, and cheeks\' insides. If not removed, these cells begin to decay and can cause bad breath. Dry mouth may be a side effect of various medications. Also salivary gland problems or breathing with your mouth open can be an additional cause. Many other general diseases and illnesses may cause bad breath. Here are some to be aware of: respiratory tract infections such as pneumonia or bronchitis, chronic sinus infections, postnasal drip, diabetes, chronic acid reflux, and liver or kidney problems.','Teeth Grinding','Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits like these ones will most surely help you avoid such nasty things as a morning bad breath or teeth grinding.','publish','open','open','','teeth-grinding','','','2022-02-12 05:56:00','2022-02-12 05:56:00','',0,'http://ld-wp.template-help.com/wordpress_62222_default-sample/?p=9',0,'post','',0),(10,1,'2022-01-12 06:00:00','2022-01-12 06:00:00','https://www.youtube.com/watch?v=HEIZWBDaxCU\n<h6>Bad breath is a deal breaker both in business and in personal life of ours. And while breath fresheners or candies hide it, they do not cure the very problem at hand...</h6>\nSo, most importantly, the bad breath is caused by a lack of oral hygiene. It includes sleeping with an open mouth at night. This makes mouth dry and bacterias began to flourish there and cause that smell...\n\nBad breath has a medical name \"halitosis\". This kind of condition can stem from poor oral hygiene habits. It also may be a telling sign of other health problems. What you\'re eating can cause this disease to progress much faster. So how healthy your menu is directly correlated with any oral hygiene problems.\n<h6>So, how your diet and dishes choice affects the smell of your breath?</h6>\nEssentially, everything you\'re consuming begins to be broken down into parts in your mouth. As dishes are digested and absorbed into the blood system, foods eventually get carried to your lungs. Then it reveals in your breath. This is even more true in case you like foods with strong odors (such as garlic or onions). Then teeth brushing and flossing, even mouthwash and any other breath freshening liquids are redundant. They merely disguise that kind of odor temporarily. The odor will not go away completely until the foods have passed through your body completely...\n<blockquote>\n<h4><q>How damaging abundant amount of sugar is for your teeth health?</q></h4>\n<h6><cite>John Doe</cite></h6>\n</blockquote>\n<h6>Which poor oral hygiene habits lead to the bad breath?</h6>\nFirst off, ask yourself do you regularly follow basic oral hygiene routines? This, of course, includes such morning musts as brushing your teeth twice a day. Keep in mind, that each brushing should be lasting for at least 5 minutes. It\'s not limited to that. Teeth flossing after each eating is also strongly recommended. Because when you eat and don\'t follow these methods, food particles stay in your mouth. They get stuck in between the teeth, on gums and the tongue. Then it decays and absorbs there, causing various oral bacteria to flourish. All this results in a bad breath. Antibacterial mouth rinsers, instead of simple breath fresheners, may be of a big help here.\n\n<em>It will not simply disguise the smell by replacing it with a nicer aroma. These antibacterial mouth rinsers will eventually fight off and kick out the bacteria from your mouth. As well as off the teeth, gums and tongue.</em>\n\nTo add to that you must keep an especially attentive eye on your dentures, if you have any. They are critically vulnerable towards the odor-causing bacteria. If the dentures are not cleaned properly, and even more importantly, regularly, it will get covered with invisible bacteria. This will be causing bad smells, that will be obvious to absolutely everyone around. There\'s also no better way to hazard you oral hygiene and health than smoking or chewing tobacco. Besides irritating the sensitive gums and making teeth yellow, this makes the bacterias prosper. It adds up to a smell too...\n<h6> Are there any specific health issues that are connected to a bad breath?</h6>\nSuch a thing as the periodontal disease may be an essential cause of the bad breath. So if smell and unpleasant taste in your mouth are a lasting issue, you\'d better check with your dentist. Specifically on the matter of whether you have periodontal disease or not. Gum disease is caused by the appearance of plaque on teeth. Bacteria cause the formation of toxins to form, which irritate the gums and enamel. If such a gum disease carries on without any treatment to it provided, it can damage the gums and jawbone. Other dental causes of bad breath include poorly fitting dental appliances, yeast infections of the mouth, and denta\n\nThe medical condition of the dry mouth (also called xerostomia) also can cause a bad smell. Saliva is necessary to moisten the mouth. It neutralizes acids produced by plaque and piles away the dead cells off the tongue, gums, and cheeks\' insides. If not removed, these cells begin to decay and can cause bad breath. Dry mouth may be a side effect of various medications. Also salivary gland problems or breathing with your mouth open can be an additional cause. Many other general diseases and illnesses may cause bad breath. Here are some to be aware of: respiratory tract infections such as pneumonia or bronchitis, chronic sinus infections, postnasal drip, diabetes, chronic acid reflux, and liver or kidney problems.','Dry Mouth','Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits like these ones will most surely help you avoid such nasty things as a morning bad breath or teeth grinding.','publish','open','open','','dry-mouth','','','2022-01-12 06:00:00','2022-01-12 06:00:00','',0,'http://ld-wp.template-help.com/wordpress_62222_default-sample/?p=10',0,'post','',0),(11,1,'2022-02-21 06:01:00','2022-02-21 06:01:00','[gallery link=\"file\" ids=\"6482,6481,6480,6479,6478,6477,6476,6475\"]\n<h6>Bad breath is a deal breaker both in business and in personal life of ours. And while breath fresheners or candies hide it, they do not cure the very problem at hand...</h6>\nSo, most importantly, the bad breath is caused by a lack of oral hygiene. It includes sleeping with an open mouth at night. This makes mouth dry and bacterias began to flourish there and cause that smell...\n\nBad breath has a medical name \"halitosis\". This kind of condition can stem from poor oral hygiene habits. It also may be a telling sign of other health problems. What you\'re eating can cause this disease to progress much faster. So how healthy your menu is directly correlated with any oral hygiene problems.\n<h6>So, how your diet and dishes choice affects the smell of your breath?</h6>\nEssentially, everything you\'re consuming begins to be broken down into parts in your mouth. As dishes are digested and absorbed into the blood system, foods eventually get carried to your lungs. Then it reveals in your breath. This is even more true in case you like foods with strong odors (such as garlic or onions). Then teeth brushing and flossing, even mouthwash and any other breath freshening liquids are redundant. They merely disguise that kind of odor temporarily. The odor will not go away completely until the foods have passed through your body completely...\n<blockquote>\n<h4><q>How damaging abundant amount of sugar is for your teeth health?</q></h4>\n<h6><cite>John Doe</cite></h6>\n</blockquote>\n<h6>Which poor oral hygiene habits lead to the bad breath?</h6>\nFirst off, ask yourself do you regularly follow basic oral hygiene routines? This, of course, includes such morning musts as brushing your teeth twice a day. Keep in mind, that each brushing should be lasting for at least 5 minutes. It\'s not limited to that. Teeth flossing after each eating is also strongly recommended. Because when you eat and don\'t follow these methods, food particles stay in your mouth. They get stuck in between the teeth, on gums and the tongue. Then it decays and absorbs there, causing various oral bacteria to flourish. All this results in a bad breath. Antibacterial mouth rinsers, instead of simple breath fresheners, may be of a big help here.\n\n<em>It will not simply disguise the smell by replacing it with a nicer aroma. These antibacterial mouth rinsers will eventually fight off and kick out the bacteria from your mouth. As well as off the teeth, gums and tongue.</em>\n\nTo add to that you must keep an especially attentive eye on your dentures, if you have any. They are critically vulnerable towards the odor-causing bacteria. If the dentures are not cleaned properly, and even more importantly, regularly, it will get covered with invisible bacteria. This will be causing bad smells, that will be obvious to absolutely everyone around. There\'s also no better way to hazard you oral hygiene and health than smoking or chewing tobacco. Besides irritating the sensitive gums and making teeth yellow, this makes the bacterias prosper. It adds up to a smell too...\n<h6> Are there any specific health issues that are connected to a bad breath?</h6>\nSuch a thing as the periodontal disease may be an essential cause of the bad breath. So if smell and unpleasant taste in your mouth are a lasting issue, you\'d better check with your dentist. Specifically on the matter of whether you have periodontal disease or not. Gum disease is caused by the appearance of plaque on teeth. Bacteria cause the formation of toxins to form, which irritate the gums and enamel. If such a gum disease carries on without any treatment to it provided, it can damage the gums and jawbone. Other dental causes of bad breath include poorly fitting dental appliances, yeast infections of the mouth, and denta\n\nThe medical condition of the dry mouth (also called xerostomia) also can cause a bad smell. Saliva is necessary to moisten the mouth. It neutralizes acids produced by plaque and piles away the dead cells off the tongue, gums, and cheeks\' insides. If not removed, these cells begin to decay and can cause bad breath. Dry mouth may be a side effect of various medications. Also salivary gland problems or breathing with your mouth open can be an additional cause. Many other general diseases and illnesses may cause bad breath. Here are some to be aware of: respiratory tract infections such as pneumonia or bronchitis, chronic sinus infections, postnasal drip, diabetes, chronic acid reflux, and liver or kidney problems.','First signs of Gum Disease','Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits like these ones will most surely help you avoid such nasty things as a morning bad breath or teeth grinding.','publish','open','open','','first-signs-of-gum-disease-2','','','2022-02-21 06:01:00','2022-02-21 06:01:00','',0,'',0,'post','',0),(3513,1,'2022-01-11 15:02:00','2022-01-11 15:02:00','[audio mp3=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/wp-content/uploads/2016/07/sound1.mp3\"][/audio]\n<h6>Bad breath is a deal breaker both in business and in personal life of ours. And while breath fresheners or candies hide it, they do not cure the very problem at hand...</h6>\nSo, most importantly, the bad breath is caused by a lack of oral hygiene. It includes sleeping with an open mouth at night. This makes mouth dry and bacterias began to flourish there and cause that smell...\n\nBad breath has a medical name \"halitosis\". This kind of condition can stem from poor oral hygiene habits. It also may be a telling sign of other health problems. What you\'re eating can cause this disease to progress much faster. So how healthy your menu is directly correlated with any oral hygiene problems.\n<h6>So, how your diet and dishes choice affects the smell of your breath?</h6>\nEssentially, everything you\'re consuming begins to be broken down into parts in your mouth. As dishes are digested and absorbed into the blood system, foods eventually get carried to your lungs. Then it reveals in your breath. This is even more true in case you like foods with strong odors (such as garlic or onions). Then teeth brushing and flossing, even mouthwash and any other breath freshening liquids are redundant. They merely disguise that kind of odor temporarily. The odor will not go away completely until the foods have passed through your body completely...\n<blockquote>\n<h4><q>How damaging abundant amount of sugar is for your teeth health?</q></h4>\n<h6><cite>John Doe</cite></h6>\n</blockquote>\n<h6>Which poor oral hygiene habits lead to the bad breath?</h6>\nFirst off, ask yourself do you regularly follow basic oral hygiene routines? This, of course, includes such morning musts as brushing your teeth twice a day. Keep in mind, that each brushing should be lasting for at least 5 minutes. It\'s not limited to that. Teeth flossing after each eating is also strongly recommended. Because when you eat and don\'t follow these methods, food particles stay in your mouth. They get stuck in between the teeth, on gums and the tongue. Then it decays and absorbs there, causing various oral bacteria to flourish. All this results in a bad breath. Antibacterial mouth rinsers, instead of simple breath fresheners, may be of a big help here.\n\n<em>It will not simply disguise the smell by replacing it with a nicer aroma. These antibacterial mouth rinsers will eventually fight off and kick out the bacteria from your mouth. As well as off the teeth, gums and tongue.</em>\n\nTo add to that you must keep an especially attentive eye on your dentures, if you have any. They are critically vulnerable towards the odor-causing bacteria. If the dentures are not cleaned properly, and even more importantly, regularly, it will get covered with invisible bacteria. This will be causing bad smells, that will be obvious to absolutely everyone around. There\'s also no better way to hazard you oral hygiene and health than smoking or chewing tobacco. Besides irritating the sensitive gums and making teeth yellow, this makes the bacterias prosper. It adds up to a smell too...\n<h6> Are there any specific health issues that are connected to a bad breath?</h6>\nSuch a thing as the periodontal disease may be an essential cause of the bad breath. So if smell and unpleasant taste in your mouth are a lasting issue, you\'d better check with your dentist. Specifically on the matter of whether you have periodontal disease or not. Gum disease is caused by the appearance of plaque on teeth. Bacteria cause the formation of toxins to form, which irritate the gums and enamel. If such a gum disease carries on without any treatment to it provided, it can damage the gums and jawbone. Other dental causes of bad breath include poorly fitting dental appliances, yeast infections of the mouth, and denta\n\nThe medical condition of the dry mouth (also called xerostomia) also can cause a bad smell. Saliva is necessary to moisten the mouth. It neutralizes acids produced by plaque and piles away the dead cells off the tongue, gums, and cheeks\' insides. If not removed, these cells begin to decay and can cause bad breath. Dry mouth may be a side effect of various medications. Also salivary gland problems or breathing with your mouth open can be an additional cause. Many other general diseases and illnesses may cause bad breath. Here are some to be aware of: respiratory tract infections such as pneumonia or bronchitis, chronic sinus infections, postnasal drip, diabetes, chronic acid reflux, and liver or kidney problems.','Dry Mouth','Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits like these ones will most surely help you avoid such nasty things as a morning bad breath or teeth grinding.','publish','open','open','','dry-mouth-2','','','2022-01-11 15:02:00','2022-01-11 15:02:00','',0,'http://ld-wp.template-help.com/wordpress_62222_default-sample/?p=1',0,'post','',0),(5612,1,'2017-08-21 13:42:55','2017-08-21 13:42:55','','marker','','inherit','open','closed','','marker','','','2017-08-21 13:42:55','2017-08-21 13:42:55','',0,'http://neuroimagingwp.com/new/marker/',0,'attachment','image/png',0),(6286,1,'2017-11-01 15:24:46','2017-11-01 15:24:46','','about-img1','','inherit','open','closed','','about-img1','','','2017-11-01 15:24:46','2017-11-01 15:24:46','',0,'http://neuroimagingwp.com/new/about-img1/',0,'attachment','image/jpeg',0),(6328,1,'2017-11-02 09:28:20','2017-11-02 09:28:20','','Depositphotos_10642817_original','','inherit','open','closed','','depositphotos_10642817_original','','','2017-11-02 09:28:20','2017-11-02 09:28:20','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2016/11/Depositphotos_10642817_original.jpg',0,'attachment','image/jpeg',0),(6329,1,'2017-11-02 09:28:28','2017-11-02 09:28:28','','Depositphotos_10642847_original','','inherit','open','closed','','depositphotos_10642847_original','','','2017-11-02 09:28:28','2017-11-02 09:28:28','',0,'http://neuroimagingwp.com/new/depositphotos_10642847_original/',0,'attachment','image/jpeg',0),(6330,1,'2017-11-02 09:28:38','2017-11-02 09:28:38','','Depositphotos_139922738_original','','inherit','open','closed','','depositphotos_139922738_original','','','2017-11-02 09:28:38','2017-11-02 09:28:38','',0,'http://neuroimagingwp.com/new/depositphotos_139922738_original/',0,'attachment','image/jpeg',0),(6331,1,'2017-11-02 09:28:47','2017-11-02 09:28:47','','Depositphotos_155284520_original','','inherit','open','closed','','depositphotos_155284520_original','','','2017-11-02 09:28:47','2017-11-02 09:28:47','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2016/11/Depositphotos_155284520_original.jpg',0,'attachment','image/jpeg',0),(6368,1,'2017-11-03 13:55:02','2017-11-03 13:55:02','','plaza_time_lapse','','inherit','open','closed','','plaza_time_lapse-3','','','2017-11-03 13:55:02','2017-11-03 13:55:02','',0,'http://neuroimagingwp.com/new/plaza_time_lapse-3/',0,'attachment','',0),(6371,1,'2017-11-03 13:57:27','2017-11-03 13:57:27','','plaza_time_lapse','','inherit','open','closed','','plaza_time_lapse','','','2017-11-03 13:57:27','2017-11-03 13:57:27','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/plaza_time_lapse.mp4',0,'attachment','video/mp4',0),(6373,1,'2017-11-03 14:05:20','2017-11-03 14:05:20','','video-cover','','inherit','open','closed','','video-cover','','','2017-11-03 14:05:20','2017-11-03 14:05:20','',0,'',0,'attachment','image/jpeg',0),(6383,1,'2017-11-06 08:28:00','2017-11-06 08:28:00','','certificate-img1','','inherit','open','closed','','certificate-img1','','','2017-11-06 08:28:00','2017-11-06 08:28:00','',0,'',0,'attachment','image/png',0),(6384,1,'2017-11-06 08:28:01','2017-11-06 08:28:01','','certificate-img2','','inherit','open','closed','','certificate-img2','','','2017-11-06 08:28:01','2017-11-06 08:28:01','',0,'http://neuroimagingwp.com/new/certificate-img2/',0,'attachment','image/png',0),(6385,1,'2017-11-06 08:28:02','2017-11-06 08:28:02','','certificate-img3','','inherit','open','closed','','certificate-img3','','','2017-11-06 08:28:02','2017-11-06 08:28:02','',0,'',0,'attachment','image/png',0),(6386,1,'2017-11-06 08:28:03','2017-11-06 08:28:03','','certificate-img4','','inherit','open','closed','','certificate-img4','','','2017-11-06 08:28:03','2017-11-06 08:28:03','',0,'',0,'attachment','image/png',0),(6398,1,'2017-11-06 10:40:42','2017-11-06 10:40:42','','team-1','','inherit','open','closed','','team-1','','','2017-11-06 10:40:42','2017-11-06 10:40:42','',0,'http://neuroimagingwp.com/new/team-1/',0,'attachment','image/jpeg',0),(6399,1,'2017-11-06 10:40:53','2017-11-06 10:40:53','','team-2','','inherit','open','closed','','team-2','','','2017-11-06 10:40:53','2017-11-06 10:40:53','',0,'http://neuroimagingwp.com/new/team-2/',0,'attachment','image/jpeg',0),(6400,1,'2017-11-06 10:41:04','2017-11-06 10:41:04','','team-3','','inherit','open','closed','','team-3','','','2017-11-06 10:41:04','2017-11-06 10:41:04','',0,'http://neuroimagingwp.com/new/team-3/',0,'attachment','image/jpeg',0),(6401,1,'2017-11-06 10:41:14','2017-11-06 10:41:14','','team-4','','inherit','open','closed','','team-4','','','2017-11-06 10:41:14','2017-11-06 10:41:14','',0,'http://neuroimagingwp.com/new/team-4/',0,'attachment','image/jpeg',0),(6407,1,'2017-11-06 13:16:13','2017-11-06 13:16:13','','bg-img','','inherit','open','closed','','bg-img','','','2017-11-06 13:16:13','2017-11-06 13:16:13','',0,'http://neuroimagingwp.com/new/bg-img/',0,'attachment','image/jpeg',0),(6408,1,'2017-11-06 13:20:39','2017-11-06 13:20:39','','about-img2','','inherit','open','closed','','about-img2','','','2017-11-06 13:20:39','2017-11-06 13:20:39','',0,'http://neuroimagingwp.com/new/about-img2/',0,'attachment','image/png',0),(6442,1,'2017-11-08 13:45:45','2017-11-08 13:45:45','','about-img3','','inherit','open','closed','','about-img3','','','2017-11-08 13:45:45','2017-11-08 13:45:45','',0,'http://neuroimagingwp.com/new/about-img3/',0,'attachment','image/jpeg',0),(6443,1,'2017-11-08 13:45:46','2017-11-08 13:45:46','','about-img4','','inherit','open','closed','','about-img4','','','2017-11-08 13:45:46','2017-11-08 13:45:46','',0,'http://neuroimagingwp.com/new/about-img4/',0,'attachment','image/png',0),(6449,1,'2017-11-08 15:48:27','2017-11-08 15:48:27','','about-img5','','inherit','open','closed','','about-img5','','','2017-11-08 15:48:27','2017-11-08 15:48:27','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/about-img5.jpg',0,'attachment','image/jpeg',0),(6475,1,'2017-11-10 15:15:00','2017-11-10 15:15:00','','Image Title','','inherit','open','closed','','depositphotos_35850883_original','','','2017-11-10 15:15:00','2017-11-10 15:15:00','',0,'http://neuroimagingwp.com/new/depositphotos_35850883_original/',0,'attachment','image/jpeg',0),(6476,1,'2017-11-10 15:15:08','2017-11-10 15:15:08','','Image Title','','inherit','open','closed','','depositphotos_39192669_original','','','2017-11-10 15:15:08','2017-11-10 15:15:08','',0,'http://neuroimagingwp.com/new/depositphotos_39192669_original/',0,'attachment','image/jpeg',0),(6477,1,'2017-11-10 15:15:16','2017-11-10 15:15:16','','Image Title','','inherit','open','closed','','depositphotos_47057633_original','','','2017-11-10 15:15:16','2017-11-10 15:15:16','',0,'',0,'attachment','image/jpeg',0),(6478,1,'2017-11-10 15:15:24','2017-11-10 15:15:24','','Image Title','','inherit','open','closed','','depositphotos_48068753_original','','','2017-11-10 15:15:24','2017-11-10 15:15:24','',0,'http://neuroimagingwp.com/new/depositphotos_48068753_original/',0,'attachment','image/jpeg',0),(6479,1,'2017-11-10 15:15:32','2017-11-10 15:15:32','','Image Title','','inherit','open','closed','','depositphotos_108632504_original','','','2017-11-10 15:15:32','2017-11-10 15:15:32','',0,'http://neuroimagingwp.com/new/depositphotos_108632504_original/',0,'attachment','image/jpeg',0),(6480,1,'2017-11-10 15:15:41','2017-11-10 15:15:41','','Image Title','','inherit','open','closed','','depositphotos_124978952_original','','','2017-11-10 15:15:41','2017-11-10 15:15:41','',0,'http://neuroimagingwp.com/new/depositphotos_124978952_original/',0,'attachment','image/jpeg',0),(6481,1,'2017-11-10 15:15:50','2017-11-10 15:15:50','','Image Title','','inherit','open','closed','','depositphotos_139922738_original-2','','','2017-11-10 15:15:50','2017-11-10 15:15:50','',0,'http://neuroimagingwp.com/new/depositphotos_139922738_original-2/',0,'attachment','image/jpeg',0),(6482,1,'2017-11-10 15:15:59','2017-11-10 15:15:59','','Image Title','','inherit','open','closed','','depositphotos_14901431_original','','','2017-11-10 15:15:59','2017-11-10 15:15:59','',0,'http://neuroimagingwp.com/new/depositphotos_14901431_original/',0,'attachment','image/jpeg',0),(6510,1,'2017-11-15 12:41:12','2017-11-15 12:41:12','','Image Title','','inherit','open','closed','','blog-img-1','','','2017-11-15 12:41:12','2017-11-15 12:41:12','',0,'http://neuroimagingwp.com/new/blog-img-1/',0,'attachment','image/jpeg',0),(6526,1,'2017-11-16 15:43:14','2017-11-16 15:43:14','','contacts-icon-1','','inherit','open','closed','','contacts-icon-1','','','2017-11-16 15:43:14','2017-11-16 15:43:14','',0,'',0,'attachment','image/png',0),(6527,1,'2017-11-16 15:43:15','2017-11-16 15:43:15','','contacts-icon-2','','inherit','open','closed','','contacts-icon-2','','','2017-11-16 15:43:15','2017-11-16 15:43:15','',0,'http://neuroimagingwp.com/new/contacts-icon-2/',0,'attachment','image/png',0),(6528,1,'2017-11-16 15:43:15','2017-11-16 15:43:15','','contacts-icon-3','','inherit','open','closed','','contacts-icon-3','','','2017-11-16 15:43:15','2017-11-16 15:43:15','',0,'http://neuroimagingwp.com/new/contacts-icon-3/',0,'attachment','image/png',0),(6544,1,'2017-11-17 11:03:32','2017-11-17 11:03:32','','contacts-img1','','inherit','open','closed','','contacts-img1','','','2017-11-17 11:03:32','2017-11-17 11:03:32','',0,'',0,'attachment','image/jpeg',0),(6561,1,'2017-11-17 12:15:34','2017-11-17 12:15:34','','icon-img-17','','inherit','open','closed','','icon-img-17','','','2017-11-17 12:15:34','2017-11-17 12:15:34','',0,'',0,'attachment','image/png',0),(6562,1,'2017-11-17 12:15:34','2017-11-17 12:15:34','','icon-img-18','','inherit','open','closed','','icon-img-18','','','2017-11-17 12:15:34','2017-11-17 12:15:34','',0,'http://neuroimagingwp.com/new/icon-img-18/',0,'attachment','image/png',0),(6563,1,'2017-11-17 12:15:35','2017-11-17 12:15:35','','icon-img-19','','inherit','open','closed','','icon-img-19','','','2017-11-17 12:15:35','2017-11-17 12:15:35','',0,'',0,'attachment','image/png',0),(6608,1,'2017-11-20 09:40:08','2017-11-20 09:40:08','','depts-img1','','inherit','open','closed','','depts-img1','','','2017-11-20 09:40:08','2017-11-20 09:40:08','',0,'http://neuroimagingwp.com/new/depts-img1/',0,'attachment','image/jpeg',0),(6612,1,'2017-11-20 09:58:39','2017-11-20 09:58:39','','Image Title','','inherit','open','closed','','depositphotos_14105166_original','','','2017-11-20 09:58:39','2017-11-20 09:58:39','',0,'http://neuroimagingwp.com/new/depositphotos_14105166_original/',0,'attachment','image/jpeg',0),(6613,1,'2017-11-20 09:59:44','2017-11-20 09:59:44','','Image Title','','inherit','open','closed','','depositphotos_149455944_original','','','2017-11-20 09:59:44','2017-11-20 09:59:44','',0,'http://neuroimagingwp.com/new/depositphotos_149455944_original/',0,'attachment','image/jpeg',0),(6614,1,'2017-11-20 10:00:40','2017-11-20 10:00:40','','Image Title','','inherit','open','closed','','depositphotos_8798164_original','','','2017-11-20 10:00:40','2017-11-20 10:00:40','',0,'http://neuroimagingwp.com/new/depositphotos_8798164_original/',0,'attachment','image/jpeg',0),(6615,1,'2017-11-20 10:01:38','2017-11-20 10:01:38','','Image Title','','inherit','open','closed','','depositphotos_35753015_original','','','2017-11-20 10:01:38','2017-11-20 10:01:38','',0,'http://neuroimagingwp.com/new/depositphotos_35753015_original/',0,'attachment','image/jpeg',0),(6626,1,'2017-11-20 13:29:59','2017-11-20 13:29:59','','department-single-img1','','inherit','open','closed','','department-single-img1','','','2017-11-20 13:29:59','2017-11-20 13:29:59','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/department-single-img1.jpg',0,'attachment','image/jpeg',0),(6717,1,'2017-11-23 15:01:26','2017-11-23 15:01:26','','Image Title','','inherit','open','closed','','department-single-img2','','','2017-11-23 15:01:26','2017-11-23 15:01:26','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/department-single-img2.jpg',0,'attachment','image/jpeg',0),(6720,1,'2017-11-23 15:12:08','2017-11-23 15:12:08','','Image Title','','inherit','open','closed','','department-single-img3','','','2017-11-23 15:12:08','2017-11-23 15:12:08','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/department-single-img3.jpg',0,'attachment','image/jpeg',0),(6722,1,'2017-11-23 15:16:45','2017-11-23 15:16:45','','Image Title','','inherit','open','closed','','department-single-img4','','','2017-11-23 15:16:45','2017-11-23 15:16:45','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/department-single-img4.jpg',0,'attachment','image/jpeg',0),(6724,1,'2017-11-23 15:23:56','2017-11-23 15:23:56','','Image Title','','inherit','open','closed','','department-single-img5','','','2017-11-23 15:23:56','2017-11-23 15:23:56','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/department-single-img5.jpg',0,'attachment','image/jpeg',0),(6780,1,'2017-11-27 11:02:04','2017-11-27 11:02:04','','banner-img','','inherit','open','closed','','banner-img','','','2017-11-27 11:02:04','2017-11-27 11:02:04','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/banner-img.jpg',0,'attachment','image/jpeg',0),(6800,1,'2017-11-27 14:28:48','2017-11-27 14:28:48','','team-5','','inherit','open','closed','','team-5','','','2017-11-27 14:28:48','2017-11-27 14:28:48','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/team-5.jpg',0,'attachment','image/jpeg',0),(6801,1,'2017-11-27 14:28:59','2017-11-27 14:28:59','','team-6','','inherit','open','closed','','team-6','','','2017-11-27 14:28:59','2017-11-27 14:28:59','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/team-6.jpg',0,'attachment','image/jpeg',0),(6802,1,'2017-11-27 14:29:10','2017-11-27 14:29:10','','team-7','','inherit','open','closed','','team-7','','','2017-11-27 14:29:10','2017-11-27 14:29:10','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/team-7.jpg',0,'attachment','image/jpeg',0),(6803,1,'2017-11-27 14:29:20','2017-11-27 14:29:20','','team-8','','inherit','open','closed','','team-8','','','2017-11-27 14:29:20','2017-11-27 14:29:20','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/team-8.jpg',0,'attachment','image/jpeg',0),(6827,1,'2017-11-28 12:37:50','2017-11-28 12:37:50','','certificate-img5','','inherit','open','closed','','certificate-img5','','','2017-11-28 12:37:50','2017-11-28 12:37:50','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/certificate-img5.png',0,'attachment','image/png',0),(6828,1,'2017-11-28 12:37:51','2017-11-28 12:37:51','','certificate-img6','','inherit','open','closed','','certificate-img6','','','2017-11-28 12:37:51','2017-11-28 12:37:51','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/certificate-img6.png',0,'attachment','image/png',0),(6834,1,'2017-11-29 09:16:33','2017-11-29 09:16:33','','Image Title','','inherit','open','closed','','gall-img-1','','','2017-11-29 09:16:33','2017-11-29 09:16:33','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-1.jpg',0,'attachment','image/jpeg',0),(6835,1,'2017-11-29 09:16:39','2017-11-29 09:16:39','','Image Title','','inherit','open','closed','','gall-img-2','','','2017-11-29 09:16:39','2017-11-29 09:16:39','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-2.jpg',0,'attachment','image/jpeg',0),(6836,1,'2017-11-29 09:16:43','2017-11-29 09:16:43','','Image Title','','inherit','open','closed','','gall-img-3','','','2017-11-29 09:16:43','2017-11-29 09:16:43','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-3.jpg',0,'attachment','image/jpeg',0),(6837,1,'2017-11-29 09:16:48','2017-11-29 09:16:48','','Image Title','','inherit','open','closed','','gall-img-4','','','2017-11-29 09:16:48','2017-11-29 09:16:48','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-4.jpg',0,'attachment','image/jpeg',0),(6838,1,'2017-11-29 09:16:52','2017-11-29 09:16:52','','Image Title','','inherit','open','closed','','gall-img-5','','','2017-11-29 09:16:52','2017-11-29 09:16:52','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-5.jpg',0,'attachment','image/jpeg',0),(6839,1,'2017-11-29 09:16:56','2017-11-29 09:16:56','','Image Title','','inherit','open','closed','','gall-img-6','','','2017-11-29 09:16:56','2017-11-29 09:16:56','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-6.jpg',0,'attachment','image/jpeg',0),(6840,1,'2017-11-29 09:17:27','2017-11-29 09:17:27','','Image Title','','inherit','open','closed','','gall-img-7','','','2017-11-29 09:17:27','2017-11-29 09:17:27','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2017/11/gall-img-7.jpg',0,'attachment','image/jpeg',0),(6841,1,'2017-11-29 09:17:30','2017-11-29 09:17:30','','Image Title','','inherit','open','closed','','gall-img-8','','','2017-11-29 09:17:30','2017-11-29 09:17:30','',0,'http://neuroimagingwp.com/new/gall-img-8/',0,'attachment','image/jpeg',0),(6926,1,'2017-11-30 10:44:40','2017-11-30 10:44:40','','ttable-img1','','inherit','open','closed','','ttable-img1','','','2017-11-30 10:44:40','2017-11-30 10:44:40','',0,'http://neuroimagingwp.com/new/ttable-img1/',0,'attachment','image/jpeg',0),(7286,1,'2017-12-07 15:50:55','2017-12-07 15:50:55','','Projects-1','','inherit','open','closed','','projects-1','','','2017-12-07 15:50:55','2017-12-07 15:50:55','',0,'http://neuroimagingwp.com/new/projects-1/',0,'attachment','image/jpeg',0),(7287,1,'2017-12-07 15:51:05','2017-12-07 15:51:05','','Projects-2','','inherit','open','closed','','projects-2','','','2017-12-07 15:51:05','2017-12-07 15:51:05','',0,'http://neuroimagingwp.com/new/projects-2/',0,'attachment','image/jpeg',0),(7288,1,'2017-12-07 15:51:16','2017-12-07 15:51:16','','Projects-3','','inherit','open','closed','','projects-3','','','2017-12-07 15:51:16','2017-12-07 15:51:16','',0,'http://neuroimagingwp.com/new/projects-3/',0,'attachment','image/jpeg',0),(7289,1,'2017-12-07 15:51:26','2017-12-07 15:51:26','','Projects-4','','inherit','open','closed','','projects-4','','','2017-12-07 15:51:26','2017-12-07 15:51:26','',0,'http://neuroimagingwp.com/new/projects-4/',0,'attachment','image/jpeg',0),(7574,1,'2018-01-10 10:55:42','2018-01-10 10:55:42','','Dentist showing how to brush teeth','Dentist showing a woman how to brush her teeth on prosthesis','inherit','open','closed','','dentist-showing-how-to-brush-teeth','','','2018-01-10 10:55:42','2018-01-10 10:55:42','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/01/img02.jpg',0,'attachment','image/jpeg',0),(7669,1,'2018-11-13 10:32:12','2018-11-13 10:32:12','','Group (1)','','inherit','open','closed','','group-1','','','2018-11-13 10:32:12','2018-11-13 10:32:12','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/11/Group-1.png',0,'attachment','image/png',0),(7675,1,'2018-11-23 11:13:38','2018-11-23 11:13:38','','c8186a2c99bb13be611d20f242f38aff','','inherit','open','closed','','c8186a2c99bb13be611d20f242f38aff','','','2018-11-23 11:13:38','2018-11-23 11:13:38','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/11/c8186a2c99bb13be611d20f242f38aff.jpg',0,'attachment','image/jpeg',0),(7683,1,'2018-11-23 11:50:58','2018-11-23 11:50:58','','Group 7','','inherit','open','closed','','group-7','','','2018-11-23 11:50:58','2018-11-23 11:50:58','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/11/Group-7.png',0,'attachment','image/png',0),(7688,1,'2018-11-23 12:37:07','2018-11-23 12:37:07','','Group 7','','inherit','open','closed','','group-7-2','','','2018-11-23 12:37:07','2018-11-23 12:37:07','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/11/Group-7-1.png',0,'attachment','image/png',0),(7689,1,'2018-11-23 12:37:19','2018-11-23 12:37:19','','Depositphotos_27390647_original','','inherit','open','closed','','depositphotos_27390647_original','','','2018-11-23 12:37:19','2018-11-23 12:37:19','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/11/Depositphotos_27390647_original.png',0,'attachment','image/png',0),(7691,1,'2018-11-23 13:56:44','2018-11-23 13:56:44','','Group (8)','','inherit','open','closed','','group-8','','','2018-11-23 13:56:44','2018-11-23 13:56:44','',0,'http://neuroimagingwp.com/new/group-8/',0,'attachment','image/png',0),(7693,1,'2018-11-23 14:04:20','2018-11-23 14:04:20','','Group (9)','','inherit','open','closed','','group-9','','','2018-11-23 14:04:20','2018-11-23 14:04:20','',0,'http://neuroimagingwp.com/new/group-9/',0,'attachment','image/png',0),(7695,1,'2018-11-23 14:14:26','2018-11-23 14:14:26','','testy1-104x104','','inherit','open','closed','','testy1-104x104','','','2018-11-23 14:14:26','2018-11-23 14:14:26','',0,'http://neuroimagingwp.com/new/testy1-104x104/',0,'attachment','image/jpeg',0),(7696,1,'2018-11-23 14:14:35','2018-11-23 14:14:35','','testy2-104x104','','inherit','open','closed','','testy2-104x104','','','2018-11-23 14:14:35','2018-11-23 14:14:35','',0,'http://neuroimagingwp.com/new/testy2-104x104/',0,'attachment','image/jpeg',0),(7697,1,'2018-11-23 14:14:43','2018-11-23 14:14:43','','testy3-104x104','','inherit','open','closed','','testy3-104x104','','','2018-11-23 14:14:43','2018-11-23 14:14:43','',0,'http://neuroimagingwp.com/new/testy3-104x104/',0,'attachment','image/jpeg',0),(7712,1,'2018-11-23 14:53:49','2018-11-23 14:53:49','','Group 6 (9)','','inherit','open','closed','','group-6-9','','','2018-11-23 14:53:49','2018-11-23 14:53:49','',0,'http://neuroimagingwp.com/new/group-6-9/',0,'attachment','image/png',0),(7742,1,'2018-11-25 11:08:06','2018-11-25 11:08:06','','certificate','','inherit','open','closed','','certificate','','','2018-11-25 11:08:06','2018-11-25 11:08:06','',0,'http://neuroimagingwp.com/new/certificate/',0,'attachment','image/png',0),(7743,1,'2018-11-25 11:08:15','2018-11-25 11:08:15','','certificate (1)','','inherit','open','closed','','certificate-1','','','2018-11-25 11:08:15','2018-11-25 11:08:15','',0,'http://neuroimagingwp.com/new/certificate-1/',0,'attachment','image/png',0),(7744,1,'2018-11-25 11:08:25','2018-11-25 11:08:25','','certificate (2)','','inherit','open','closed','','certificate-2','','','2018-11-25 11:08:25','2018-11-25 11:08:25','',0,'http://neuroimagingwp.com/new/certificate-2/',0,'attachment','image/png',0),(7745,1,'2018-11-25 11:08:33','2018-11-25 11:08:33','','certificate (3)','','inherit','open','closed','','certificate-3','','','2018-11-25 11:08:33','2018-11-25 11:08:33','',0,'http://neuroimagingwp.com/new/certificate-3/',0,'attachment','image/png',0),(7785,1,'2018-11-25 13:12:41','2018-11-25 13:12:41','','04df5d50342ccde182dcb89d989376f2','','inherit','open','closed','','04df5d50342ccde182dcb89d989376f2','','','2018-11-25 13:12:41','2018-11-25 13:12:41','',0,'http://neuroimagingwp.com/new/04df5d50342ccde182dcb89d989376f2/',0,'attachment','image/png',0),(7786,1,'2018-11-25 13:13:28','2018-11-25 13:13:28','','Depositphotos_135129520_el0','','inherit','open','closed','','depositphotos_135129520_el0','','','2018-11-25 13:13:28','2018-11-25 13:13:28','',0,'http://neuroimagingwp.com/new/depositphotos_135129520_el0/',0,'attachment','image/png',0),(7875,1,'2018-11-27 16:00:40','2018-11-27 16:00:40','','Rectangle','','inherit','open','closed','','rectangle','','','2018-11-27 16:00:40','2018-11-27 16:00:40','',0,'http://neuroimagingwp.com/new/rectangle/',0,'attachment','image/png',0),(7876,1,'2018-11-27 16:00:45','2018-11-27 16:00:45','https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2018/11/cropped-Rectangle.png','cropped-Rectangle.png','','inherit','open','closed','','cropped-rectangle-png','','','2018-11-27 16:00:45','2018-11-27 16:00:45','',0,'http://neuroimagingwp.com/new/cropped-rectangle-png/',0,'attachment','image/png',0),(7879,1,'2018-11-27 16:01:07','2018-11-27 16:01:07','https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2018/11/cropped-Group-10.png','cropped-Group-10.png','','inherit','open','closed','','cropped-group-10-png','','','2018-11-27 16:01:07','2018-11-27 16:01:07','',0,'http://neuroimagingwp.com/new/cropped-group-10-png/',0,'attachment','image/png',0),(7885,1,'2019-11-01 08:55:24','2019-11-01 08:55:24','<h2>your health is your priority</h2> \n <h2>Quality Care</h2> \n We will help you to feel better and enjoy every single day of your life. \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/about/\" role=\"button\">\n learn more\n </a>\n <h3>Consultation</h3><h4>by professionals</h4>\n <h3>Consultation</h3><h4>by professionals</h4>\n <h3>Diagnosis</h3><h4>Accurate approach</h4>\n <h3>Diagnosis</h3><h4>Accurate approach</h4>\n <h3>Treatment</h3><h4> Individual approach</h4>\n <h3>Treatment</h3><h4> Individual approach</h4>\n <h3>Pregnancy Care</h3><h4>Safety and Carefully </h4>\n <h3>Pregnancy Care</h3><h4>Safety and Carefully </h4>\n <h3>Pediatric</h3><h4>High-quality kids care</h4>\n <h3>Pediatric</h3><h4>High-quality kids care</h4>\n <h3>Online Help</h3><h4>24/7</h4>\n <h3>Online Help</h3><h4>24/7</h4>\n <h2>Check Our</h2> \n <h2>Weekly Timetable</h2> \n You can make an appointment , select the convient time and choose the appropriate doctor here. \n<ul><li><h5>Monday - Friday</h5>8:00 - 18:00</li><li><h5>Saturday</h5>8:00 - 18:00</li><li><h5>Sunday</h5>8:00 - 18:00</li></ul> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\" role=\"button\">\n visit us\n </a>\n <img width=\"618\" height=\"579\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png\" alt=\"Depositphotos_27390647_original.png\" loading=\"lazy\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png 618w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-300x281.png 300w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-370x347.png 370w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-266x250.png 266w\" sizes=\"(max-width: 618px) 100vw, 618px\" /> \n <h2>We Provide</h2> \n <h2>Total Health Care</h2> \n We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help. \n Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Careex. Our residents, fellows, and renowned staff share their experience working at Careex. \n <h2>We try to do our best to help you and provide with a high-quality services. </h2> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\" role=\"button\">\n get in touch\n </a>\n <h2>Get Online Consultation</h2> \n In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure.Take the First Step to Help <a href=\"tel:8001234567\">(800) 123 4567</a> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\">\n get in touch \n get in touch \n </a>\n <h3>Our Medical Specialists</h3> \n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-1.jpg\" alt=\"team-1\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Sarah Johnson</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-2.jpg\" alt=\"team-2\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Greg House</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-3.jpg\" alt=\"team-3\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Marta Stewart</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-4.jpg\" alt=\"team-4\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Night Shyamal</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <h2>What Our Clients Say</h2> \n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy1-104x104.jpg\" alt=\"testy1-104x104.jpg\" loading=\"lazy\"></figure>We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy2-104x104.jpg\" alt=\"testy2-104x104.jpg\" loading=\"lazy\"></figure>We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy3-104x104.jpg\" alt=\"testy3-104x104.jpg\" loading=\"lazy\"></figure>We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!Zack EffronSanta Monica, CA\n <h2>Latest News</h2> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/25/difficulties-in-teaching-diagnostic-reasoning-in-the-digital-age/\"><img width=\"370\" height=\"200\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/07/Depositphotos_35850883_original-370x200.jpg\" alt=\"Sed elementum sodales\" loading=\"lazy\" /></a> <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/25/\" ><time datetime=\"2022-05-25T05:59:00+00:00\" title=\"2022-05-25T05:59:00+00:00\">May 25, 2022</time></a><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/25/difficulties-in-teaching-diagnostic-reasoning-in-the-digital-age/\">Sed elementum sodales</a>Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits...\n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/mouth-sores/\"><img width=\"370\" height=\"200\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/11/Depositphotos_10642847_original-370x200.jpg\" alt=\"Donec cursus ex eu elementum\" loading=\"lazy\" /></a> <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/\" ><time datetime=\"2022-05-12T11:40:00+00:00\" title=\"2022-05-12T11:40:00+00:00\">May 12, 2022</time></a><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/mouth-sores/\">Donec cursus ex eu elementum</a>Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits...\n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/two-long-acting-bronchodilators-in-a-single-metered-dose-inhaler/\"><img width=\"370\" height=\"200\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/11/Depositphotos_155284520_original-370x200.jpg\" alt=\"Curabitur egestas malesuada\" loading=\"lazy\" /></a> <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/\" ><time datetime=\"2022-05-12T06:03:00+00:00\" title=\"2022-05-12T06:03:00+00:00\">May 12, 2022</time></a><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/two-long-acting-bronchodilators-in-a-single-metered-dose-inhaler/\">Curabitur egestas malesuada</a>Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits...\n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/25/difficulties-in-teaching-diagnostic-reasoning-in-the-digital-age/\"><img width=\"370\" height=\"200\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/07/Depositphotos_35850883_original-370x200.jpg\" alt=\"Sed elementum sodales\" loading=\"lazy\" /></a> <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/25/\" ><time datetime=\"2022-05-25T05:59:00+00:00\" title=\"2022-05-25T05:59:00+00:00\">May 25, 2022</time></a><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/25/difficulties-in-teaching-diagnostic-reasoning-in-the-digital-age/\">Sed elementum sodales</a>Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits...\n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/mouth-sores/\"><img width=\"370\" height=\"200\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/11/Depositphotos_10642847_original-370x200.jpg\" alt=\"Donec cursus ex eu elementum\" loading=\"lazy\" /></a> <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/\" ><time datetime=\"2022-05-12T11:40:00+00:00\" title=\"2022-05-12T11:40:00+00:00\">May 12, 2022</time></a><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/mouth-sores/\">Donec cursus ex eu elementum</a>Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits...\n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/two-long-acting-bronchodilators-in-a-single-metered-dose-inhaler/\"><img width=\"370\" height=\"200\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/11/Depositphotos_155284520_original-370x200.jpg\" alt=\"Curabitur egestas malesuada\" loading=\"lazy\" /></a> <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/\" ><time datetime=\"2022-05-12T06:03:00+00:00\" title=\"2022-05-12T06:03:00+00:00\">May 12, 2022</time></a><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/two-long-acting-bronchodilators-in-a-single-metered-dose-inhaler/\">Curabitur egestas malesuada</a>Americans oftentimes ignore some basic, daily routines of oral hygiene, that need to be upheld. Practicing healthy habits...\n <h2>Make an Appointment</h2> \n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/2022/Careex/wp-admin/admin-ajax.php#wpcf7-f7997-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"7997\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7997-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Name*<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Email*<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form> \n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Linkedin-in\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Facebook-f\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>','Home','','publish','closed','closed','','home','','','2019-11-01 08:55:24','2019-11-01 08:55:24','',0,'http://neuroimagingwp.com/new/',0,'page','',0),(7887,1,'2019-11-01 08:55:34','2019-11-01 08:55:34','<img width=\"618\" height=\"579\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png\" alt=\"Depositphotos_27390647_original.png\" loading=\"lazy\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png 618w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-300x281.png 300w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-370x347.png 370w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-266x250.png 266w\" sizes=\"(max-width: 618px) 100vw, 618px\" /> \n <h2>We Provide</h2> \n <h2>Total Health Care</h2> \n We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help. \n Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc. \n <h2>We try to do our best to help you and provide with a high-quality services. </h2> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\" role=\"button\">\n get in touch\n </a>\n <h3>Quality and Sagety</h3><p>We provide you with professional medical services by our experienced staff. Our clinic has the best monitoring, diagnostic and even life support equipment</p> \n <h3>Diginity and Respect</h3><p>Your state is very important for us. We use individual approach and treat each our patient respectfully, taking into account your wishes and suggestions.</p> \n <h3>Responsibility</h3><p>Our staff is very professional and responsive. We love our work and try to do our best to provide you with a high-quility services and treatment.</p> \n <h3>Our Medical Specialists</h3> \n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-1.jpg\" alt=\"team-1\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Sarah Johnson</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-2.jpg\" alt=\"team-2\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Greg House</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-3.jpg\" alt=\"team-3\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Marta Stewart</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-4.jpg\" alt=\"team-4\" loading=\"lazy\"></figure> \n <h2><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Dr. Night Shyamal</a></h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n 0\n %\n Quality\n 0\n People Working\n 0\n Years Of Experience\n 0\n Happy Clients \n <h2>What Our Clients Say</h2> \n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy1-104x104.jpg\" alt=\"testy1-104x104.jpg\" loading=\"lazy\"></figure>We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy2-104x104.jpg\" alt=\"testy2-104x104.jpg\" loading=\"lazy\"></figure>We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy3-104x104.jpg\" alt=\"testy3-104x104.jpg\" loading=\"lazy\"></figure>We use Careex services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Careex services if you take care about your health!Zack EffronSanta Monica, CA\n <h3>Diplomas and Certificates of Our Doctors</h3> \n <img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate.png\" alt=\"certificate.png\" loading=\"lazy\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-1.png\" alt=\"certificate-1.png\" loading=\"lazy\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-2.png\" alt=\"certificate-2.png\" loading=\"lazy\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-3.png\" alt=\"certificate-3.png\" loading=\"lazy\"> \n <h2>Make an Appointment</h2> \n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/2022/Careex/wp-admin/admin-ajax.php#wpcf7-f7997-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"7997\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7997-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Name*<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Email*<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form> \n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Linkedin-in\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Facebook-f\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>','About','','publish','closed','closed','','about','','','2019-11-01 08:55:34','2019-11-01 08:55:34','',0,'http://neuroimagingwp.com/new/about/',0,'page','',0),(7891,1,'2019-11-01 08:59:22','2019-11-01 08:59:22','<h2>Contact Details</h2> \n If you are interested in working with us then please drop us a line, we would love to hear from you.\n <ul>\n <li>\n 121 Wallstreet Street, New York , USA\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"mailto:info@demolink.com\">\n info@demolink.com\n </a>\n </li>\n <li>\n <a href=\"tel:80012345678\">\n +800 1234 56 78\n </a>\n </li>\n </ul>\n <h2>Drop Us A Line</h2> \n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/2022/Careex/wp-admin/admin-ajax.php#wpcf7-f7997-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"7997\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7997-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Name*<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Email*<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form> \n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&t=m&z=15&output=embed&iwloc=near\"\n title=\"London Eye, London, United Kingdom\"\n aria-label=\"London Eye, London, United Kingdom\"\n ></iframe>','Contacts','','publish','closed','closed','','contacts','','','2019-11-01 08:59:22','2019-11-01 08:59:22','',0,'http://neuroimagingwp.com/new/contacts/',0,'page','',0),(7895,1,'2019-11-01 09:06:18','2019-11-01 09:06:18','<h3>Our Medical Specialists</h3> \n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-1.jpg\" alt=\"team-1\" loading=\"lazy\"></figure> \n CARDIAC SURGEON\n <h2>Dr. Sarah Johnson</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-2.jpg\" alt=\"team-2\" loading=\"lazy\"></figure> \n PEDIATRICIAN \n <h2>Dr. Greg House</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-3.jpg\" alt=\"team-3\" loading=\"lazy\"></figure> \n MEDICAL DOCTOR\n <h2>Dr. Marta Stewart</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-4.jpg\" alt=\"team-4\" loading=\"lazy\"></figure> \n CONSULTING DOCTOR\n <h2>Dr. Night Shyamal</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2017/11/team-7.jpg\" alt=\"team-7\" loading=\"lazy\"></figure> \n CONSULTING DOCTOR\n <h2>Dr. Alison Mitchell</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2017/11/team-6.jpg\" alt=\"team-6\" loading=\"lazy\"></figure> \n DENTAL HYGIENIST\n <h2>Dr. Abraham Lincoln</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2016/09/team-3.jpg\" alt=\"team-3\" loading=\"lazy\"></figure> \n PEDIATRICIAN \n <h2>Dr. Kate Maruv</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <a href=\"#\"></a><a href=\"#\"></a><a href=\"#\"></a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2017/11/team-8.jpg\" alt=\"team-8\" loading=\"lazy\"></figure> \n CARDIAC SURGEON\n <h2>Dr. Sheldon Cooper</h2> \n <ul>\n <li>\n <a href=\"tel:+%20800%20123%2045%2067\">\n + 800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@beclinic.com\">\n info@beclinic.com\n </a>\n </li>\n </ul>\n <h3>Diplomas and Certificates of Our Doctors</h3> \n <img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate.png\" alt=\"certificate.png\" loading=\"lazy\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-1.png\" alt=\"certificate-1.png\" loading=\"lazy\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-2.png\" alt=\"certificate-2.png\" loading=\"lazy\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-3.png\" alt=\"certificate-3.png\" loading=\"lazy\"> \n <h2>Make an Appointment</h2> \n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/2022/Careex/wp-admin/admin-ajax.php#wpcf7-f7997-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"7997\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7997-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Name*<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Email*<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form> \n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Linkedin-in\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Facebook-f\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>','Doctors','','publish','closed','closed','','doctors','','','2019-11-01 09:06:18','2019-11-01 09:06:18','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?page_id=7895',0,'page','',0),(7897,1,'2019-11-01 09:06:27','2019-11-01 09:06:27','','News','','publish','closed','closed','','news','','','2019-11-01 09:06:27','2019-11-01 09:06:27','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?page_id=7897',0,'page','',0),(7905,1,'2019-11-01 09:13:04','2019-11-01 09:13:04','','Group-1.png','','inherit','closed','closed','','group-1-png','','','2019-11-01 09:13:04','2019-11-01 09:13:04','',0,'http://neuroimagingwp.com/new/group-1-png/',0,'attachment','image/png',0),(7914,1,'2019-11-01 09:16:34','2019-11-01 09:16:34','','Group-1.png','','inherit','open','closed','','group-1-png-2','','','2019-11-01 09:16:34','2019-11-01 09:16:34','',0,'http://neuroimagingwp.com/new/group-1-png-2/',0,'attachment','image/png',0),(7915,1,'2019-11-01 09:16:39','2019-11-01 09:16:39','','c8186a2c99bb13be611d20f242f38aff.jpg','','inherit','open','closed','','c8186a2c99bb13be611d20f242f38aff-jpg','','','2019-11-01 09:16:39','2019-11-01 09:16:39','',0,'http://neuroimagingwp.com/new/c8186a2c99bb13be611d20f242f38aff-jpg/',0,'attachment','image/jpeg',0),(7916,1,'2019-11-01 09:16:47','2019-11-01 09:16:47','','img02.jpg','','inherit','open','closed','','img02-jpg','','','2019-11-01 09:16:47','2019-11-01 09:16:47','',0,'',0,'attachment','image/jpeg',0),(7917,1,'2019-11-01 09:16:48','2019-11-01 09:16:48','','ttable-img1.jpg','','inherit','open','closed','','ttable-img1-jpg','','','2019-11-01 09:16:48','2019-11-01 09:16:48','',0,'http://neuroimagingwp.com/new/ttable-img1-jpg/',0,'attachment','image/jpeg',0),(7918,1,'2019-11-01 09:16:49','2019-11-01 09:16:49','','Projects-2.jpg','','inherit','open','closed','','projects-2-jpg','','','2019-11-01 09:16:49','2019-11-01 09:16:49','',0,'http://neuroimagingwp.com/new/projects-2-jpg/',0,'attachment','image/jpeg',0),(7919,1,'2019-11-01 09:16:52','2019-11-01 09:16:52','','Projects-3.jpg','','inherit','open','closed','','projects-3-jpg','','','2019-11-01 09:16:52','2019-11-01 09:16:52','',0,'http://neuroimagingwp.com/new/projects-3-jpg/',0,'attachment','image/jpeg',0),(7920,1,'2019-11-01 09:16:56','2019-11-01 09:16:56','','contacts-img1.jpg','','inherit','open','closed','','contacts-img1-jpg','','','2019-11-01 09:16:56','2019-11-01 09:16:56','',0,'http://neuroimagingwp.com/new/contacts-img1-jpg/',0,'attachment','image/jpeg',0),(7921,1,'2019-11-01 09:16:57','2019-11-01 09:16:57','','Depositphotos_27390647_original.png','','inherit','open','closed','','depositphotos_27390647_original-png','','','2019-11-01 09:16:57','2019-11-01 09:16:57','',0,'http://neuroimagingwp.com/new/depositphotos_27390647_original-png/',0,'attachment','image/png',0),(7922,1,'2019-11-01 09:16:59','2019-11-01 09:16:59','','Group-8.png','','inherit','open','closed','','group-8-png','','','2019-11-01 09:16:59','2019-11-01 09:16:59','',0,'http://neuroimagingwp.com/new/group-8-png/',0,'attachment','image/png',0),(7923,1,'2019-11-01 09:17:02','2019-11-01 09:17:02','','testy1-104x104.jpg','','inherit','open','closed','','testy1-104x104-jpg','','','2019-11-01 09:17:02','2019-11-01 09:17:02','',0,'http://neuroimagingwp.com/new/testy1-104x104-jpg/',0,'attachment','image/jpeg',0),(7924,1,'2019-11-01 09:17:02','2019-11-01 09:17:02','','testy2-104x104.jpg','','inherit','open','closed','','testy2-104x104-jpg','','','2019-11-01 09:17:02','2019-11-01 09:17:02','',0,'http://neuroimagingwp.com/new/testy2-104x104-jpg/',0,'attachment','image/jpeg',0),(7925,1,'2019-11-01 09:17:02','2019-11-01 09:17:02','','testy3-104x104.jpg','','inherit','open','closed','','testy3-104x104-jpg','','','2019-11-01 09:17:02','2019-11-01 09:17:02','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2019/11/testy3-104x104-1.jpg',0,'attachment','image/jpeg',0),(7926,1,'2019-11-01 09:17:02','2019-11-01 09:17:02','','Group-9.png','','inherit','open','closed','','group-9-png','','','2019-11-01 09:17:02','2019-11-01 09:17:02','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2019/11/Group-9.png',0,'attachment','image/png',0),(7927,1,'2019-11-01 09:17:05','2019-11-01 09:17:05','','Group-6-9.png','','inherit','open','closed','','group-6-9-png','','','2019-11-01 09:17:05','2019-11-01 09:17:05','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2019/11/Group-6-9.png',0,'attachment','image/png',0),(7928,1,'2019-11-01 09:17:08','2019-11-01 09:17:08','<h2>your health is your priority</h2> \n <h2>Quality Care</h2> \n We will help you to feel better and enjoy every single day of your life. \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/about/\" role=\"button\">\n learn more\n </a>\n <h3>Consultation</h3><h4>by professionals</h4>\n <h3>Consultation</h3><h4>by professionals</h4>\n <h3>Diagnosis</h3><h4>Accurate approach</h4>\n <h3>Diagnosis</h3><h4>Accurate approach</h4>\n <h3>Treatment</h3><h4> Individual approach</h4>\n <h3>Treatment</h3><h4> Individual approach</h4>\n <h3>Pregnancy Care</h3><h4>Safety and Carefully </h4>\n <h3>Pregnancy Care</h3><h4>Safety and Carefully </h4>\n <h3>Pediatric</h3><h4>High-quality kids care</h4>\n <h3>Pediatric</h3><h4>High-quality kids care</h4>\n <h3>Online Help</h3><h4>24/7</h4>\n <h3>Online Help</h3><h4>24/7</h4>\n <h2>Check Our</h2> \n <h2>Weekly Timetable</h2> \n You can make an appointment , select the convient time and choose the appropriate doctor here. \n<ul><li><h5>Monday - Friday</h5>8:00 - 18:00</li><li><h5>Saturday</h5>8:00 - 18:00</li><li><h5>Sunday</h5>8:00 - 18:00</li></ul> \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/contacts/\" role=\"button\">\n visit us\n </a>\n <img width=\"618\" height=\"579\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png\" alt=\"\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png 618w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-300x281.png 300w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-370x347.png 370w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-266x250.png 266w\" sizes=\"(max-width: 618px) 100vw, 618px\" /> \n <h2>We Provide</h2> \n <h2>Total Health Care</h2> \n We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help. \n Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc. \n <h2>We try to do our best to help you and provide with a high-quality services. </h2> \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/about/\" role=\"button\">\n get in touch\n </a>\n <h2>Get Online Consultation</h2> \n In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure. \n <h2><a href=\"tel:(800) 123 4567\">Take the First Step to Help (800) 123 4567</a></h2> \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/about/\" role=\"button\">\n get in touch\n </a>\n <h3>Our Medical Specialists</h3> \n <h2>What Our Clients Say</h2> \n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy1-104x104.jpg\" alt=\"testy1-104x104.jpg\"></figure><p>We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!</p>Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy2-104x104.jpg\" alt=\"testy2-104x104.jpg\"></figure><p>We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!</p>Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy3-104x104.jpg\" alt=\"testy3-104x104.jpg\"></figure><p>We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!</p>Zack EffronSanta Monica, CA\n <h2>Latest News</h2> \n <h2>Make an Appointment</h2> \n<form action=\"/beclinick/skin_9/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','home','','publish','closed','closed','','home','','','2019-11-01 09:17:08','2019-11-01 09:17:08','',0,'http://neuroimagingwp.com/new/?elementor_library=home',0,'elementor_library','',0),(7959,1,'2019-11-01 12:22:02','2019-11-01 12:22:02','','.png','','inherit','open','closed','','%ee%b8%83-png','','','2019-11-01 12:22:02','2019-11-01 12:22:02','',0,'',0,'attachment','image/png',0),(7960,1,'2019-11-01 12:22:02','2019-11-01 12:22:02','','certificate.png','','inherit','open','closed','','certificate-png','','','2019-11-01 12:22:02','2019-11-01 12:22:02','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2019/11/certificate.png',0,'attachment','image/png',0),(7961,1,'2019-11-01 12:22:02','2019-11-01 12:22:02','','certificate-1.png','','inherit','open','closed','','certificate-1-png','','','2019-11-01 12:22:02','2019-11-01 12:22:02','',0,'http://neuroimagingwp.com/new/certificate-1-png/',0,'attachment','image/png',0),(7962,1,'2019-11-01 12:22:02','2019-11-01 12:22:02','','certificate-2.png','','inherit','open','closed','','certificate-2-png','','','2019-11-01 12:22:02','2019-11-01 12:22:02','',0,'http://neuroimagingwp.com/new/certificate-2-png/',0,'attachment','image/png',0),(7963,1,'2019-11-01 12:22:03','2019-11-01 12:22:03','','certificate-3.png','','inherit','open','closed','','certificate-3-png','','','2019-11-01 12:22:03','2019-11-01 12:22:03','',0,'',0,'attachment','image/png',0),(7964,1,'2019-11-01 12:22:03','2019-11-01 12:22:03','<img width=\"618\" height=\"579\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png\" alt=\"\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original.png 618w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-300x281.png 300w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-370x347.png 370w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_27390647_original-266x250.png 266w\" sizes=\"(max-width: 618px) 100vw, 618px\" /> \n <h2>We Provide</h2> \n <h2>Total Health Care</h2> \n We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help. \n Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc. \n <h2>We try to do our best to help you and provide with a high-quality services. </h2> \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/contacts/\" role=\"button\">\n get in touch\n </a>\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /></figure><h3>Quality and Sagety</h3><p>We provide you with professional medical services by our experienced staff. Our clinic has the best monitoring, diagnostic and even life support equipment</p> \n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /></figure><h3>Diginity and Respect</h3><p>Your state is very important for us. We use individual approach and treat each our patient respectfully, taking into account your wishes and suggestions.</p> \n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /></figure><h3>Responsibility</h3><p>Our staff is very professional and responsive. We love our work and try to do our best to provide you with a high-quility services and treatment.</p> \n <h3>Our Medical Specialists</h3> \n <img width=\"1\" height=\"1\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /> \n 0\n %\n Quality\n <img width=\"1\" height=\"1\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /> \n 0\n People Working\n <img width=\"1\" height=\"1\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /> \n 0\n Years Of Experience\n <img width=\"1\" height=\"1\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/.png\" alt=\"\" /> \n 0\n Happy Clients \n <h2>What Our Clients Say</h2> \n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy1-104x104.jpg\" alt=\"testy1-104x104.jpg\"></figure><p>We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!</p>Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy2-104x104.jpg\" alt=\"testy2-104x104.jpg\"></figure><p>We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!</p>Zack EffronSanta Monica, CA\n <figure><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/testy3-104x104.jpg\" alt=\"testy3-104x104.jpg\"></figure><p>We use Caring Doc services for a long time! All members of our family always make regular checkups in this medical center. Thir staff is kind and very careful. I highly recommend Caring Doc services if you take care about your health!</p>Zack EffronSanta Monica, CA\n <h3>Diplomas and Certificates of Our Doctors</h3> \n <img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate.png\" alt=\"certificate.png\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-1.png\" alt=\"certificate-1.png\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-2.png\" alt=\"certificate-2.png\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-3.png\" alt=\"certificate-3.png\"> \n <h2>Make an Appointment</h2> \n<form action=\"/beclinick/skin_9/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Select Department<br />\n <input type=\"text\" name=\"your-department\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Full Name<br />\n <input type=\"email\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Phone Number<br />\n <input type=\"tel\" name=\"your-number\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><input type=\"submit\" value=\"Send Request\" /></p>\n</form>','about','','publish','closed','closed','','about','','','2019-11-01 12:22:03','2019-11-01 12:22:03','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?elementor_library=about',0,'elementor_library','',0),(7971,1,'2019-11-01 12:31:30','2019-11-01 12:31:30','<h3>Our Medical Specialists</h3> \n <h3>Diplomas and Certificates of Our Doctors</h3> \n <img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate.png\" alt=\"certificate.png\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-1.png\" alt=\"certificate-1.png\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-2.png\" alt=\"certificate-2.png\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/certificate-3.png\" alt=\"certificate-3.png\"> \n <h2>Make an Appointment</h2> \n<form action=\"/beclinick/skin_9/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Select Department<br />\n <input type=\"text\" name=\"your-department\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Full Name<br />\n <input type=\"email\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Phone Number<br />\n <input type=\"tel\" name=\"your-number\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><input type=\"submit\" value=\"Send Request\" /></p>\n</form>','doctors','','publish','closed','closed','','doctors','','','2019-11-01 12:31:30','2019-11-01 12:31:30','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?elementor_library=doctors',0,'elementor_library','',0),(7975,1,'2019-11-01 12:39:07','2019-11-01 12:39:07','<img width=\"916\" height=\"640\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0.png\" alt=\"Depositphotos_135129520_el0.png\" loading=\"lazy\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0.png 916w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0-300x210.png 300w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0-768x537.png 768w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0-370x259.png 370w\" sizes=\"(max-width: 916px) 100vw, 916px\" /> \n <h2>We Provide</h2> \n <h2>Total Medical Services</h2> \n We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help. \n Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Careex. Our residents, fellows, and renowned staff share their experience working at Careex.\n <h2>We try to do our best to help you and provide with a high-quality services. </h2> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\" role=\"button\">\n get in touch\n </a>\n <h2>Get Online Consultation</h2> \n In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure.Take the First Step to Help <a href=\"tel:8001234567\">(800) 123 4567</a> \n <a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\">\n get in touch \n get in touch \n </a>\n <h2>Our Clinical Services</h2> \n <h3>Consultation</h3><h4>by professionals</h4>\n <h3>Consultation</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Diagnosis</h3><h4>Accurate approach</h4>\n <h3>Diagnosis</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Treatment</h3><h4> Individual approach</h4>\n <h3>Treatment</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Pregnancy Care</h3><h4>Safety and Carefully </h4>\n <h3>Pregnancy Care</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Pediatric</h3><h4>High-quality kids care</h4>\n <h3>Pediatric</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Online Help</h3><h4>24/7</h4>\n <h3>Online Help</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h2>Have Some Questions?</h2> \n What are your regular office hours? \n <style>.elementor-7985 .elementor-element.elementor-element-766599d0 .elementor-repeater-item-485d66f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-7985 .elementor-element.elementor-element-1df7bb93{color:#42474c;font-family:\"Roboto\", Sans-serif;font-size:14px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:25px;}</style> \n <section data-id=\"766599d0\" data-element_type=\"section\" data-settings=\"{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":""},"_id":"485d66f","jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_size":"auto","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"],"jet_parallax_layout_image_tablet":{"url":"","id":""},"jet_parallax_layout_image_mobile":{"url":"","id":""},"jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":""}]}\">\n Our doctors must work by an appointment. Unfortunately, sometimes appointments take longer than expected and do require longer time frames than scheduled. When this happens, your patience is appreciated. A sincere attempt is made to adhere to the clinic schedule as much as possible. Make an appointment at the most convenient time for you. \n </section>\n Lorem ipsum dolor sit amet, consectetuer. Proin gravida nibh? \n <style>.elementor-7985 .elementor-element.elementor-element-766599d0 .elementor-repeater-item-485d66f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-7985 .elementor-element.elementor-element-1df7bb93{color:#42474c;font-family:\"Roboto\", Sans-serif;font-size:14px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:25px;}</style> \n <section data-id=\"766599d0\" data-element_type=\"section\" data-settings=\"{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":""},"_id":"485d66f","jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_size":"auto","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"],"jet_parallax_layout_image_tablet":{"url":"","id":""},"jet_parallax_layout_image_mobile":{"url":"","id":""},"jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":""}]}\">\n Our doctors must work by an appointment. Unfortunately, sometimes appointments take longer than expected and do require longer time frames than scheduled. When this happens, your patience is appreciated. A sincere attempt is made to adhere to the clinic schedule as much as possible. Make an appointment at the most convenient time for you. \n </section>\n Does the Clinic offer any discount coupons? \n <style>.elementor-7985 .elementor-element.elementor-element-766599d0 .elementor-repeater-item-485d66f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-7985 .elementor-element.elementor-element-1df7bb93{color:#42474c;font-family:\"Roboto\", Sans-serif;font-size:14px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:25px;}</style> \n <section data-id=\"766599d0\" data-element_type=\"section\" data-settings=\"{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":""},"_id":"485d66f","jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_size":"auto","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"],"jet_parallax_layout_image_tablet":{"url":"","id":""},"jet_parallax_layout_image_mobile":{"url":"","id":""},"jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":""}]}\">\n Our doctors must work by an appointment. Unfortunately, sometimes appointments take longer than expected and do require longer time frames than scheduled. When this happens, your patience is appreciated. A sincere attempt is made to adhere to the clinic schedule as much as possible. Make an appointment at the most convenient time for you. \n </section>\n Aenean sollicitudin, lorem quis bibendum auctor, nisi elit? \n <style>.elementor-7985 .elementor-element.elementor-element-766599d0 .elementor-repeater-item-485d66f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-7985 .elementor-element.elementor-element-1df7bb93{color:#42474c;font-family:\"Roboto\", Sans-serif;font-size:14px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:25px;}</style> \n <section data-id=\"766599d0\" data-element_type=\"section\" data-settings=\"{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":""},"_id":"485d66f","jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_size":"auto","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"],"jet_parallax_layout_image_tablet":{"url":"","id":""},"jet_parallax_layout_image_mobile":{"url":"","id":""},"jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":""}]}\">\n Our doctors must work by an appointment. Unfortunately, sometimes appointments take longer than expected and do require longer time frames than scheduled. When this happens, your patience is appreciated. A sincere attempt is made to adhere to the clinic schedule as much as possible. Make an appointment at the most convenient time for you. \n </section>\n <h2>Make an Appointment</h2> \n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/2022/Careex/wp-admin/admin-ajax.php#wpcf7-f7997-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"7997\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7997-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Name*<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Email*<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form> \n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Linkedin-in\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Facebook-f\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>','Services','','publish','closed','closed','','services','','','2019-11-01 12:39:07','2019-11-01 12:39:07','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?page_id=7975',0,'page','',0),(7979,1,'2019-11-01 12:41:01','2019-11-01 12:41:01','','Depositphotos_135129520_el0.png','','inherit','open','closed','','depositphotos_135129520_el0-png','','','2019-11-01 12:41:01','2019-11-01 12:41:01','',0,'http://neuroimagingwp.com/new/depositphotos_135129520_el0-png/',0,'attachment','image/png',0),(7980,1,'2019-11-01 12:41:04','2019-11-01 12:41:04','<img width=\"916\" height=\"640\" src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0.png\" alt=\"\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0.png 916w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0-300x210.png 300w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0-768x537.png 768w, https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/Depositphotos_135129520_el0-370x259.png 370w\" sizes=\"(max-width: 916px) 100vw, 916px\" /> \n <h2>We Provide</h2> \n <h2>Total Medical Services</h2> \n We provide the most full medical services, so every person could have the opportunity to receive qualitative medical help. \n Clinical excellence, diversity, and access to innovative technology are all hallmarks of the graduate medical education experience at Caring Doc. Our residents, fellows, and renowned staff share their experience working at Caring Doc. \n <h2>We try to do our best to help you and provide with a high-quality services. </h2> \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/contacts/\" role=\"button\">\n get in touch\n </a>\n <h2>Get Online Consultation</h2> \n In most cases, the initial consultation will be sufficient. In more complicated cases, a second, follow-up consultation may be necessary. You can contact our center at any time and ask your questions. Our professional support representative will answer your questions with great pleasure. \n <h2><a href=\"tel:(800) 123 4567\">Take the First Step to Help (800) 123 4567</a></h2> \n <a href=\"http://ld-wp.template-help.com/wordpress_bemedical/v4/caringdoc/about/\" role=\"button\">\n get in touch\n </a>\n <h2>Our Clinical Services</h2> \n <h3>Consultation</h3><h4>by professionals</h4>\n <h3>Consultation</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Diagnosis</h3><h4>Accurate approach</h4>\n <h3>Diagnosis</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Treatment</h3><h4> Individual approach</h4>\n <h3>Treatment</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Pregnancy Care</h3><h4>Safety and Carefully </h4>\n <h3>Pregnancy Care</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Pediatric</h3><h4>High-quality kids care</h4>\n <h3>Pediatric</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h3>Online Help</h3><h4>24/7</h4>\n <h3>Online Help</h3><h4>You can get a professional consultation by our experienced staff according to services of our center, medical questions. </h4>\n <h2>Have Some Questions?</h2> \n What are your regular office hours? \n The toggles are working. Please, note, that you have to add a template to the library in order to be able to display it inside the toggles.\n Lorem ipsum dolor sit amet, consectetuer. Proin gravida nibh? \n The toggles are working. Please, note, that you have to add a template to the library in order to be able to display it inside the toggles.\n Does the Clinic offer any discount coupons? \n The toggles are working. Please, note, that you have to add a template to the library in order to be able to display it inside the toggles.\n Aenean sollicitudin, lorem quis bibendum auctor, nisi elit? \n The toggles are working. Please, note, that you have to add a template to the library in order to be able to display it inside the toggles.\n <h2>Make an Appointment</h2> \n<form action=\"/beclinick/skin_9/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Select Department<br />\n <input type=\"text\" name=\"your-department\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Full Name<br />\n <input type=\"email\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Phone Number<br />\n <input type=\"tel\" name=\"your-number\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><input type=\"submit\" value=\"Send Request\" /></p>\n</form>','service','','publish','closed','closed','','service','','','2019-11-01 12:41:04','2019-11-01 12:41:04','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?elementor_library=service',0,'elementor_library','',0),(7985,1,'2019-11-01 12:46:26','2019-11-01 12:46:26','Our doctors must work by an appointment. Unfortunately, sometimes appointments take longer than expected and do require longer time frames than scheduled. When this happens, your patience is appreciated. A sincere attempt is made to adhere to the clinic schedule as much as possible. Make an appointment at the most convenient time for you.','tab1','','publish','closed','closed','','tab1','','','2019-11-01 12:46:26','2019-11-01 12:46:26','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?elementor_library=tab1',0,'elementor_library','',0),(7992,1,'2019-11-01 12:57:43','2019-11-01 12:57:43','<h2>Contact Details</h2> \n If you are interested in working with us then please drop us a line, we would love to hear from you.\n <ul>\n <li >\n 121 Wallstreet Street, New York , USA\n </li>\n <li >\n <a href=\"mailto:info@demolink.com\"> \n info@demolink.com\n </a>\n </li>\n <li >\n <a href=\"tel:+800 1234 56 78\"> \n +800 1234 56 78\n </a>\n </li>\n </ul>\n <h2>Drop Us A Line</h2> \n<form action=\"/beclinick/skin_9/wp-admin/admin-ajax.php#wpcf7-f5-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Select Department<br />\n <input type=\"text\" name=\"your-department\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Full Name<br />\n <input type=\"email\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Phone Number<br />\n <input type=\"tel\" name=\"your-number\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><input type=\"submit\" value=\"Send Request\" /></p>\n</form> \n Please set Google maps API key before using this widget.','contact','','publish','closed','closed','','contact','','','2019-11-01 12:57:43','2019-11-01 12:57:43','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?elementor_library=contact',0,'elementor_library','',0),(8004,1,'2019-11-01 14:00:57','2019-11-01 14:00:57','<ul>\n <li>\n <a href=\"tel:8001234567\">\n +800 123 45 67\n </a>\n </li>\n <li>\n <a href=\"mailto:info@demolink.com\">\n info@demolink.com\n </a>\n </li>\n </ul>\n <ul>\n <li>\n 121 Wallstreet Street, NY , USA\n </li>\n </ul>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Linkedin-in\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Twitter\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Facebook-f\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n<a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/logo.png\" alt=\"Careex\" width=\"126\" height=\"42\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/logo-retina.png 2x\"></a>\n <ul><li id=\"jet-menu-item-8010\"><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/\">Home</a></li>\n<li id=\"jet-menu-item-8009\"><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/about/\">About</a></li>\n<li id=\"jet-menu-item-8007\"><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Doctors</a></li>\n<li id=\"jet-menu-item-8005\"><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/services/\">Services</a></li>\n<li id=\"jet-menu-item-8008\"><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\">Contacts</a></li>\n</ul> \n <mobile-menu></mobile-menu>','Header','','publish','closed','closed','','header','','','2019-11-01 14:00:57','2019-11-01 14:00:57','',0,'http://neuroimagingwp.com/new/?jet-theme-core=header',0,'jet-theme-core','',0),(8005,1,'2019-11-01 14:01:32','2019-11-01 14:01:32',' ','','','publish','closed','closed','','8005','','','2019-11-01 14:01:32','2019-11-01 14:01:32','',0,'http://neuroimagingwp.com/new/8005/',4,'nav_menu_item','',0),(8006,1,'2019-11-01 14:01:15','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-11-01 14:01:15','0000-00-00 00:00:00','',0,'http://neuroimagingwp.com/new/?p=8006',1,'nav_menu_item','',0),(8007,1,'2019-11-01 14:01:32','2019-11-01 14:01:32',' ','','','publish','closed','closed','','8007','','','2019-11-01 14:01:32','2019-11-01 14:01:32','',0,'http://neuroimagingwp.com/new/8007/',3,'nav_menu_item','',0),(8008,1,'2019-11-01 14:01:32','2019-11-01 14:01:32',' ','','','publish','closed','closed','','8008','','','2019-11-01 14:01:32','2019-11-01 14:01:32','',0,'http://neuroimagingwp.com/new/8008/',5,'nav_menu_item','',0),(8009,1,'2019-11-01 14:01:32','2019-11-01 14:01:32',' ','','','publish','closed','closed','','8009','','','2019-11-01 14:01:32','2019-11-01 14:01:32','',0,'https://ld-wp73.template-help.com/wordpress/prod_21272/v2/?p=8009',2,'nav_menu_item','',0),(8010,1,'2019-11-01 14:01:32','2019-11-01 14:01:32',' ','','','publish','closed','closed','','8010','','','2019-11-01 14:01:32','2019-11-01 14:01:32','',0,'http://neuroimagingwp.com/new/8010/',1,'nav_menu_item','',0),(8030,1,'2019-11-01 14:49:32','2019-11-01 14:49:32','<a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/\"><img src=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/logo-footer.png\" alt=\"Careex\" width=\"126\" height=\"42\" srcset=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/11/logo-retina-footer.png 2x\"></a>\n Careex is a midecal center, which provides a wide range of medical services for adults and kids. We take care about your health in a professional way!\n <h2>Head Office</h2> \n 4096 N Highland St, Arlington\nVA 32101, USA\n <a href=\"mailto:info@demolink.com\">\n info@demolink.com \n info@demolink.com \n </a>\n <a href=\"tel:80012345678\">\n 800 1234 56 78 \n 800 1234 56 78 \n </a>\n Mon-Thu: 9:30 – 21:00<br>\nFri: 6:00 – 21:00<br>\nSat: 10:00 – 15:00 \n <h2>Latest Posts</h2> \n <h4><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/mouth-sores/\">Donec cursus ex eu elementum</a></h4><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/\" ><time datetime=\"2022-05-12T11:40:00+00:00\" title=\"2022-05-12T11:40:00+00:00\">May 12, 2022</time></a>\n <h4><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/two-long-acting-bronchodilators-in-a-single-metered-dose-inhaler/\">Curabitur egestas malesuada</a></h4><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/05/12/\" ><time datetime=\"2022-05-12T06:03:00+00:00\" title=\"2022-05-12T06:03:00+00:00\">May 12, 2022</time></a>\n <h4><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/02/22/basic-dental-care/\">Basic dental care</a></h4><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/2022/02/22/\" ><time datetime=\"2022-02-22T10:55:00+00:00\" title=\"2022-02-22T10:55:00+00:00\">February 22, 2022</time></a>\n <h2>Quick Links</h2> \n <nav><a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/\">Home</a>\n<a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/about/\">About</a>\n<a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/doctors/\">Doctors</a>\n<a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/services/\">Services</a>\n<a href=\"https://ld-wp73.template-help.com/wordpress/prod_21272/v2/contacts/\">Contacts</a>\n</nav> \n <a href=\"#\">Zemez</a> ©. All rights reserved.','Footer','','publish','closed','closed','','footer','','','2019-11-01 14:49:32','2019-11-01 14:49:32','',0,'http://neuroimagingwp.com/new/?jet-theme-core=footer',0,'jet-theme-core','',0),(8065,1,'2019-11-26 08:15:09','2019-11-26 08:15:09','https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2018/11/cropped-Group-10-1.png','cropped-Group-10-1.png','','inherit','open','closed','','cropped-group-10-1-png','','','2019-11-26 08:15:09','2019-11-26 08:15:09','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2018/11/cropped-Group-10-1.png',0,'attachment','image/png',0),(8084,1,'2019-12-02 08:41:17','2019-12-02 08:41:17','','logo','','inherit','open','closed','','logo','','','2019-12-02 08:41:17','2019-12-02 08:41:17','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2019/11/logo.png',0,'attachment','image/png',0),(8085,1,'2019-12-02 08:41:18','2019-12-02 08:41:18','','logo-retina','','inherit','open','closed','','logo-retina','','','2019-12-02 08:41:18','2019-12-02 08:41:18','',0,'http://neuroimagingwp.com/new/wp-content/uploads/2019/11/logo-retina.png',0,'attachment','image/png',0),(8088,1,'2019-12-02 08:42:49','2019-12-02 08:42:49','','logo-footer','','inherit','open','closed','','logo-footer','','','2019-12-02 08:42:49','2019-12-02 08:42:49','',0,'http://neuroimagingwp.com/new/logo-footer/',0,'attachment','image/png',0),(8089,1,'2019-12-02 08:42:58','2019-12-02 08:42:58','','logo-retina-footer','','inherit','open','closed','','logo-retina-footer','','','2019-12-02 08:42:58','2019-12-02 08:42:58','',0,'',0,'attachment','image/png',0),(8094,1,'2019-12-02 08:48:52','2019-12-02 08:48:52','','favicon','','inherit','open','closed','','favicon','','','2019-12-02 08:48:52','2019-12-02 08:48:52','',0,'http://neuroimagingwp.com/new/favicon/',0,'attachment','image/png',0),(8095,1,'2019-12-02 08:48:54','2019-12-02 08:48:54','https://ld-wp73.template-help.com/wordpress/prod_21272/v2/wp-content/uploads/2019/12/cropped-favicon.png','cropped-favicon.png','','inherit','open','closed','','cropped-favicon-png','','','2019-12-02 08:48:54','2019-12-02 08:48:54','',0,'',0,'attachment','image/png',0),(8097,1,'2022-05-20 12:40:06','2022-05-20 12:40:06','','Default Kit','','publish','closed','closed','','default-kit','','','2022-05-20 12:40:06','2022-05-20 12:40:06','',0,'http://neuroimagingwp.com/new/?elementor_library=default-kit',0,'elementor_library','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0', `term_order` int NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (8,6,0),(8,13,0),(9,3,0),(9,12,0),(10,2,0),(10,14,0),(11,1,0),(3513,3,0),(3513,8,0),(7928,17,0),(7964,17,0),(7971,17,0),(7980,17,0),(7985,17,0),(7992,17,0),(8004,16,0),(8005,18,0),(8007,18,0),(8008,18,0),(8009,18,0),(8010,18,0),(8030,15,0),(8097,17,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint unsigned NOT NULL DEFAULT '0', `count` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'category','',0,2),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(7,7,'category','',0,0),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'jet_library_type','',0,0),(16,16,'jet_library_type','',0,0),(17,17,'elementor_library_type','',0,6),(18,18,'nav_menu','',0,5); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_terms` ( `term_id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'New Page Examples','new-page-examples',0),(2,'Parallax Sections','parallax-sections',0),(3,'Retina Homepage','retina-homepage',0),(4,'Shortcode Central','shortcode-central',0),(5,'Theme','theme',0),(6,'Ultimate Font Collection','ultimate-font-collection',0),(7,'Uncategorized','uncategorized',0),(8,'Audio','audio',0),(9,'Blog','blog',0),(10,'Example','example',0),(11,'Gallery','gallery',0),(12,'Post','post',0),(13,'Quote','quote',0),(14,'Video','video',0),(15,'jet_footer','jet_footer',0),(16,'jet_header','jet_header',0),(17,'page','page',0),(18,'Main','main',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','administrator'),(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,'dismissed_wp_pointers',''),(13,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(14,1,'wp_user_level','10'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:7:{s:64:\"48acb8fff61755caa5841455d956de4f7764202ee895332940a06ce20a91d084\";a:4:{s:10:\"expiration\";i:1655315177;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654105577;}s:64:\"a91ab0818c9711c8029f0a0d274d1757a6d7f78fba33d88da40d96da46151330\";a:4:{s:10:\"expiration\";i:1654280409;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654107609;}s:64:\"27847fa2f6a377e2ad64344c80bbc2f69f2a55da1d41e5b6689fd43369ee080b\";a:4:{s:10:\"expiration\";i:1655318907;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654109307;}s:64:\"7cebc7427efd9e1b0a2f5004c4098621ee674e870da4c4a052876e605456fbd2\";a:4:{s:10:\"expiration\";i:1655319772;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654110172;}s:64:\"b152b6c0ec43932170cb746bc9c96957f2f885de54cb78001a6c65f482831d69\";a:4:{s:10:\"expiration\";i:1654285498;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654112698;}s:64:\"880c36fd9b9f38e75fc6ab6ac492d588b5345114bbce693cf9adc36e80f5b8b5\";a:4:{s:10:\"expiration\";i:1654287947;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654115147;}s:64:\"36eaf7611d634764927119dbe3c17058af9b272bc3f26944a242ad5221da0499\";a:4:{s:10:\"expiration\";i:1654287949;s:2:\"ip\";s:14:\"66.193.169.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";s:5:\"login\";i:1654115149;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"66.193.169.0\";}'),(19,2,'nickname','admin'),(20,2,'first_name',''),(21,2,'last_name',''),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','fresh'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'dismissed_wp_pointers',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wp_users` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'administrator','$P$B754m14h7BR8dTgnZP.KU.chmv8ZbM/','administrator','rduemmling@neuroimagingwp.com','http://neuroimagingwp.com/new','2022-06-01 17:44:50','',0,'administrator'),(2,'admin','$P$B0V/7HXrBb9CtUGsD5vwtt2oeYp2qV1','admin','livedemo-admin@templatemonster.me','','2022-06-01 20:35:32','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0065305_2' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2023-04-28 5:30:34