Files
KevKemChiroWP/DATA-BACK/wpdb-Nov-3--clean.dump
CHIEFSOFT\ameye e9e5c0546c first commit
2023-11-30 13:20:54 -05:00

438 lines
2.5 MiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- MySQL dump 10.13 Distrib 8.2.0, for Linux (x86_64)
--
-- Host: localhost Database: wpdb
-- ------------------------------------------------------
-- Server version 8.2.0
/*!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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) CHARACTER SET utf8mb4 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 AUTO_INCREMENT=2 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 */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-01-14 10:32:07','2023-01-14 10:32:07','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) CHARACTER SET utf8mb4 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=10052 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://localhost:9099','yes'),(2,'home','http://localhost:9099','yes'),(3,'blogname','KevKem','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ameye@chiefsoft.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','smtp.sendgrid.net','yes'),(15,'mailserver_login','apikey','yes'),(16,'mailserver_pass','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','yes'),(17,'mailserver_port','465','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','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','','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:37:\"absolute-reviews/absolute-reviews.php\";i:1;s:35:\"advanced-popups/advanced-popups.php\";i:2;s:17:\"canvas/canvas.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:25:\"envo-extra/envo-extra.php\";i:5;s:15:\"kirki/kirki.php\";i:6;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:7;s:21:\"powerkit/powerkit.php\";i:8;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:9;s:55:\"searchwp-live-ajax-search/searchwp-live-ajax-search.php\";i:10;s:15:\"sight/sight.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','squaretype','yes'),(41,'stylesheet','squaretype','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','56657','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','0','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','2263','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1711889459','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,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'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'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:8:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:23:\"powerkit_widget_posts-1\";i:6;s:23:\"powerkit_widget_posts-2\";i:7;s:12:\"categories-2\";}s:17:\"sidebar-offcanvas\";a:0:{}s:12:\"sidebar-hero\";a:0:{}s:14:\"sidebar-loaded\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:10:{i:1701352943;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:1701383555;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1701383575;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:1701426755;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1701426775;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:1701426777;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:1701428322;a:1:{s:26:\"event_access_token_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1701599555;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1701709549;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(123,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1673692432;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(150,'current_theme','Squaretype','yes'),(151,'theme_mods_enwoo','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:9;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1696871154;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"enwoo-right-sidebar\";a:8:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:23:\"powerkit_widget_posts-1\";i:6;s:23:\"powerkit_widget_posts-2\";i:7;s:12:\"categories-2\";}s:18:\"enwoo-top-bar-area\";a:0:{}s:17:\"enwoo-footer-area\";a:0:{}}}}','yes'),(152,'theme_switched','','yes'),(168,'et_fc','Created with <a href=\"https://enwoo-wp.com/\" title=\"Free Multipurpose WordPress Theme\">Enwoo</a> WordPress theme','no'),(170,'recently_activated','a:0:{}','yes'),(173,'elementor_onboarded','1','no'),(174,'envothemes_active_time','1673692547','no'),(175,'envothemes_active_pro_time','1673692547','no'),(176,'active_enwoo_time','1673692547','no'),(191,'theme_mods_squaretype','a:21:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:9;s:6:\"mobile\";i:9;s:6:\"footer\";i:9;}s:18:\"custom_css_post_id\";i:-1;s:13:\"header_follow\";s:6:\"button\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1696871088;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:0:{}s:17:\"sidebar-offcanvas\";a:0:{}s:12:\"sidebar-hero\";a:0:{}s:14:\"sidebar-loaded\";a:0:{}}}s:11:\"footer_text\";s:11:\"KevKem 2023\";s:19:\"footer_social_links\";b:1;s:26:\"footer_social_links_scheme\";s:4:\"bold\";s:27:\"footer_social_links_maximum\";s:1:\"3\";s:18:\"home_preview_image\";b:0;s:17:\"home_heading_size\";s:5:\"small\";s:4:\"hero\";b:0;s:13:\"hero_location\";s:10:\"front_page\";s:14:\"home_post_meta\";a:0:{}s:9:\"post_meta\";a:0:{}s:4:\"logo\";i:2185;s:10:\"large_logo\";i:2185;s:11:\"footer_logo\";i:2185;s:12:\"header_width\";s:9:\"fullwidth\";s:19:\"header_social_links\";b:0;s:22:\"header_shadow_submenus\";b:1;}','yes'),(196,'csco_theme_version_squaretype','3.0.7','yes'),(197,'post_views_counter_settings_display','a:1:{s:8:\"position\";s:6:\"manual\";}','yes'),(198,'wpseo_titles','a:1:{s:15:\"breadcrumbs-sep\";s:34:\"<span class=\"cs-separator\"></span>\";}','yes'),(203,'kirki_downloaded_font_files','a:104:{s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exoMUdjFnmiU_.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFnmg.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFnmg.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exoMUdjFnmiU_.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexoMUdjFnmg.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexoMUdjFnmg.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff\";s:70:\"https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAUi-sNiXg7eU0.woff\";s:69:\"/var/www/html/wp-content/fonts/lato/S6u8w4BMUTPHjxsAUi-sNiXg7eU0.woff\";s:68:\"https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAXC-sNiXg7Q.woff\";s:67:\"/var/www/html/wp-content/fonts/lato/S6u8w4BMUTPHjxsAXC-sNiXg7Q.woff\";s:74:\"https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_FQfrx9897sxZ.woff\";s:73:\"/var/www/html/wp-content/fonts/lato/S6u_w4BMUTPHjxsI5wq_FQfrx9897sxZ.woff\";s:72:\"https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_Gwfrx9897g.woff\";s:71:\"/var/www/html/wp-content/fonts/lato/S6u_w4BMUTPHjxsI5wq_Gwfrx9897g.woff\";s:68:\"https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff\";s:67:\"/var/www/html/wp-content/fonts/lato/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff\";s:65:\"https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWCWtFCc.woff\";s:64:\"/var/www/html/wp-content/fonts/lato/S6uyw4BMUTPHjx4wWCWtFCc.woff\";s:72:\"https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPHw3q5d0N7w.woff\";s:71:\"/var/www/html/wp-content/fonts/lato/S6u9w4BMUTPHh6UVSwaPHw3q5d0N7w.woff\";s:69:\"https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHw3q5d0.woff\";s:68:\"/var/www/html/wp-content/fonts/lato/S6u9w4BMUTPHh6UVSwiPHw3q5d0.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exoMUdjFnmiU_.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFnmg.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFnmg.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIexoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIexoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8exoMUdjFnmiU_.woff\";s:118:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exoMUdjFnmiU_.woff\";s:118:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exoMUdjFnmiU_.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexoMUdjFnmg.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexoMUdjFnmg.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff\";s:116:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff\";s:113:\"/var/www/html/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff\";}','yes'),(206,'envato_purchase_code_23389898','1e15f167-693b-4aa5-b602-af9f0bbd6045','yes'),(207,'squaretype_license_data','a:10:{s:6:\"status\";b:1;s:10:\"demos_list\";s:24:\"csco_register_demos_list\";s:5:\"demos\";s:16:\"csco_theme_demos\";s:4:\"ocdi\";a:5:{s:11:\"parent_slug\";s:10:\"themes.php\";s:10:\"page_title\";s:12:\"Demo Content\";s:10:\"menu_title\";s:12:\"Demo Content\";s:10:\"capability\";s:6:\"import\";s:9:\"menu_slug\";s:17:\"csco-demo-content\";}s:15:\"license_history\";a:3:{i:0;a:4:{s:6:\"status\";s:6:\"active\";s:14:\"purchase_count\";i:2;s:6:\"domain\";s:26:\"https://blog.chiefsoft.com\";s:5:\"email\";N;}i:1;a:4:{s:6:\"status\";s:6:\"active\";s:14:\"purchase_count\";i:2;s:6:\"domain\";s:25:\"http://www3.ccgchurch.com\";s:5:\"email\";N;}i:2;a:4:{s:6:\"status\";s:6:\"active\";s:14:\"purchase_count\";i:2;s:6:\"domain\";s:25:\"http://192.168.1.140:8011\";s:5:\"email\";N;}}s:7:\"item_id\";i:23389898;s:7:\"sold_at\";s:25:\"2019-11-17T11:17:06+11:00\";s:15:\"supported_until\";s:25:\"2020-05-18T01:17:06+10:00\";s:14:\"purchase_count\";i:2;s:7:\"message\";s:118:\" <div class=\"notice notice-success\">\r\n <p>Licence key activated. All theme features are now unlocked.</p>\r\n </div>\r\n \";}','yes'),(213,'widget_abr_reviews_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(216,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.7.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1673693836;s:7:\"version\";s:5:\"5.7.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(217,'powerkit_db_version','2.8.2','yes'),(218,'searchwp_live_search_last_update','1673693930','yes'),(219,'searchwp_live_search_version','1.7.3','yes'),(222,'sight_db_version','1.0.8','yes'),(224,'canvas_db_version','2.3.9','yes'),(225,'widget_powerkit_widget_author','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(226,'widget_powerkit_widget_contributors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'widget_powerkit_facebook_fanpage_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(228,'widget_powerkit_widget_featured_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_powerkit_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_powerkit_opt_in_subscription_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(231,'widget_powerkit_pinterest_board_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'widget_powerkit_pinterest_profile_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(233,'widget_powerkit_widget_posts','a:3:{i:1;a:11:{s:5:\"title\";s:14:\"Featured Posts\";s:8:\"template\";s:8:\"numbered\";s:14:\"posts_per_page\";s:1:\"5\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:10:\"time_frame\";s:0:\"\";s:9:\"post_meta\";a:1:{i:0;s:4:\"date\";}s:18:\"post_meta_category\";b:0;s:17:\"post_meta_compact\";b:0;s:14:\"post_meta_data\";a:0:{}s:15:\"avoid_duplicate\";b:0;}i:2;a:11:{s:5:\"title\";s:12:\"Recent Posts\";s:8:\"template\";s:5:\"large\";s:14:\"posts_per_page\";s:1:\"3\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:10:\"time_frame\";s:0:\"\";s:9:\"post_meta\";a:1:{i:0;s:4:\"date\";}s:15:\"avoid_duplicate\";s:2:\"on\";s:18:\"post_meta_category\";b:0;s:17:\"post_meta_compact\";b:0;s:14:\"post_meta_data\";a:0:{}}s:12:\"_multiwidget\";i:1;}','yes'),(234,'widget_powerkit_social_links_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(235,'widget_powerkit_toc_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(236,'widget_powerkit_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(237,'widget_powerkit_widget_about','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(238,'widget_searchwp_live_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(239,'powerkit_coming_soon_init','1','yes'),(240,'powerkit_coming_soon_page','8','yes'),(241,'searchwp_lite_admin_notifications','a:3:{s:10:\"updated_at\";i:1701354388;s:13:\"dismissed_ids\";a:0:{}s:13:\"notifications\";a:1:{i:0;a:9:{s:9:\"remote_id\";s:2:\"39\";s:4:\"type\";s:4:\"info\";s:5:\"title\";s:61:\"Black Friday: Once-a-Year Sale! Save Up to $350 OFF SearchWP!\";s:4:\"slug\";s:57:\"black-friday-once-a-year-sale-save-up-to-350-off-searchwp\";s:7:\"content\";s:352:\"Our biggest sale of the year is now live! Save up to $350 off SearchWP, the most powerful search plugin for WordPress. Youll unlock all the incredible features like conditional search redirects, searching ALL your website content, metrics &amp; insights and more! Your discount is already applied to the cart, so claim it today before it disappears!\";s:7:\"actions\";a:1:{i:0;a:3:{s:4:\"type\";s:7:\"primary\";s:3:\"url\";s:129:\"https://searchwp.com/buy/?utm_source=WordPress&utm_campaign=BFCM2023&utm_medium=Plugin+Notification&utm_content=Claim+My+Discount\";s:4:\"text\";s:17:\"Claim My Discount\";}}s:10:\"conditions\";a:4:{i:0;s:4:\"lite\";i:1;s:8:\"inactive\";i:2;s:3:\"pro\";i:3;s:8:\"standard\";}s:5:\"start\";s:19:\"2023-11-20 10:00:00\";s:3:\"end\";s:19:\"2023-12-02 00:00:00\";}}}','yes'),(249,'wp_calendar_block_has_published_posts','1','yes'),(250,'category_children','a:1:{i:2;a:3:{i:0;i:3;i:1;i:6;i:2;i:7;}}','yes'),(251,'sight-categories_children','a:0:{}','yes'),(338,'WPLANG','','yes'),(339,'new_admin_email','ameye@chiefsoft.com','yes'),(342,'recovery_keys','a:0:{}','yes'),(343,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(349,'finished_updating_comment_type','1','yes'),(444,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":1}','yes'),(2972,'secret_key','8J9]28xL8LQ4Ou;dL=?Kl`gt|{EQ?S<h3#7)pKeaXvPo,LrZ@-UTaOHfD<EQn~n(','no'),(8354,'db_upgraded','','yes'),(8495,'theme_mods_raft','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:9;}s:19:\"wp_classic_sidebars\";a:3:{s:19:\"enwoo-right-sidebar\";a:11:{s:4:\"name\";s:7:\"Sidebar\";s:2:\"id\";s:19:\"enwoo-right-sidebar\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:35:\"<div id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:30:\"<div class=\"widget-title\"><h3>\";s:11:\"after_title\";s:11:\"</h3></div>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:18:\"enwoo-top-bar-area\";a:11:{s:4:\"name\";s:15:\"Top Bar Section\";s:2:\"id\";s:18:\"enwoo-top-bar-area\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:44:\"<div id=\"%1$s\" class=\"widget %2$s col-sm-4\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:30:\"<div class=\"widget-title\"><h3>\";s:11:\"after_title\";s:11:\"</h3></div>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:17:\"enwoo-footer-area\";a:11:{s:4:\"name\";s:14:\"Footer Section\";s:2:\"id\";s:17:\"enwoo-footer-area\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:44:\"<div id=\"%1$s\" class=\"widget %2$s col-md-3\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:30:\"<div class=\"widget-title\"><h3>\";s:11:\"after_title\";s:11:\"</h3></div>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1696871226;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"enwoo-right-sidebar\";a:8:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:23:\"powerkit_widget_posts-1\";i:6;s:23:\"powerkit_widget_posts-2\";i:7;s:12:\"categories-2\";}s:18:\"enwoo-top-bar-area\";a:0:{}s:17:\"enwoo-footer-area\";a:0:{}}}}','yes'),(8496,'raft_install','1696871155','yes'),(8501,'_transient_wp_core_block_css_files','a:496:{i:0;s:56:\"/var/www/html/wp-includes/blocks/archives/editor-rtl.css\";i:1;s:60:\"/var/www/html/wp-includes/blocks/archives/editor-rtl.min.css\";i:2;s:52:\"/var/www/html/wp-includes/blocks/archives/editor.css\";i:3;s:56:\"/var/www/html/wp-includes/blocks/archives/editor.min.css\";i:4;s:55:\"/var/www/html/wp-includes/blocks/archives/style-rtl.css\";i:5;s:59:\"/var/www/html/wp-includes/blocks/archives/style-rtl.min.css\";i:6;s:51:\"/var/www/html/wp-includes/blocks/archives/style.css\";i:7;s:55:\"/var/www/html/wp-includes/blocks/archives/style.min.css\";i:8;s:53:\"/var/www/html/wp-includes/blocks/audio/editor-rtl.css\";i:9;s:57:\"/var/www/html/wp-includes/blocks/audio/editor-rtl.min.css\";i:10;s:49:\"/var/www/html/wp-includes/blocks/audio/editor.css\";i:11;s:53:\"/var/www/html/wp-includes/blocks/audio/editor.min.css\";i:12;s:52:\"/var/www/html/wp-includes/blocks/audio/style-rtl.css\";i:13;s:56:\"/var/www/html/wp-includes/blocks/audio/style-rtl.min.css\";i:14;s:48:\"/var/www/html/wp-includes/blocks/audio/style.css\";i:15;s:52:\"/var/www/html/wp-includes/blocks/audio/style.min.css\";i:16;s:52:\"/var/www/html/wp-includes/blocks/audio/theme-rtl.css\";i:17;s:56:\"/var/www/html/wp-includes/blocks/audio/theme-rtl.min.css\";i:18;s:48:\"/var/www/html/wp-includes/blocks/audio/theme.css\";i:19;s:52:\"/var/www/html/wp-includes/blocks/audio/theme.min.css\";i:20;s:54:\"/var/www/html/wp-includes/blocks/avatar/editor-rtl.css\";i:21;s:58:\"/var/www/html/wp-includes/blocks/avatar/editor-rtl.min.css\";i:22;s:50:\"/var/www/html/wp-includes/blocks/avatar/editor.css\";i:23;s:54:\"/var/www/html/wp-includes/blocks/avatar/editor.min.css\";i:24;s:53:\"/var/www/html/wp-includes/blocks/avatar/style-rtl.css\";i:25;s:57:\"/var/www/html/wp-includes/blocks/avatar/style-rtl.min.css\";i:26;s:49:\"/var/www/html/wp-includes/blocks/avatar/style.css\";i:27;s:53:\"/var/www/html/wp-includes/blocks/avatar/style.min.css\";i:28;s:53:\"/var/www/html/wp-includes/blocks/block/editor-rtl.css\";i:29;s:57:\"/var/www/html/wp-includes/blocks/block/editor-rtl.min.css\";i:30;s:49:\"/var/www/html/wp-includes/blocks/block/editor.css\";i:31;s:53:\"/var/www/html/wp-includes/blocks/block/editor.min.css\";i:32;s:54:\"/var/www/html/wp-includes/blocks/button/editor-rtl.css\";i:33;s:58:\"/var/www/html/wp-includes/blocks/button/editor-rtl.min.css\";i:34;s:50:\"/var/www/html/wp-includes/blocks/button/editor.css\";i:35;s:54:\"/var/www/html/wp-includes/blocks/button/editor.min.css\";i:36;s:53:\"/var/www/html/wp-includes/blocks/button/style-rtl.css\";i:37;s:57:\"/var/www/html/wp-includes/blocks/button/style-rtl.min.css\";i:38;s:49:\"/var/www/html/wp-includes/blocks/button/style.css\";i:39;s:53:\"/var/www/html/wp-includes/blocks/button/style.min.css\";i:40;s:55:\"/var/www/html/wp-includes/blocks/buttons/editor-rtl.css\";i:41;s:59:\"/var/www/html/wp-includes/blocks/buttons/editor-rtl.min.css\";i:42;s:51:\"/var/www/html/wp-includes/blocks/buttons/editor.css\";i:43;s:55:\"/var/www/html/wp-includes/blocks/buttons/editor.min.css\";i:44;s:54:\"/var/www/html/wp-includes/blocks/buttons/style-rtl.css\";i:45;s:58:\"/var/www/html/wp-includes/blocks/buttons/style-rtl.min.css\";i:46;s:50:\"/var/www/html/wp-includes/blocks/buttons/style.css\";i:47;s:54:\"/var/www/html/wp-includes/blocks/buttons/style.min.css\";i:48;s:55:\"/var/www/html/wp-includes/blocks/calendar/style-rtl.css\";i:49;s:59:\"/var/www/html/wp-includes/blocks/calendar/style-rtl.min.css\";i:50;s:51:\"/var/www/html/wp-includes/blocks/calendar/style.css\";i:51;s:55:\"/var/www/html/wp-includes/blocks/calendar/style.min.css\";i:52;s:58:\"/var/www/html/wp-includes/blocks/categories/editor-rtl.css\";i:53;s:62:\"/var/www/html/wp-includes/blocks/categories/editor-rtl.min.css\";i:54;s:54:\"/var/www/html/wp-includes/blocks/categories/editor.css\";i:55;s:58:\"/var/www/html/wp-includes/blocks/categories/editor.min.css\";i:56;s:57:\"/var/www/html/wp-includes/blocks/categories/style-rtl.css\";i:57;s:61:\"/var/www/html/wp-includes/blocks/categories/style-rtl.min.css\";i:58;s:53:\"/var/www/html/wp-includes/blocks/categories/style.css\";i:59;s:57:\"/var/www/html/wp-includes/blocks/categories/style.min.css\";i:60;s:52:\"/var/www/html/wp-includes/blocks/code/editor-rtl.css\";i:61;s:56:\"/var/www/html/wp-includes/blocks/code/editor-rtl.min.css\";i:62;s:48:\"/var/www/html/wp-includes/blocks/code/editor.css\";i:63;s:52:\"/var/www/html/wp-includes/blocks/code/editor.min.css\";i:64;s:51:\"/var/www/html/wp-includes/blocks/code/style-rtl.css\";i:65;s:55:\"/var/www/html/wp-includes/blocks/code/style-rtl.min.css\";i:66;s:47:\"/var/www/html/wp-includes/blocks/code/style.css\";i:67;s:51:\"/var/www/html/wp-includes/blocks/code/style.min.css\";i:68;s:51:\"/var/www/html/wp-includes/blocks/code/theme-rtl.css\";i:69;s:55:\"/var/www/html/wp-includes/blocks/code/theme-rtl.min.css\";i:70;s:47:\"/var/www/html/wp-includes/blocks/code/theme.css\";i:71;s:51:\"/var/www/html/wp-includes/blocks/code/theme.min.css\";i:72;s:55:\"/var/www/html/wp-includes/blocks/columns/editor-rtl.css\";i:73;s:59:\"/var/www/html/wp-includes/blocks/columns/editor-rtl.min.css\";i:74;s:51:\"/var/www/html/wp-includes/blocks/columns/editor.css\";i:75;s:55:\"/var/www/html/wp-includes/blocks/columns/editor.min.css\";i:76;s:54:\"/var/www/html/wp-includes/blocks/columns/style-rtl.css\";i:77;s:58:\"/var/www/html/wp-includes/blocks/columns/style-rtl.min.css\";i:78;s:50:\"/var/www/html/wp-includes/blocks/columns/style.css\";i:79;s:54:\"/var/www/html/wp-includes/blocks/columns/style.min.css\";i:80;s:62:\"/var/www/html/wp-includes/blocks/comment-content/style-rtl.css\";i:81;s:66:\"/var/www/html/wp-includes/blocks/comment-content/style-rtl.min.css\";i:82;s:58:\"/var/www/html/wp-includes/blocks/comment-content/style.css\";i:83;s:62:\"/var/www/html/wp-includes/blocks/comment-content/style.min.css\";i:84;s:63:\"/var/www/html/wp-includes/blocks/comment-template/style-rtl.css\";i:85;s:67:\"/var/www/html/wp-includes/blocks/comment-template/style-rtl.min.css\";i:86;s:59:\"/var/www/html/wp-includes/blocks/comment-template/style.css\";i:87;s:63:\"/var/www/html/wp-includes/blocks/comment-template/style.min.css\";i:88;s:75:\"/var/www/html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css\";i:89;s:79:\"/var/www/html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css\";i:90;s:71:\"/var/www/html/wp-includes/blocks/comments-pagination-numbers/editor.css\";i:91;s:75:\"/var/www/html/wp-includes/blocks/comments-pagination-numbers/editor.min.css\";i:92;s:67:\"/var/www/html/wp-includes/blocks/comments-pagination/editor-rtl.css\";i:93;s:71:\"/var/www/html/wp-includes/blocks/comments-pagination/editor-rtl.min.css\";i:94;s:63:\"/var/www/html/wp-includes/blocks/comments-pagination/editor.css\";i:95;s:67:\"/var/www/html/wp-includes/blocks/comments-pagination/editor.min.css\";i:96;s:66:\"/var/www/html/wp-includes/blocks/comments-pagination/style-rtl.css\";i:97;s:70:\"/var/www/html/wp-includes/blocks/comments-pagination/style-rtl.min.css\";i:98;s:62:\"/var/www/html/wp-includes/blocks/comments-pagination/style.css\";i:99;s:66:\"/var/www/html/wp-includes/blocks/comments-pagination/style.min.css\";i:100;s:62:\"/var/www/html/wp-includes/blocks/comments-title/editor-rtl.css\";i:101;s:66:\"/var/www/html/wp-includes/blocks/comments-title/editor-rtl.min.css\";i:102;s:58:\"/var/www/html/wp-includes/blocks/comments-title/editor.css\";i:103;s:62:\"/var/www/html/wp-includes/blocks/comments-title/editor.min.css\";i:104;s:56:\"/var/www/html/wp-includes/blocks/comments/editor-rtl.css\";i:105;s:60:\"/var/www/html/wp-includes/blocks/comments/editor-rtl.min.css\";i:106;s:52:\"/var/www/html/wp-includes/blocks/comments/editor.css\";i:107;s:56:\"/var/www/html/wp-includes/blocks/comments/editor.min.css\";i:108;s:55:\"/var/www/html/wp-includes/blocks/comments/style-rtl.css\";i:109;s:59:\"/var/www/html/wp-includes/blocks/comments/style-rtl.min.css\";i:110;s:51:\"/var/www/html/wp-includes/blocks/comments/style.css\";i:111;s:55:\"/var/www/html/wp-includes/blocks/comments/style.min.css\";i:112;s:53:\"/var/www/html/wp-includes/blocks/cover/editor-rtl.css\";i:113;s:57:\"/var/www/html/wp-includes/blocks/cover/editor-rtl.min.css\";i:114;s:49:\"/var/www/html/wp-includes/blocks/cover/editor.css\";i:115;s:53:\"/var/www/html/wp-includes/blocks/cover/editor.min.css\";i:116;s:52:\"/var/www/html/wp-includes/blocks/cover/style-rtl.css\";i:117;s:56:\"/var/www/html/wp-includes/blocks/cover/style-rtl.min.css\";i:118;s:48:\"/var/www/html/wp-includes/blocks/cover/style.css\";i:119;s:52:\"/var/www/html/wp-includes/blocks/cover/style.min.css\";i:120;s:55:\"/var/www/html/wp-includes/blocks/details/editor-rtl.css\";i:121;s:59:\"/var/www/html/wp-includes/blocks/details/editor-rtl.min.css\";i:122;s:51:\"/var/www/html/wp-includes/blocks/details/editor.css\";i:123;s:55:\"/var/www/html/wp-includes/blocks/details/editor.min.css\";i:124;s:54:\"/var/www/html/wp-includes/blocks/details/style-rtl.css\";i:125;s:58:\"/var/www/html/wp-includes/blocks/details/style-rtl.min.css\";i:126;s:50:\"/var/www/html/wp-includes/blocks/details/style.css\";i:127;s:54:\"/var/www/html/wp-includes/blocks/details/style.min.css\";i:128;s:53:\"/var/www/html/wp-includes/blocks/embed/editor-rtl.css\";i:129;s:57:\"/var/www/html/wp-includes/blocks/embed/editor-rtl.min.css\";i:130;s:49:\"/var/www/html/wp-includes/blocks/embed/editor.css\";i:131;s:53:\"/var/www/html/wp-includes/blocks/embed/editor.min.css\";i:132;s:52:\"/var/www/html/wp-includes/blocks/embed/style-rtl.css\";i:133;s:56:\"/var/www/html/wp-includes/blocks/embed/style-rtl.min.css\";i:134;s:48:\"/var/www/html/wp-includes/blocks/embed/style.css\";i:135;s:52:\"/var/www/html/wp-includes/blocks/embed/style.min.css\";i:136;s:52:\"/var/www/html/wp-includes/blocks/embed/theme-rtl.css\";i:137;s:56:\"/var/www/html/wp-includes/blocks/embed/theme-rtl.min.css\";i:138;s:48:\"/var/www/html/wp-includes/blocks/embed/theme.css\";i:139;s:52:\"/var/www/html/wp-includes/blocks/embed/theme.min.css\";i:140;s:52:\"/var/www/html/wp-includes/blocks/file/editor-rtl.css\";i:141;s:56:\"/var/www/html/wp-includes/blocks/file/editor-rtl.min.css\";i:142;s:48:\"/var/www/html/wp-includes/blocks/file/editor.css\";i:143;s:52:\"/var/www/html/wp-includes/blocks/file/editor.min.css\";i:144;s:51:\"/var/www/html/wp-includes/blocks/file/style-rtl.css\";i:145;s:55:\"/var/www/html/wp-includes/blocks/file/style-rtl.min.css\";i:146;s:47:\"/var/www/html/wp-includes/blocks/file/style.css\";i:147;s:51:\"/var/www/html/wp-includes/blocks/file/style.min.css\";i:148;s:56:\"/var/www/html/wp-includes/blocks/footnotes/style-rtl.css\";i:149;s:60:\"/var/www/html/wp-includes/blocks/footnotes/style-rtl.min.css\";i:150;s:52:\"/var/www/html/wp-includes/blocks/footnotes/style.css\";i:151;s:56:\"/var/www/html/wp-includes/blocks/footnotes/style.min.css\";i:152;s:56:\"/var/www/html/wp-includes/blocks/freeform/editor-rtl.css\";i:153;s:60:\"/var/www/html/wp-includes/blocks/freeform/editor-rtl.min.css\";i:154;s:52:\"/var/www/html/wp-includes/blocks/freeform/editor.css\";i:155;s:56:\"/var/www/html/wp-includes/blocks/freeform/editor.min.css\";i:156;s:55:\"/var/www/html/wp-includes/blocks/gallery/editor-rtl.css\";i:157;s:59:\"/var/www/html/wp-includes/blocks/gallery/editor-rtl.min.css\";i:158;s:51:\"/var/www/html/wp-includes/blocks/gallery/editor.css\";i:159;s:55:\"/var/www/html/wp-includes/blocks/gallery/editor.min.css\";i:160;s:54:\"/var/www/html/wp-includes/blocks/gallery/style-rtl.css\";i:161;s:58:\"/var/www/html/wp-includes/blocks/gallery/style-rtl.min.css\";i:162;s:50:\"/var/www/html/wp-includes/blocks/gallery/style.css\";i:163;s:54:\"/var/www/html/wp-includes/blocks/gallery/style.min.css\";i:164;s:54:\"/var/www/html/wp-includes/blocks/gallery/theme-rtl.css\";i:165;s:58:\"/var/www/html/wp-includes/blocks/gallery/theme-rtl.min.css\";i:166;s:50:\"/var/www/html/wp-includes/blocks/gallery/theme.css\";i:167;s:54:\"/var/www/html/wp-includes/blocks/gallery/theme.min.css\";i:168;s:53:\"/var/www/html/wp-includes/blocks/group/editor-rtl.css\";i:169;s:57:\"/var/www/html/wp-includes/blocks/group/editor-rtl.min.css\";i:170;s:49:\"/var/www/html/wp-includes/blocks/group/editor.css\";i:171;s:53:\"/var/www/html/wp-includes/blocks/group/editor.min.css\";i:172;s:52:\"/var/www/html/wp-includes/blocks/group/style-rtl.css\";i:173;s:56:\"/var/www/html/wp-includes/blocks/group/style-rtl.min.css\";i:174;s:48:\"/var/www/html/wp-includes/blocks/group/style.css\";i:175;s:52:\"/var/www/html/wp-includes/blocks/group/style.min.css\";i:176;s:52:\"/var/www/html/wp-includes/blocks/group/theme-rtl.css\";i:177;s:56:\"/var/www/html/wp-includes/blocks/group/theme-rtl.min.css\";i:178;s:48:\"/var/www/html/wp-includes/blocks/group/theme.css\";i:179;s:52:\"/var/www/html/wp-includes/blocks/group/theme.min.css\";i:180;s:54:\"/var/www/html/wp-includes/blocks/heading/style-rtl.css\";i:181;s:58:\"/var/www/html/wp-includes/blocks/heading/style-rtl.min.css\";i:182;s:50:\"/var/www/html/wp-includes/blocks/heading/style.css\";i:183;s:54:\"/var/www/html/wp-includes/blocks/heading/style.min.css\";i:184;s:52:\"/var/www/html/wp-includes/blocks/html/editor-rtl.css\";i:185;s:56:\"/var/www/html/wp-includes/blocks/html/editor-rtl.min.css\";i:186;s:48:\"/var/www/html/wp-includes/blocks/html/editor.css\";i:187;s:52:\"/var/www/html/wp-includes/blocks/html/editor.min.css\";i:188;s:53:\"/var/www/html/wp-includes/blocks/image/editor-rtl.css\";i:189;s:57:\"/var/www/html/wp-includes/blocks/image/editor-rtl.min.css\";i:190;s:49:\"/var/www/html/wp-includes/blocks/image/editor.css\";i:191;s:53:\"/var/www/html/wp-includes/blocks/image/editor.min.css\";i:192;s:52:\"/var/www/html/wp-includes/blocks/image/style-rtl.css\";i:193;s:56:\"/var/www/html/wp-includes/blocks/image/style-rtl.min.css\";i:194;s:48:\"/var/www/html/wp-includes/blocks/image/style.css\";i:195;s:52:\"/var/www/html/wp-includes/blocks/image/style.min.css\";i:196;s:52:\"/var/www/html/wp-includes/blocks/image/theme-rtl.css\";i:197;s:56:\"/var/www/html/wp-includes/blocks/image/theme-rtl.min.css\";i:198;s:48:\"/var/www/html/wp-includes/blocks/image/theme.css\";i:199;s:52:\"/var/www/html/wp-includes/blocks/image/theme.min.css\";i:200;s:62:\"/var/www/html/wp-includes/blocks/latest-comments/style-rtl.css\";i:201;s:66:\"/var/www/html/wp-includes/blocks/latest-comments/style-rtl.min.css\";i:202;s:58:\"/var/www/html/wp-includes/blocks/latest-comments/style.css\";i:203;s:62:\"/var/www/html/wp-includes/blocks/latest-comments/style.min.css\";i:204;s:60:\"/var/www/html/wp-includes/blocks/latest-posts/editor-rtl.css\";i:205;s:64:\"/var/www/html/wp-includes/blocks/latest-posts/editor-rtl.min.css\";i:206;s:56:\"/var/www/html/wp-includes/blocks/latest-posts/editor.css\";i:207;s:60:\"/var/www/html/wp-includes/blocks/latest-posts/editor.min.css\";i:208;s:59:\"/var/www/html/wp-includes/blocks/latest-posts/style-rtl.css\";i:209;s:63:\"/var/www/html/wp-includes/blocks/latest-posts/style-rtl.min.css\";i:210;s:55:\"/var/www/html/wp-includes/blocks/latest-posts/style.css\";i:211;s:59:\"/var/www/html/wp-includes/blocks/latest-posts/style.min.css\";i:212;s:51:\"/var/www/html/wp-includes/blocks/list/style-rtl.css\";i:213;s:55:\"/var/www/html/wp-includes/blocks/list/style-rtl.min.css\";i:214;s:47:\"/var/www/html/wp-includes/blocks/list/style.css\";i:215;s:51:\"/var/www/html/wp-includes/blocks/list/style.min.css\";i:216;s:58:\"/var/www/html/wp-includes/blocks/media-text/editor-rtl.css\";i:217;s:62:\"/var/www/html/wp-includes/blocks/media-text/editor-rtl.min.css\";i:218;s:54:\"/var/www/html/wp-includes/blocks/media-text/editor.css\";i:219;s:58:\"/var/www/html/wp-includes/blocks/media-text/editor.min.css\";i:220;s:57:\"/var/www/html/wp-includes/blocks/media-text/style-rtl.css\";i:221;s:61:\"/var/www/html/wp-includes/blocks/media-text/style-rtl.min.css\";i:222;s:53:\"/var/www/html/wp-includes/blocks/media-text/style.css\";i:223;s:57:\"/var/www/html/wp-includes/blocks/media-text/style.min.css\";i:224;s:52:\"/var/www/html/wp-includes/blocks/more/editor-rtl.css\";i:225;s:56:\"/var/www/html/wp-includes/blocks/more/editor-rtl.min.css\";i:226;s:48:\"/var/www/html/wp-includes/blocks/more/editor.css\";i:227;s:52:\"/var/www/html/wp-includes/blocks/more/editor.min.css\";i:228;s:63:\"/var/www/html/wp-includes/blocks/navigation-link/editor-rtl.css\";i:229;s:67:\"/var/www/html/wp-includes/blocks/navigation-link/editor-rtl.min.css\";i:230;s:59:\"/var/www/html/wp-includes/blocks/navigation-link/editor.css\";i:231;s:63:\"/var/www/html/wp-includes/blocks/navigation-link/editor.min.css\";i:232;s:62:\"/var/www/html/wp-includes/blocks/navigation-link/style-rtl.css\";i:233;s:66:\"/var/www/html/wp-includes/blocks/navigation-link/style-rtl.min.css\";i:234;s:58:\"/var/www/html/wp-includes/blocks/navigation-link/style.css\";i:235;s:62:\"/var/www/html/wp-includes/blocks/navigation-link/style.min.css\";i:236;s:66:\"/var/www/html/wp-includes/blocks/navigation-submenu/editor-rtl.css\";i:237;s:70:\"/var/www/html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css\";i:238;s:62:\"/var/www/html/wp-includes/blocks/navigation-submenu/editor.css\";i:239;s:66:\"/var/www/html/wp-includes/blocks/navigation-submenu/editor.min.css\";i:240;s:58:\"/var/www/html/wp-includes/blocks/navigation/editor-rtl.css\";i:241;s:62:\"/var/www/html/wp-includes/blocks/navigation/editor-rtl.min.css\";i:242;s:54:\"/var/www/html/wp-includes/blocks/navigation/editor.css\";i:243;s:58:\"/var/www/html/wp-includes/blocks/navigation/editor.min.css\";i:244;s:57:\"/var/www/html/wp-includes/blocks/navigation/style-rtl.css\";i:245;s:61:\"/var/www/html/wp-includes/blocks/navigation/style-rtl.min.css\";i:246;s:53:\"/var/www/html/wp-includes/blocks/navigation/style.css\";i:247;s:57:\"/var/www/html/wp-includes/blocks/navigation/style.min.css\";i:248;s:56:\"/var/www/html/wp-includes/blocks/nextpage/editor-rtl.css\";i:249;s:60:\"/var/www/html/wp-includes/blocks/nextpage/editor-rtl.min.css\";i:250;s:52:\"/var/www/html/wp-includes/blocks/nextpage/editor.css\";i:251;s:56:\"/var/www/html/wp-includes/blocks/nextpage/editor.min.css\";i:252;s:57:\"/var/www/html/wp-includes/blocks/page-list/editor-rtl.css\";i:253;s:61:\"/var/www/html/wp-includes/blocks/page-list/editor-rtl.min.css\";i:254;s:53:\"/var/www/html/wp-includes/blocks/page-list/editor.css\";i:255;s:57:\"/var/www/html/wp-includes/blocks/page-list/editor.min.css\";i:256;s:56:\"/var/www/html/wp-includes/blocks/page-list/style-rtl.css\";i:257;s:60:\"/var/www/html/wp-includes/blocks/page-list/style-rtl.min.css\";i:258;s:52:\"/var/www/html/wp-includes/blocks/page-list/style.css\";i:259;s:56:\"/var/www/html/wp-includes/blocks/page-list/style.min.css\";i:260;s:57:\"/var/www/html/wp-includes/blocks/paragraph/editor-rtl.css\";i:261;s:61:\"/var/www/html/wp-includes/blocks/paragraph/editor-rtl.min.css\";i:262;s:53:\"/var/www/html/wp-includes/blocks/paragraph/editor.css\";i:263;s:57:\"/var/www/html/wp-includes/blocks/paragraph/editor.min.css\";i:264;s:56:\"/var/www/html/wp-includes/blocks/paragraph/style-rtl.css\";i:265;s:60:\"/var/www/html/wp-includes/blocks/paragraph/style-rtl.min.css\";i:266;s:52:\"/var/www/html/wp-includes/blocks/paragraph/style.css\";i:267;s:56:\"/var/www/html/wp-includes/blocks/paragraph/style.min.css\";i:268;s:58:\"/var/www/html/wp-includes/blocks/post-author/style-rtl.css\";i:269;s:62:\"/var/www/html/wp-includes/blocks/post-author/style-rtl.min.css\";i:270;s:54:\"/var/www/html/wp-includes/blocks/post-author/style.css\";i:271;s:58:\"/var/www/html/wp-includes/blocks/post-author/style.min.css\";i:272;s:66:\"/var/www/html/wp-includes/blocks/post-comments-form/editor-rtl.css\";i:273;s:70:\"/var/www/html/wp-includes/blocks/post-comments-form/editor-rtl.min.css\";i:274;s:62:\"/var/www/html/wp-includes/blocks/post-comments-form/editor.css\";i:275;s:66:\"/var/www/html/wp-includes/blocks/post-comments-form/editor.min.css\";i:276;s:65:\"/var/www/html/wp-includes/blocks/post-comments-form/style-rtl.css\";i:277;s:69:\"/var/www/html/wp-includes/blocks/post-comments-form/style-rtl.min.css\";i:278;s:61:\"/var/www/html/wp-includes/blocks/post-comments-form/style.css\";i:279;s:65:\"/var/www/html/wp-includes/blocks/post-comments-form/style.min.css\";i:280;s:56:\"/var/www/html/wp-includes/blocks/post-date/style-rtl.css\";i:281;s:60:\"/var/www/html/wp-includes/blocks/post-date/style-rtl.min.css\";i:282;s:52:\"/var/www/html/wp-includes/blocks/post-date/style.css\";i:283;s:56:\"/var/www/html/wp-includes/blocks/post-date/style.min.css\";i:284;s:60:\"/var/www/html/wp-includes/blocks/post-excerpt/editor-rtl.css\";i:285;s:64:\"/var/www/html/wp-includes/blocks/post-excerpt/editor-rtl.min.css\";i:286;s:56:\"/var/www/html/wp-includes/blocks/post-excerpt/editor.css\";i:287;s:60:\"/var/www/html/wp-includes/blocks/post-excerpt/editor.min.css\";i:288;s:59:\"/var/www/html/wp-includes/blocks/post-excerpt/style-rtl.css\";i:289;s:63:\"/var/www/html/wp-includes/blocks/post-excerpt/style-rtl.min.css\";i:290;s:55:\"/var/www/html/wp-includes/blocks/post-excerpt/style.css\";i:291;s:59:\"/var/www/html/wp-includes/blocks/post-excerpt/style.min.css\";i:292;s:67:\"/var/www/html/wp-includes/blocks/post-featured-image/editor-rtl.css\";i:293;s:71:\"/var/www/html/wp-includes/blocks/post-featured-image/editor-rtl.min.css\";i:294;s:63:\"/var/www/html/wp-includes/blocks/post-featured-image/editor.css\";i:295;s:67:\"/var/www/html/wp-includes/blocks/post-featured-image/editor.min.css\";i:296;s:66:\"/var/www/html/wp-includes/blocks/post-featured-image/style-rtl.css\";i:297;s:70:\"/var/www/html/wp-includes/blocks/post-featured-image/style-rtl.min.css\";i:298;s:62:\"/var/www/html/wp-includes/blocks/post-featured-image/style.css\";i:299;s:66:\"/var/www/html/wp-includes/blocks/post-featured-image/style.min.css\";i:300;s:67:\"/var/www/html/wp-includes/blocks/post-navigation-link/style-rtl.css\";i:301;s:71:\"/var/www/html/wp-includes/blocks/post-navigation-link/style-rtl.min.css\";i:302;s:63:\"/var/www/html/wp-includes/blocks/post-navigation-link/style.css\";i:303;s:67:\"/var/www/html/wp-includes/blocks/post-navigation-link/style.min.css\";i:304;s:61:\"/var/www/html/wp-includes/blocks/post-template/editor-rtl.css\";i:305;s:65:\"/var/www/html/wp-includes/blocks/post-template/editor-rtl.min.css\";i:306;s:57:\"/var/www/html/wp-includes/blocks/post-template/editor.css\";i:307;s:61:\"/var/www/html/wp-includes/blocks/post-template/editor.min.css\";i:308;s:60:\"/var/www/html/wp-includes/blocks/post-template/style-rtl.css\";i:309;s:64:\"/var/www/html/wp-includes/blocks/post-template/style-rtl.min.css\";i:310;s:56:\"/var/www/html/wp-includes/blocks/post-template/style.css\";i:311;s:60:\"/var/www/html/wp-includes/blocks/post-template/style.min.css\";i:312;s:57:\"/var/www/html/wp-includes/blocks/post-terms/style-rtl.css\";i:313;s:61:\"/var/www/html/wp-includes/blocks/post-terms/style-rtl.min.css\";i:314;s:53:\"/var/www/html/wp-includes/blocks/post-terms/style.css\";i:315;s:57:\"/var/www/html/wp-includes/blocks/post-terms/style.min.css\";i:316;s:57:\"/var/www/html/wp-includes/blocks/post-title/style-rtl.css\";i:317;s:61:\"/var/www/html/wp-includes/blocks/post-title/style-rtl.min.css\";i:318;s:53:\"/var/www/html/wp-includes/blocks/post-title/style.css\";i:319;s:57:\"/var/www/html/wp-includes/blocks/post-title/style.min.css\";i:320;s:59:\"/var/www/html/wp-includes/blocks/preformatted/style-rtl.css\";i:321;s:63:\"/var/www/html/wp-includes/blocks/preformatted/style-rtl.min.css\";i:322;s:55:\"/var/www/html/wp-includes/blocks/preformatted/style.css\";i:323;s:59:\"/var/www/html/wp-includes/blocks/preformatted/style.min.css\";i:324;s:57:\"/var/www/html/wp-includes/blocks/pullquote/editor-rtl.css\";i:325;s:61:\"/var/www/html/wp-includes/blocks/pullquote/editor-rtl.min.css\";i:326;s:53:\"/var/www/html/wp-includes/blocks/pullquote/editor.css\";i:327;s:57:\"/var/www/html/wp-includes/blocks/pullquote/editor.min.css\";i:328;s:56:\"/var/www/html/wp-includes/blocks/pullquote/style-rtl.css\";i:329;s:60:\"/var/www/html/wp-includes/blocks/pullquote/style-rtl.min.css\";i:330;s:52:\"/var/www/html/wp-includes/blocks/pullquote/style.css\";i:331;s:56:\"/var/www/html/wp-includes/blocks/pullquote/style.min.css\";i:332;s:56:\"/var/www/html/wp-includes/blocks/pullquote/theme-rtl.css\";i:333;s:60:\"/var/www/html/wp-includes/blocks/pullquote/theme-rtl.min.css\";i:334;s:52:\"/var/www/html/wp-includes/blocks/pullquote/theme.css\";i:335;s:56:\"/var/www/html/wp-includes/blocks/pullquote/theme.min.css\";i:336;s:72:\"/var/www/html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css\";i:337;s:76:\"/var/www/html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css\";i:338;s:68:\"/var/www/html/wp-includes/blocks/query-pagination-numbers/editor.css\";i:339;s:72:\"/var/www/html/wp-includes/blocks/query-pagination-numbers/editor.min.css\";i:340;s:64:\"/var/www/html/wp-includes/blocks/query-pagination/editor-rtl.css\";i:341;s:68:\"/var/www/html/wp-includes/blocks/query-pagination/editor-rtl.min.css\";i:342;s:60:\"/var/www/html/wp-includes/blocks/query-pagination/editor.css\";i:343;s:64:\"/var/www/html/wp-includes/blocks/query-pagination/editor.min.css\";i:344;s:63:\"/var/www/html/wp-includes/blocks/query-pagination/style-rtl.css\";i:345;s:67:\"/var/www/html/wp-includes/blocks/query-pagination/style-rtl.min.css\";i:346;s:59:\"/var/www/html/wp-includes/blocks/query-pagination/style.css\";i:347;s:63:\"/var/www/html/wp-includes/blocks/query-pagination/style.min.css\";i:348;s:58:\"/var/www/html/wp-includes/blocks/query-title/style-rtl.css\";i:349;s:62:\"/var/www/html/wp-includes/blocks/query-title/style-rtl.min.css\";i:350;s:54:\"/var/www/html/wp-includes/blocks/query-title/style.css\";i:351;s:58:\"/var/www/html/wp-includes/blocks/query-title/style.min.css\";i:352;s:53:\"/var/www/html/wp-includes/blocks/query/editor-rtl.css\";i:353;s:57:\"/var/www/html/wp-includes/blocks/query/editor-rtl.min.css\";i:354;s:49:\"/var/www/html/wp-includes/blocks/query/editor.css\";i:355;s:53:\"/var/www/html/wp-includes/blocks/query/editor.min.css\";i:356;s:52:\"/var/www/html/wp-includes/blocks/quote/style-rtl.css\";i:357;s:56:\"/var/www/html/wp-includes/blocks/quote/style-rtl.min.css\";i:358;s:48:\"/var/www/html/wp-includes/blocks/quote/style.css\";i:359;s:52:\"/var/www/html/wp-includes/blocks/quote/style.min.css\";i:360;s:52:\"/var/www/html/wp-includes/blocks/quote/theme-rtl.css\";i:361;s:56:\"/var/www/html/wp-includes/blocks/quote/theme-rtl.min.css\";i:362;s:48:\"/var/www/html/wp-includes/blocks/quote/theme.css\";i:363;s:52:\"/var/www/html/wp-includes/blocks/quote/theme.min.css\";i:364;s:56:\"/var/www/html/wp-includes/blocks/read-more/style-rtl.css\";i:365;s:60:\"/var/www/html/wp-includes/blocks/read-more/style-rtl.min.css\";i:366;s:52:\"/var/www/html/wp-includes/blocks/read-more/style.css\";i:367;s:56:\"/var/www/html/wp-includes/blocks/read-more/style.min.css\";i:368;s:51:\"/var/www/html/wp-includes/blocks/rss/editor-rtl.css\";i:369;s:55:\"/var/www/html/wp-includes/blocks/rss/editor-rtl.min.css\";i:370;s:47:\"/var/www/html/wp-includes/blocks/rss/editor.css\";i:371;s:51:\"/var/www/html/wp-includes/blocks/rss/editor.min.css\";i:372;s:50:\"/var/www/html/wp-includes/blocks/rss/style-rtl.css\";i:373;s:54:\"/var/www/html/wp-includes/blocks/rss/style-rtl.min.css\";i:374;s:46:\"/var/www/html/wp-includes/blocks/rss/style.css\";i:375;s:50:\"/var/www/html/wp-includes/blocks/rss/style.min.css\";i:376;s:54:\"/var/www/html/wp-includes/blocks/search/editor-rtl.css\";i:377;s:58:\"/var/www/html/wp-includes/blocks/search/editor-rtl.min.css\";i:378;s:50:\"/var/www/html/wp-includes/blocks/search/editor.css\";i:379;s:54:\"/var/www/html/wp-includes/blocks/search/editor.min.css\";i:380;s:53:\"/var/www/html/wp-includes/blocks/search/style-rtl.css\";i:381;s:57:\"/var/www/html/wp-includes/blocks/search/style-rtl.min.css\";i:382;s:49:\"/var/www/html/wp-includes/blocks/search/style.css\";i:383;s:53:\"/var/www/html/wp-includes/blocks/search/style.min.css\";i:384;s:53:\"/var/www/html/wp-includes/blocks/search/theme-rtl.css\";i:385;s:57:\"/var/www/html/wp-includes/blocks/search/theme-rtl.min.css\";i:386;s:49:\"/var/www/html/wp-includes/blocks/search/theme.css\";i:387;s:53:\"/var/www/html/wp-includes/blocks/search/theme.min.css\";i:388;s:57:\"/var/www/html/wp-includes/blocks/separator/editor-rtl.css\";i:389;s:61:\"/var/www/html/wp-includes/blocks/separator/editor-rtl.min.css\";i:390;s:53:\"/var/www/html/wp-includes/blocks/separator/editor.css\";i:391;s:57:\"/var/www/html/wp-includes/blocks/separator/editor.min.css\";i:392;s:56:\"/var/www/html/wp-includes/blocks/separator/style-rtl.css\";i:393;s:60:\"/var/www/html/wp-includes/blocks/separator/style-rtl.min.css\";i:394;s:52:\"/var/www/html/wp-includes/blocks/separator/style.css\";i:395;s:56:\"/var/www/html/wp-includes/blocks/separator/style.min.css\";i:396;s:56:\"/var/www/html/wp-includes/blocks/separator/theme-rtl.css\";i:397;s:60:\"/var/www/html/wp-includes/blocks/separator/theme-rtl.min.css\";i:398;s:52:\"/var/www/html/wp-includes/blocks/separator/theme.css\";i:399;s:56:\"/var/www/html/wp-includes/blocks/separator/theme.min.css\";i:400;s:57:\"/var/www/html/wp-includes/blocks/shortcode/editor-rtl.css\";i:401;s:61:\"/var/www/html/wp-includes/blocks/shortcode/editor-rtl.min.css\";i:402;s:53:\"/var/www/html/wp-includes/blocks/shortcode/editor.css\";i:403;s:57:\"/var/www/html/wp-includes/blocks/shortcode/editor.min.css\";i:404;s:57:\"/var/www/html/wp-includes/blocks/site-logo/editor-rtl.css\";i:405;s:61:\"/var/www/html/wp-includes/blocks/site-logo/editor-rtl.min.css\";i:406;s:53:\"/var/www/html/wp-includes/blocks/site-logo/editor.css\";i:407;s:57:\"/var/www/html/wp-includes/blocks/site-logo/editor.min.css\";i:408;s:56:\"/var/www/html/wp-includes/blocks/site-logo/style-rtl.css\";i:409;s:60:\"/var/www/html/wp-includes/blocks/site-logo/style-rtl.min.css\";i:410;s:52:\"/var/www/html/wp-includes/blocks/site-logo/style.css\";i:411;s:56:\"/var/www/html/wp-includes/blocks/site-logo/style.min.css\";i:412;s:60:\"/var/www/html/wp-includes/blocks/site-tagline/editor-rtl.css\";i:413;s:64:\"/var/www/html/wp-includes/blocks/site-tagline/editor-rtl.min.css\";i:414;s:56:\"/var/www/html/wp-includes/blocks/site-tagline/editor.css\";i:415;s:60:\"/var/www/html/wp-includes/blocks/site-tagline/editor.min.css\";i:416;s:58:\"/var/www/html/wp-includes/blocks/site-title/editor-rtl.css\";i:417;s:62:\"/var/www/html/wp-includes/blocks/site-title/editor-rtl.min.css\";i:418;s:54:\"/var/www/html/wp-includes/blocks/site-title/editor.css\";i:419;s:58:\"/var/www/html/wp-includes/blocks/site-title/editor.min.css\";i:420;s:57:\"/var/www/html/wp-includes/blocks/site-title/style-rtl.css\";i:421;s:61:\"/var/www/html/wp-includes/blocks/site-title/style-rtl.min.css\";i:422;s:53:\"/var/www/html/wp-includes/blocks/site-title/style.css\";i:423;s:57:\"/var/www/html/wp-includes/blocks/site-title/style.min.css\";i:424;s:59:\"/var/www/html/wp-includes/blocks/social-link/editor-rtl.css\";i:425;s:63:\"/var/www/html/wp-includes/blocks/social-link/editor-rtl.min.css\";i:426;s:55:\"/var/www/html/wp-includes/blocks/social-link/editor.css\";i:427;s:59:\"/var/www/html/wp-includes/blocks/social-link/editor.min.css\";i:428;s:60:\"/var/www/html/wp-includes/blocks/social-links/editor-rtl.css\";i:429;s:64:\"/var/www/html/wp-includes/blocks/social-links/editor-rtl.min.css\";i:430;s:56:\"/var/www/html/wp-includes/blocks/social-links/editor.css\";i:431;s:60:\"/var/www/html/wp-includes/blocks/social-links/editor.min.css\";i:432;s:59:\"/var/www/html/wp-includes/blocks/social-links/style-rtl.css\";i:433;s:63:\"/var/www/html/wp-includes/blocks/social-links/style-rtl.min.css\";i:434;s:55:\"/var/www/html/wp-includes/blocks/social-links/style.css\";i:435;s:59:\"/var/www/html/wp-includes/blocks/social-links/style.min.css\";i:436;s:54:\"/var/www/html/wp-includes/blocks/spacer/editor-rtl.css\";i:437;s:58:\"/var/www/html/wp-includes/blocks/spacer/editor-rtl.min.css\";i:438;s:50:\"/var/www/html/wp-includes/blocks/spacer/editor.css\";i:439;s:54:\"/var/www/html/wp-includes/blocks/spacer/editor.min.css\";i:440;s:53:\"/var/www/html/wp-includes/blocks/spacer/style-rtl.css\";i:441;s:57:\"/var/www/html/wp-includes/blocks/spacer/style-rtl.min.css\";i:442;s:49:\"/var/www/html/wp-includes/blocks/spacer/style.css\";i:443;s:53:\"/var/www/html/wp-includes/blocks/spacer/style.min.css\";i:444;s:53:\"/var/www/html/wp-includes/blocks/table/editor-rtl.css\";i:445;s:57:\"/var/www/html/wp-includes/blocks/table/editor-rtl.min.css\";i:446;s:49:\"/var/www/html/wp-includes/blocks/table/editor.css\";i:447;s:53:\"/var/www/html/wp-includes/blocks/table/editor.min.css\";i:448;s:52:\"/var/www/html/wp-includes/blocks/table/style-rtl.css\";i:449;s:56:\"/var/www/html/wp-includes/blocks/table/style-rtl.min.css\";i:450;s:48:\"/var/www/html/wp-includes/blocks/table/style.css\";i:451;s:52:\"/var/www/html/wp-includes/blocks/table/style.min.css\";i:452;s:52:\"/var/www/html/wp-includes/blocks/table/theme-rtl.css\";i:453;s:56:\"/var/www/html/wp-includes/blocks/table/theme-rtl.min.css\";i:454;s:48:\"/var/www/html/wp-includes/blocks/table/theme.css\";i:455;s:52:\"/var/www/html/wp-includes/blocks/table/theme.min.css\";i:456;s:56:\"/var/www/html/wp-includes/blocks/tag-cloud/style-rtl.css\";i:457;s:60:\"/var/www/html/wp-includes/blocks/tag-cloud/style-rtl.min.css\";i:458;s:52:\"/var/www/html/wp-includes/blocks/tag-cloud/style.css\";i:459;s:56:\"/var/www/html/wp-includes/blocks/tag-cloud/style.min.css\";i:460;s:61:\"/var/www/html/wp-includes/blocks/template-part/editor-rtl.css\";i:461;s:65:\"/var/www/html/wp-includes/blocks/template-part/editor-rtl.min.css\";i:462;s:57:\"/var/www/html/wp-includes/blocks/template-part/editor.css\";i:463;s:61:\"/var/www/html/wp-includes/blocks/template-part/editor.min.css\";i:464;s:60:\"/var/www/html/wp-includes/blocks/template-part/theme-rtl.css\";i:465;s:64:\"/var/www/html/wp-includes/blocks/template-part/theme-rtl.min.css\";i:466;s:56:\"/var/www/html/wp-includes/blocks/template-part/theme.css\";i:467;s:60:\"/var/www/html/wp-includes/blocks/template-part/theme.min.css\";i:468;s:63:\"/var/www/html/wp-includes/blocks/term-description/style-rtl.css\";i:469;s:67:\"/var/www/html/wp-includes/blocks/term-description/style-rtl.min.css\";i:470;s:59:\"/var/www/html/wp-includes/blocks/term-description/style.css\";i:471;s:63:\"/var/www/html/wp-includes/blocks/term-description/style.min.css\";i:472;s:60:\"/var/www/html/wp-includes/blocks/text-columns/editor-rtl.css\";i:473;s:64:\"/var/www/html/wp-includes/blocks/text-columns/editor-rtl.min.css\";i:474;s:56:\"/var/www/html/wp-includes/blocks/text-columns/editor.css\";i:475;s:60:\"/var/www/html/wp-includes/blocks/text-columns/editor.min.css\";i:476;s:59:\"/var/www/html/wp-includes/blocks/text-columns/style-rtl.css\";i:477;s:63:\"/var/www/html/wp-includes/blocks/text-columns/style-rtl.min.css\";i:478;s:55:\"/var/www/html/wp-includes/blocks/text-columns/style.css\";i:479;s:59:\"/var/www/html/wp-includes/blocks/text-columns/style.min.css\";i:480;s:52:\"/var/www/html/wp-includes/blocks/verse/style-rtl.css\";i:481;s:56:\"/var/www/html/wp-includes/blocks/verse/style-rtl.min.css\";i:482;s:48:\"/var/www/html/wp-includes/blocks/verse/style.css\";i:483;s:52:\"/var/www/html/wp-includes/blocks/verse/style.min.css\";i:484;s:53:\"/var/www/html/wp-includes/blocks/video/editor-rtl.css\";i:485;s:57:\"/var/www/html/wp-includes/blocks/video/editor-rtl.min.css\";i:486;s:49:\"/var/www/html/wp-includes/blocks/video/editor.css\";i:487;s:53:\"/var/www/html/wp-includes/blocks/video/editor.min.css\";i:488;s:52:\"/var/www/html/wp-includes/blocks/video/style-rtl.css\";i:489;s:56:\"/var/www/html/wp-includes/blocks/video/style-rtl.min.css\";i:490;s:48:\"/var/www/html/wp-includes/blocks/video/style.css\";i:491;s:52:\"/var/www/html/wp-includes/blocks/video/style.min.css\";i:492;s:52:\"/var/www/html/wp-includes/blocks/video/theme-rtl.css\";i:493;s:56:\"/var/www/html/wp-includes/blocks/video/theme-rtl.min.css\";i:494;s:48:\"/var/www/html/wp-includes/blocks/video/theme.css\";i:495;s:52:\"/var/www/html/wp-includes/blocks/video/theme.min.css\";}','yes'),(8531,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(8591,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"ameye@chiefsoft.com\";s:7:\"version\";s:5:\"6.4.1\";s:9:\"timestamp\";i:1699509276;}','no'),(9234,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.1\";s:7:\"version\";s:5:\"6.4.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1701345175;s:15:\"version_checked\";s:5:\"6.4.1\";s:12:\"translations\";a:0:{}}','no'),(9783,'_transient_timeout_kirki_remote_url_contents','1701431352','no'),(9784,'_transient_kirki_remote_url_contents','a:2:{s:32:\"a29a48333690fbf90257e48803135a88\";s:18844:\"/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFnmg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexoMUdjFnmg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"d5a86b20bde405130965555a1b90b9b3\";s:18844:\"/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFnmg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV0exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVQexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVwexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVMexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVIexoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV8exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exoMUdjFnmiU_.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexoMUdjFnmg.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQUwaEQXjM.woff) format(\'woff\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";}','no'),(9819,'_site_transient_timeout_php_check_f615bb1e23847416e204708c1a47460a','1701699999','no'),(9820,'_site_transient_php_check_f615bb1e23847416e204708c1a47460a','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(9985,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1701358475;s:7:\"checked\";a:7:{s:5:\"enwoo\";s:5:\"1.3.0\";s:4:\"raft\";s:5:\"1.0.6\";s:10:\"squaretype\";s:5:\"3.0.7\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:4:{s:5:\"enwoo\";a:6:{s:5:\"theme\";s:5:\"enwoo\";s:11:\"new_version\";s:5:\"1.3.6\";s:3:\"url\";s:35:\"https://wordpress.org/themes/enwoo/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/enwoo.1.3.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.0.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:4:\"raft\";a:6:{s:5:\"theme\";s:4:\"raft\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:34:\"https://wordpress.org/themes/raft/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/raft.1.0.6.zip\";s:8:\"requires\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"7.0\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','no'),(9986,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1701345177;s:8:\"response\";a:12:{s:37:\"absolute-reviews/absolute-reviews.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/absolute-reviews\";s:4:\"slug\";s:16:\"absolute-reviews\";s:6:\"plugin\";s:37:\"absolute-reviews/absolute-reviews.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/absolute-reviews/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/absolute-reviews.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/absolute-reviews/assets/icon.svg?rev=2200392\";s:3:\"svg\";s:61:\"https://ps.w.org/absolute-reviews/assets/icon.svg?rev=2200392\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/absolute-reviews/assets/banner-1544x500.png?rev=2200392\";s:2:\"1x\";s:71:\"https://ps.w.org/absolute-reviews/assets/banner-772x250.png?rev=2200392\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.2\";s:12:\"requires_php\";s:3:\"5.4\";}s:35:\"advanced-popups/advanced-popups.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/advanced-popups\";s:4:\"slug\";s:15:\"advanced-popups\";s:6:\"plugin\";s:35:\"advanced-popups/advanced-popups.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/advanced-popups/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/advanced-popups.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/advanced-popups/assets/icon.svg?rev=2690535\";s:3:\"svg\";s:60:\"https://ps.w.org/advanced-popups/assets/icon.svg?rev=2690535\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/advanced-popups/assets/banner-1544x500.png?rev=2690539\";s:2:\"1x\";s:70:\"https://ps.w.org/advanced-popups/assets/banner-772x250.png?rev=2690539\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.2\";s:12:\"requires_php\";s:3:\"5.4\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:17:\"canvas/canvas.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:20:\"w.org/plugins/canvas\";s:4:\"slug\";s:6:\"canvas\";s:6:\"plugin\";s:17:\"canvas/canvas.php\";s:11:\"new_version\";s:5:\"2.4.3\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/canvas/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/canvas.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/canvas/assets/icon-256x256.png?rev=2200393\";s:2:\"1x\";s:60:\"https://ps.w.org/canvas/assets/icon-128х128.png?rev=2200393\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/canvas/assets/banner-1544x500.png?rev=2201109\";s:2:\"1x\";s:61:\"https://ps.w.org/canvas/assets/banner-772x250.png?rev=2200393\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"5.4\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.8.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.8.4.zip\";s:5:\"icons\";a:2:{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:\"6.2\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:25:\"envo-extra/envo-extra.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/envo-extra\";s:4:\"slug\";s:10:\"envo-extra\";s:6:\"plugin\";s:25:\"envo-extra/envo-extra.php\";s:11:\"new_version\";s:5:\"1.8.5\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/envo-extra/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/envo-extra.1.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/envo-extra/assets/icon-256x256.png?rev=2800543\";s:2:\"1x\";s:63:\"https://ps.w.org/envo-extra/assets/icon-128x128.png?rev=2800543\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/envo-extra/assets/banner-1544x500.png?rev=2800543\";s:2:\"1x\";s:65:\"https://ps.w.org/envo-extra/assets/banner-772x250.png?rev=2800543\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:5:\"5.0.0\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/kirki.5.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.jpg?rev=2947788\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.jpg?rev=2947788\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.2.3\";s:12:\"requires_php\";s:3:\"7.1\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:21:\"powerkit/powerkit.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/powerkit\";s:4:\"slug\";s:8:\"powerkit\";s:6:\"plugin\";s:21:\"powerkit/powerkit.php\";s:11:\"new_version\";s:5:\"2.9.0\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/powerkit/\";s:7:\"package\";s:51:\"https://downloads.wordpress.org/plugin/powerkit.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/powerkit/assets/icon.svg?rev=1889660\";s:3:\"svg\";s:53:\"https://ps.w.org/powerkit/assets/icon.svg?rev=1889660\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/powerkit/assets/banner-1544x500.png?rev=1886824\";s:2:\"1x\";s:63:\"https://ps.w.org/powerkit/assets/banner-772x250.png?rev=1886824\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.2\";s:12:\"requires_php\";s:3:\"5.4\";}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.3.2\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:55:\"searchwp-live-ajax-search/searchwp-live-ajax-search.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/searchwp-live-ajax-search\";s:4:\"slug\";s:25:\"searchwp-live-ajax-search\";s:6:\"plugin\";s:55:\"searchwp-live-ajax-search/searchwp-live-ajax-search.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/searchwp-live-ajax-search/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/searchwp-live-ajax-search.1.7.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/searchwp-live-ajax-search/assets/icon-256x256.png?rev=2464967\";s:2:\"1x\";s:78:\"https://ps.w.org/searchwp-live-ajax-search/assets/icon-128x128.png?rev=2464967\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/searchwp-live-ajax-search/assets/banner-1544x500.png?rev=2113131\";s:2:\"1x\";s:80:\"https://ps.w.org/searchwp-live-ajax-search/assets/banner-772x250.png?rev=2464969\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"6.2.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"sight/sight.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:19:\"w.org/plugins/sight\";s:4:\"slug\";s:5:\"sight\";s:6:\"plugin\";s:15:\"sight/sight.php\";s:11:\"new_version\";s:7:\"1.1.0.1\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/sight/\";s:7:\"package\";s:48:\"https://downloads.wordpress.org/plugin/sight.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/sight/assets/icon-256x256.png?rev=2606252\";s:2:\"1x\";s:58:\"https://ps.w.org/sight/assets/icon-128x128.png?rev=2606252\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/sight/assets/banner-1544x500.png?rev=2606252\";s:2:\"1x\";s:60:\"https://ps.w.org/sight/assets/banner-772x250.png?rev=2606252\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.2\";s:12:\"requires_php\";s:3:\"5.4\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{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.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:13:{s:37:\"absolute-reviews/absolute-reviews.php\";s:5:\"1.1.1\";s:35:\"advanced-popups/advanced-popups.php\";s:5:\"1.1.3\";s:19:\"akismet/akismet.php\";s:5:\"5.0.1\";s:17:\"canvas/canvas.php\";s:5:\"2.3.9\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.7.2\";s:25:\"envo-extra/envo-extra.php\";s:5:\"1.5.6\";s:9:\"hello.php\";s:5:\"1.7.2\";s:15:\"kirki/kirki.php\";s:6:\"4.0.24\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.1.2\";s:21:\"powerkit/powerkit.php\";s:5:\"2.8.2\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:55:\"searchwp-live-ajax-search/searchwp-live-ajax-search.php\";s:5:\"1.7.3\";s:15:\"sight/sight.php\";s:5:\"1.0.8\";}}','no'),(9993,'_transient_doing_cron','1701368089.9712231159210205078125','yes'),(9996,'wp_attachment_pages_enabled','1','yes'),(9997,'_site_transient_timeout_browser_3d87cf02200b47a94cbb1f6a97c70037','1701959187','no'),(9998,'_site_transient_browser_3d87cf02200b47a94cbb1f6a97c70037','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:9:\"104.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(9999,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1701959187','no'),(10000,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(10001,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1701397593','no'),(10002,'_site_transient_timeout_community-events-e0e4f94be3c2d577e126ec3b012627f2','1701397593','no'),(10003,'_site_transient_community-events-e0e4f94be3c2d577e126ec3b012627f2','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"192.168.16.0\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:36:\"Gainesville WordPress Monthly Meetup\";s:3:\"url\";s:68:\"https://www.meetup.com/gainesville-wordpress-meetup/events/297299503\";s:6:\"meetup\";s:28:\"Gainesville WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/Gainesville-WordPress-Meetup/\";s:4:\"date\";s:19:\"2023-12-14 12:00:00\";s:8:\"end_date\";s:19:\"2023-12-14 13:00:00\";s:20:\"start_unix_timestamp\";i:1702573200;s:18:\"end_unix_timestamp\";i:1702576800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.29;s:9:\"longitude\";d:-83.82;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"Book Club Discussion: \"Freakonomics\" (virtual, free)\";s:3:\"url\";s:49:\"https://www.meetup.com/wpatlanta/events/296856190\";s:6:\"meetup\";s:42:\"WordPress Cobb (Metro Atlanta) Users Group\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wpatlanta/\";s:4:\"date\";s:19:\"2023-12-15 09:03:00\";s:8:\"end_date\";s:19:\"2023-12-15 10:33:00\";s:20:\"start_unix_timestamp\";i:1702648980;s:18:\"end_unix_timestamp\";i:1702654380;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";i:34;s:9:\"longitude\";d:-84.47;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:63:\"Book Club Discussion: \"The Obstacle is the Way\" (virtual, free)\";s:3:\"url\";s:49:\"https://www.meetup.com/wpatlanta/events/296856209\";s:6:\"meetup\";s:42:\"WordPress Cobb (Metro Atlanta) Users Group\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wpatlanta/\";s:4:\"date\";s:19:\"2024-01-19 09:30:00\";s:8:\"end_date\";s:19:\"2024-01-19 10:30:00\";s:20:\"start_unix_timestamp\";i:1705674600;s:18:\"end_unix_timestamp\";i:1705678200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";i:34;s:9:\"longitude\";d:-84.47;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:68:\"A Human Conversation about AI and Digital Marketing (in-person, $25)\";s:3:\"url\";s:49:\"https://www.meetup.com/wpatlanta/events/297379312\";s:6:\"meetup\";s:42:\"WordPress Cobb (Metro Atlanta) Users Group\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wpatlanta/\";s:4:\"date\";s:19:\"2024-02-15 11:30:00\";s:8:\"end_date\";s:19:\"2024-02-15 13:00:00\";s:20:\"start_unix_timestamp\";i:1708014600;s:18:\"end_unix_timestamp\";i:1708020000;s:8:\"location\";a:4:{s:8:\"location\";s:27:\"Marietta, GA, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";i:34;s:9:\"longitude\";d:-84.47;}}}}','no'),(10004,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2023 16:06: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: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.5-alpha-57146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WP Briefing: Episode 67: Openverse &amp; Photo Directory Rewind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/11/openverse-photo-directory-rewind/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16454\";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:265:\"WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project Openverse and Photo Directory and how they differ from one another! \";s: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:50:\"https://wordpress.org/news/files/2023/11/WP067.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:\"Brett McSherry\";s: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:11659:\"\n<p>WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project Openverse and Photo Directory and how they differ from one another! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <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/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a> (now closed)</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>&nbsp;&#8211; The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023. State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\" target=\"_blank\" rel=\"noreferrer noopener\">ask-matt@wordcamp.org</a>&nbsp;or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</li>\n\n\n\n<li>WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\" target=\"_blank\" rel=\"noreferrer noopener\">extended their call for sponsors</a>, slated to take place in Taipei, Taiwan, March 7-9, 2024. The new deadline has been extended to November 30, 2023.</li>\n\n\n\n<li>The Documentation Team created a new GitHub repo for end-user documentation and its translations to all locales. More info about this can be found&nbsp;<a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16454\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re going to take a listen to last year&#8217;s episode about Openverse and the Photo Directory. A lot has changed in that project, well in, in both of those projects since then. For instance, the Photo Directory just passed a 10,000 photo milestone. And Openverse, in the past year, got their own URL and have been hard at work strengthening the reliability of their APIs.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> But for some folks, it might still be a little unclear just what the difference is between these two projects. So let&#8217;s take a listen, and don&#8217;t forget to catch the updated small list of big things at the end of the episode.&nbsp;</p>\n\n\n\n<p>[00:01:13] (Music interlude)</p>\n\n\n\n<p>[00:01:21] <strong>Josepha:</strong> About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed in the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth of teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p>[00:01:41] <strong>Josepha:</strong> Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>[00:02:13] <strong>Josepha:</strong> So, in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version as well.&nbsp;</p>\n\n\n\n<p>[00:03:52] <strong>Josepha:</strong> Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So, you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse not only is a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So, it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>[00:04:37] <strong>Josepha:</strong> So that&#8217;s your elevator pitch of what is Openverse and how does it use the Photo Directory.&nbsp;</p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So, no code is required, no development environments, no testing skills. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Josepha:</strong> And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code-inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p>[00:05:53] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Josepha:</strong> And that brings us now to our November 2023 small list of big things.</p>\n\n\n\n<p>[00:06:07] <strong>Josepha:</strong> The first thing that&#8217;s on the small list of big things this week is that the countdown is on for this year&#8217;s State of the Word. If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11th, 2023. State of the Word will include a Q&amp;A session, and if you want to participate, you can send your question to ask-matt@wordcamp.org.&nbsp;Or, ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream, so if you&#8217;re choosing that option, don&#8217;t worry; there&#8217;s not anything to do right this second.&nbsp;</p>\n\n\n\n<p>[00:06:40] <strong>Josepha:</strong> The second thing on the list is that WordCamp Asia has extended their call for sponsors for the conference that is slated to take place in Taipei, Taiwan, March 7th through 9th, 2024. The new deadline has been extended to November 30th, 2023, and so if you have been on the fence about whether to sponsor that event or not, for one, please do sponsor it, and for two, you still have a little bit of time to get over there and show your support.</p>\n\n\n\n<p>[00:07:05] <strong>Josepha:</strong> And then the last thing on the small list of big things is that the documentation team now has a new GitHub repo created for end-user documentation and its translations into all locales. For more information about this, come check out the show notes. I will have a link right there for you. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:07:26] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you have questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:07:51] (Music outro)</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:\"16454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"State of the Word 2023 Madrid, Spain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2023 20:03: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:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"sotw\";s: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:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16429\";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:328:\"The countdown is on for this year\'s State of the Word! If you missed the initial announcement a few weeks ago, mark your calendars for December 11, 2023.\n\nState of the Word is the annual keynote in which WordPress co-founder Matt Mullenweg celebrates the progress of the open source project and offers a glimpse into its 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: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:4327:\"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word\" class=\"wp-image-16438\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023.</p>\n\n\n\n<p>State of the Word is the annual keynote in which WordPress co-founder <a href=\"https://ma.tt/\">Matt Mullenweg</a> celebrates the progress of the open source project and offers a glimpse into its future.</p>\n\n\n\n<p>For the first time, State of the Word ventures beyond North America, bringing the WordPress community to a new and vibrant city that plays a vital role in the WordPress project &#8212; Madrid, Spain! The event will be live-streamed to WordPress enthusiasts and newcomers around the globe via the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<p>Please visit the <a href=\"https://wordpress.org/state-of-the-word\">event website</a> for more event details and live-streaming information.</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2023<br><strong>When: </strong><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2023&amp;dates=20231211T150000Z/20231211T190000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+Matt+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+Madrid,+Spain,+and+is+free+for+all+to+watch+or+attend+in+person+with+a+ticket.%0A%0Ahttps://wordpress.org/state-of-the-word/\">December 11, 2023, 15:00 UTC</a> (Start of live stream)<br><strong>Where: </strong><a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>, Madrid, Spain<br><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.<br><strong>Tickets: </strong><a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2023-spain\">Request a ticket to attend in person</a>.<strong><br></strong><em>Please note that the venues capacity is limited; therefore, not all ticket requests will be granted. </em><br><strong>Meetups: </strong>The community will support several local watch parties globally, both in<br>person and online. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you or organize one</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to ask-matt@wordcamp.org or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</p>\n\n\n\n<p>Given the volume of questions usually submitted, only some will be answered live, while others will be covered in a follow-up post published after the event on <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a>.</p>\n\n\n\n<p>Is this your first State of the Word? Check out <a href=\"https://wordpress.tv/tag/state-of-the-word/\">prior events on WordPress.tv</a> for an introduction to the format.</p>\n\n\n\n<p>See you in person and online on December 11!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> for reviewing this post.</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:\"16429\";s: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:68:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Introducing Twenty Twenty-Four\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2023/11/introducing-twenty-twenty-four/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2023 18:29: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:8:\"category\";a:4:{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:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"Twenty Twenty-Four\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Meet Twenty Twenty-Four, the most versatile default theme yet—bundled with WordPress 6.4 and ready to make it uniquely yours.\";s: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:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2023/11/tt4-i9-small-1.mp4\";s:6:\"length\";s:7:\"6747134\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:82:\"https://wordpress.org/news/files/2023/11/tt4-howto-replace-template_compressed.mp4\";s:6:\"length\";s:8:\"12815358\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Maggie Cabrera\";s: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:7209:\"\n<p>When it comes to designing a website, one size doesn&#8217;t fit all. We understand that every WordPress user has unique needs and goals, whether you&#8217;re an aspiring entrepreneur, a passionate photographer, a prolific writer, or a bit of them all. That&#8217;s why we are thrilled to introduce <a href=\"https://wordpress.org/themes/twentytwentyfour/\"><strong>Twenty Twenty-Four</strong></a>, the most versatile default theme yet—bundled with <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> and ready to make it uniquely yours.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls poster=\"https://wordpress.org/news/files/2023/11/TT4-square.jpg\" src=\"https://wordpress.org/news/files/2023/11/tt4-i9-small-1.mp4\"></video></figure>\n\n\n\n<h2 class=\"wp-block-heading\">A theme for every style</h2>\n\n\n\n<p>Unlike past default themes, Twenty Twenty-Four breaks away from the tradition of focusing on a specific topic or style. Instead, this theme has been thoughtfully crafted to cater to any type of website, regardless of its focus. The theme explores <strong>three different use cases</strong>: one designed for entrepreneurs and small businesses, another for photographers and artists, and a third tailored for writers and bloggers. Thanks to its multi-faceted nature and adaptability, Twenty Twenty-Four emerges as the perfect fit for any of your projects.</p>\n\n\n\n<p>As you dive into its templates and patterns, you will notice how the new Site Editor functionality opens up different pathways for building your site seamlessly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Patterns at every step</h2>\n\n\n\n<p>Whether you&#8217;re looking to craft an About page, showcase your work, handle RSVPs, or design captivating landing pages, Twenty Twenty-Four has got you covered.<strong> </strong>Choose from an extensive collection of <a href=\"https://2024.wordpress.net/index.php/patterns/\"><strong>over 35 beautiful patterns</strong></a> to customize and suit your needs.</p>\n\n\n\n<p>For the first time, this theme features full-page patterns for templates like homepage, archive, search, single pages, and posts. Some are exclusively available during the template-switching and creation process, ensuring you have the right options when you need them.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/11/tt4-howto-replace-template_compressed.mp4\"></video></figure>\n\n\n\n<p>Moreover, you can take advantage of a variety of patterns for page sections, such as FAQs, testimonials, or pricing, to meet your site&#8217;s most specific requirements.</p>\n\n\n\n<p>With this diverse pattern library, Twenty Twenty-Four offers a flexible canvas to quickly assemble pages without having to start from scratch—saving you time and energy in the creation process. Just let your creativity flow and explore the possibilities!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Screenshots of Twenty Twenty-Four patterns.\" class=\"wp-image-16397\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Site editing in its finest form</h2>\n\n\n\n<p>Twenty Twenty-Four ushers in a new era of block themes by bringing together the latest WordPress site editing capabilities. Discover newer design tools such as background image support in Group blocks and vertical text, providing an intuitive and efficient way to create compelling, interactive content.</p>\n\n\n\n<p>Find image placeholders with predefined aspect ratio settings within patterns, allowing you to drop images that perfectly fill the space. To go one step further, make your visuals interactive by enabling lightboxes. Ideal for showcasing galleries or portfolio images, this feature allows your visitors to expand and engage with them in full-screen mode. Activate it globally for all images throughout your site or for specific ones.</p>\n\n\n\n<p>For a smoother browsing experience on your site, you can disable the &#8220;Force page reload&#8221; setting in the Query Loop block. This allows the necessary content to be loaded dynamically when switching between different pages without needing a full-page refresh.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Elegance with purpose</h2>\n\n\n\n<p>Twenty Twenty-Four goes beyond versatility with a beautiful aesthetic inspired by contemporary design trends, giving your website a sleek and modern look. Key design elements include:</p>\n\n\n\n<ul>\n<li><strong>Cardo font for headlines</strong>: The Cardo font adds a touch of elegance to your site, creating a sophisticated visual experience.</li>\n\n\n\n<li><strong>Sans-serif system font for paragraphs</strong>: The sans-serif font ensures that your texts are cleaner and easier to read, enhancing overall readability.</li>\n\n\n\n<li><strong>Eight style variations</strong>: Twenty Twenty-Four presents a light color palette for a fresh and inviting appearance out-of-the-box, but you can customize it with seven additional style variations. Each includes fonts and colors carefully curated to work beautifully alongside the patterns and templates.</li>\n\n\n\n<li><strong>Sans-serif variations</strong>: Besides the default styles, the theme offers two additional sans-serif variations, providing more choices for your site&#8217;s typography.</li>\n</ul>\n\n\n\n<p>Along with its design, Twenty Twenty-Four has been meticulously optimized for performance. This ensures that your website not only looks great but also delivers a fast and efficient user experience.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://playground.wordpress.net/?theme=twentytwentyfour\">Explore Twenty Twenty-Four now</a></div>\n</div>\n\n\n\n<p>More information can be found in the following links:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/twentytwentyfour/\">Download Twenty Twenty-Four</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/documentation/article/twenty-twenty-four/\">Twenty Twenty-Four Documentation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four Kick Off</a></li>\n</ul>\n\n\n\n<p><em>The Twenty Twenty-Four theme was designed by </em><a href=\"https://profiles.wordpress.org/beafialho/\"><em>Beatriz Fialho</em></a><em> and made possible thanks to the passion and tireless work of <a href=\"https://github.com/WordPress/twentytwentyfour/blob/trunk/CONTRIBUTORS.md\">more than 120 contributors</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:\"16394\";s: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: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:57:\"WP Briefing: Episode 66: Advocating Open Source Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/11/episode-66-advocating-open-source-solutions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16357\";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:296:\"WordPress Executive Director, Josepha Haden Chomphosy, speaks to the strategic approach to integrating open source solutions within your company and offers insight into initiating open source advocacy conversations. Tune in for a session that could redefine your company\'s technological approach.\";s: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:51:\"https://wordpress.org/news/files/2023/11/WPB066.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:\"Brett McSherry\";s: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:11349:\"\n<p>WordPress Executive Director, Josepha Haden Chomphosy, speaks to the strategic approach to integrating open source solutions within your company and offers insight into initiating open source advocacy conversations. Tune in for a session that could redefine your company&#8217;s technological approach.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4 &#8220;Shirley&#8221;</a> &#8211; The final major release of 2023 launched on November 7 &#8211; WordPress 6.4 &#8220;Shirley.&#8221; Download and check out this empowering release. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/10/31/whats-new-on-learn-wordpress-in-october-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">The Training Team recently published</a> several new Learn resources for training guides to support Meetup Organizers. From lesson plans to online workshops, there are several ways to help you in your goals as a contributor to WordPress.</li>\n\n\n\n<li>The Diversity Team <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\" target=\"_blank\" rel=\"noreferrer noopener\">recently published</a> a new Diverse Speaker Training page, providing resources for new and experienced contributors to bring more diverse speaker lineups and inclusive, diverse WP events for official WordPress Meetups and WordCamps.</li>\n\n\n\n<li>If you have a story showing how WordPress has impacted what you are doing or what people you know have done, record something and send it to <a href=\"mailto:wpbriefing@WordPress.org\">wpbriefing@WordPress.org</a>. We&#8217;d love to hear from you.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16357\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> 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&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re talking about something I used to have a lot of experience with in my career before WordPress. I worked at a marketing agency. I wasn&#8217;t a developer. I was in data and strategy sorts of things. But part of the work heading into every project was an evaluation of what software was best. There were always a variety being considered, but WordPress was frequently one of them.</p>\n\n\n\n<p>Now, I don&#8217;t know if any of you have had that moment where you&#8217;re having to talk open source with a CTO or a CEO, but it can be nerve-wracking, to say the least. And it makes sense, right? Open source has a PR problem, especially when you&#8217;re speaking to leadership inside a business. And it doesn&#8217;t really matter the size, right?</p>\n\n\n\n<p>You&#8217;re advocating for something that requires a completely different mental model. It doesn&#8217;t fit into accepted concepts of what makes a business thrive or what makes a bet a sure thing. There were three, maybe four, concerns that came up every time I had this conversation. So, I&#8217;m going to share those concerns with you and a few possible counterpoints to get you started.</p>\n\n\n\n<p>[00:01:48] <strong>Josepha:</strong> First and always is the concern around security. I believe that this particular mismatch is rooted in an idea that controlled equals secure, which isn&#8217;t always the case. So the talking point is this. Since open source has a transparent development process, it is often more secure than proprietary software, contrary to what you might hear.</p>\n\n\n\n<p>That transparency allows vulnerabilities to be identified by independent researchers and community members and then patched quickly because you aren&#8217;t limited by who or what you know personally. </p>\n\n\n\n<p>And if you&#8217;re not having a conversation where you&#8217;re having to defend the security in open source and you just want to bring it up yourself, here is a conversation opener for that. Security is a top concern for all of us. Surprisingly, open source solutions often have stronger security measures due to the collaborative nature of their development. It&#8217;s a proactive approach to minimizing risks.&nbsp;</p>\n\n\n\n<p>[00:02:43] <strong>Josepha:</strong> A second thing that frequently came up was questions around innovation and future proofing of open source products. I think this mismatch is fully rooted in the Cathedral and the Bazaar methods of advancement. So the talking point for that one is this. Embracing open source fosters innovation. We can tap into the latest technologies and stay ahead of industry trends that way. It is specifically because we have a diverse set of viewpoints that we can make sure to quickly account for future risks, along with taking advantage of future opportunities. And by our organization being more active, we can potentially get exactly the solutions we need for our clients long term.</p>\n\n\n\n<p>And the conversation opener for this, if you are the one bringing up the topic, is I&#8217;ve been thinking about our long-term goals and how to keep our technology stack relevant. Open source not only keeps us current but also positions us as innovators in our field.</p>\n\n\n\n<p>[00:03:40] <strong>Josepha:</strong> And finally, the thing that seems to make or break the decision is the concept of independence. Part of any good business decision, especially around software, is determining upfront costs to getting started, long-term effectiveness of the chosen solution, and long-term mobility should circumstances change. Open source can address these from multiple vantage points.</p>\n\n\n\n<p>So here&#8217;s a good talking point for that one. Open source liberates us from vendor lock-in. We&#8217;re not tied to a single vendor&#8217;s roadmap or pricing changes, providing us with more options that suit our needs our clients&#8217; needs. Also, given how ubiquitous WordPress is in particular, there will always be a disaster recovery option should a senior developer leave.</p>\n\n\n\n<p>And beyond all of that, clients can own all of the content, audience attention, and clientele that we have all worked so hard to help them earn. And again, if you&#8217;re not defending things and instead choosing to bring them up as somebody who is trying to affect change in your own organization, here is a good place to start for that.</p>\n\n\n\n<p>Considering the dynamic nature of our industry, having the freedom to choose solutions independent of a specific vendor makes sure that we are always in control of our destiny.</p>\n\n\n\n<p>[00:04:59] <strong>Josepha:</strong> So, those are the three most frequent things I encountered when I was having conversations about which software to choose and what software was the best choice long term for both our organization and our client&#8217;s organizations.</p>\n\n\n\n<p>If you have been in the midst of this type of conversation and have been longing for some counterpoints, I hope this helps. But if you have been feeling in your heart of hearts that your company or organization would be better off using open source software, and of course, in my context, particularly WordPress as that software, but you&#8217;ve been worried about bringing it up, I hope this gives you the courage to get out there and be an agent of change in your organization. You can do it, and I know you can.</p>\n\n\n\n<p>[00:05:44] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:51] <strong>Josepha:</strong> All right, my friends, that brings us now to our small list of big things. </p>\n\n\n\n<p>[00:05:57] <strong>Josepha:</strong> First on the list, big, big thing. We launched WordPress 6.4 on November 7th, about a week ago. Be sure to download and check out the latest update on this monumental release. And while you&#8217;re doing it. Be sure to check out the new default theme that came out with it. It has a lot of patterns in it. I know I&#8217;ve talked about it quite a bit over the course of the year, but it&#8217;s really beautiful, and I think that it&#8217;s worth a good, strong highlight. So WordPress 6.4, you can get it on WordPress.org/download or inside your own host, probably. </p>\n\n\n\n<p>[00:06:29] <strong>Josepha:</strong> The second thing that we have is that the training team recently published several new Learn resources to support meetup organizers. So we&#8217;ve got over there some lesson plans, tutorials, online workshops. And there are also new materials that help you figure out how to accomplish your goals as a contributor to the WordPress project.</p>\n\n\n\n<p>[00:06:49] <strong>Josepha:</strong> And we also have a recently published new diverse speaker training page. It provides incredible resources for new and experienced contributors to bring more diverse speaker lineups and inclusive, diverse WordPress events for official WordPress meetups and WordCamps. </p>\n\n\n\n<p>[00:07:06] <strong>Josepha:</strong> And the fourth thing on our small list of big things today is that I would love to get a few voice recordings from you all, from folks who are listening to the WordPress Briefing, or folks that you know, to learn more about how WordPress has impacted you. </p>\n\n\n\n<p>One of the things that I miss the most from my days as a WordCamp organizer is that annually, I got to see people who had shown up, once at a meetup, you know, to learn what WordPress was, and then came back year after year to our WordCamp with these new goals and new successes and I got to watch their businesses change over time. And so if you have a story like that where WordPress impacted what you are doing or what people that you know have done, record something and send it to wpbriefing@WordPress.org. </p>\n\n\n\n<p>So that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcasting app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there is a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:08:31] (Music outro)</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:\"16357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The Month in WordPress October 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/11/the-month-in-wordpress-october-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Nov 2023 23:06: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:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16365\";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:391:\"September-October 2023 was yet another fun and eventful chapter in WordPress, with more WordCamps hosting exciting discussions, knowledge sharing, and learning. This month also welcomed the release of WordPress 6.4 and the Twenty Twenty-Four theme. Lets check it out. Meet WordPress 6.4 “Shirley” WordPress 6.4 “Shirley” was released on November 7, 2023, and named after [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s: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:11694:\"\n<p>September-October 2023 was yet another fun and eventful chapter in WordPress, with more WordCamps hosting exciting discussions, knowledge sharing, and learning. This month also welcomed the release of WordPress 6.4 and the Twenty Twenty-Four theme. Lets check it out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Meet WordPress 6.4 “Shirley”</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"Shirley WordPress 6.4\" class=\"wp-image-16319\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/11/shirley/\">WordPress 6.4 “Shirley”</a> was released on November 7, 2023, and named after the iconic jazz artist Shirley Horn. With the release of WordPress 6.4 comes the new <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four theme</a>, a multi-faceted, highly flexible default theme pre-loaded with more than 35 templates and patterns.&nbsp;</p>\n\n\n\n<p>This release includes more than 100 performance-related updates for a faster and more efficient experience. Theres also a host of new features and enhancements that help improve the content creation process and streamline site editing.&nbsp;</p>\n\n\n\n<p>WordPress 6.4 was made possible by more than 600 contributors in at least 56 countries.&nbsp;Leading this release has been an underrepresented gender team, emphasizing WordPress commitment to fostering diverse voices in the open source project.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/download/releases/6-4/\">Learn more about WordPress 6.4</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">State of the Word 2023</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word 2023 in Madrid Spain on December 11, 2023 at 15:00 UTC\" class=\"wp-image-16208\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Mark your calendars for State of the Word! The annual keynote address delivered by the WordPress projects co-founder, Matt Mullenweg, will be held on December 11, 2023. For the first time, the event will take place outside North America—this time with the Spanish community in <strong>Madrid, Spain</strong>.</p>\n\n\n\n<p>A live stream will be available for WordPress enthusiasts who will not be able to attend in person. Stay tuned for more information, including how to reserve a ticket, soon!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/news/2023/10/state-of-the-word-2023/\">Learn more about this years State of the Word</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of Gutenberg shipped in October:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/10/11/whats-new-in-gutenberg-16-8-11-october/\"><strong>Gutenberg 16.8</strong></a> was released on October 11, 2023. It introduced enhancements to the Cover block and Font Library, and added the option to view the active template when editing pages.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/10/25/whats-new-in-gutenberg-16-9-25-october-2/\"><strong>Gutenberg 16.9</strong></a> was released on October 25, 2023. This update lets you rename nearly every block from within the editor, as well as duplicate or rename individual patterns.&nbsp;</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/10/05/core-editor-improvement-ensuring-excellence-in-the-writing-experience/\">Octobers Core Editor Improvement</a> post dives into all the writing enhancements expected in the latest WordPress 6.4 release.</p>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li>The journey to update WordPress.org continues with the launch of a <a href=\"https://wordpress.org/news/2023/10/a-new-wordpress-showcase/\">new Showcase design</a>. The redesigned Showcase inspires creativity, highlights the platforms flexibility, and demonstrates whats possible with WordPress.</li>\n\n\n\n<li>The Performance Team held a <a href=\"https://make.wordpress.org/core/2023/09/18/hallway-hangout-performance-improvements-for-wordpress-6-4/\">Hallway Hangout</a> to discuss WordPress 6.3 performance impact in the field, diving into WordPress 6.4 performance improvements and looking ahead at what can be learned for WordPress 6.5.</li>\n\n\n\n<li>The Documentation Team created a new <a href=\"https://github.com/WordPress/documentation-end-user\">GitHub repo</a> for end-user documentation and its translations to all locales. You can find out more about this <a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\">here</a>.</li>\n\n\n\n<li>Openverse has been awarded the <a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">2023 Open Education Award for Excellence in the Open Infrastructure category</a>. Congratulations!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/07/evolving-the-fse-outreach-program/\">Learn more about the next chapter for the FSE (Full Site Editing) Outreach Program</a>, which looks to transition into a focused space for solving issues, creating resources, and facilitating conversations around adopting Phase 2 of Gutenberg.</li>\n\n\n\n<li>The Accessibility team is <a href=\"https://make.wordpress.org/accessibility/2023/09/13/accessibility-office-hours/\">holding weekly office hours</a> to discuss accessibility principles and best practices for the project.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/11/03/mobile-team-update-november-3rd-2/\">Version 23.6</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"🇹🇼\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\">extended their call for sponsors</a> for their conference slated to take place in Taipei, Taiwan, March 7-9, 2024.&nbsp;</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f7.png\" alt=\"🇨🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> There will be a <a href=\"https://www.eventbrite.com/e/wordpress-wpdiversity-speaker-workshop-for-women-voices-in-latin-america-tickets-621207738067?aff=oddtdtcreator\">WordPress #WPDiversity Speaker Workshop for Women Voices in Latin America</a> in San Jose, Costa Rica on November 11, 2023.</li>\n\n\n\n<li>Dont miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://valencia.wordcamp.org/2023/\">WordCamp Valencia 2023</a>, Spain on November 10-11, 2023.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://verona.wordcamp.org/2023/\">WordCamp Verona 2023</a>, Italy on November 17-18, 2023.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ed-1f1f0.png\" alt=\"🇭🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://hongkong.wordcamp.org/2023/\">WordCamp Hong Kong 2023</a>, China on November 18, 2023.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f0.png\" alt=\"🇵🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://islamabad.wordcamp.org/2023/\">WordCamp Islamabad 2023</a>, Pakistan on November 25-26, 2023.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Have a story we should include in the next issue of The Month in WordPress? Fill out </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>this quick form</em></a><em> to let us know.</em></p>\n\n\n\n<p><em>Thank you to </em><a href=\"https://profiles.wordpress.org/bernard0omnisend/\"><em>Bernard Meyer</em></a><em> and <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> for their contributions to this edition of The Month in WordPress.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Subscribe to WordPress News</h2>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n <div>\n <div>\n <div>\n <p >\n <a href=\"https://wordpress.org/news/?post_type=post&#038;p=16365\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n </p>\n </div>\n </div>\n </div>\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:\"16365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.4.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/2023/11/wordpress-6-4-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:\"Thu, 09 Nov 2023 01:45:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}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=16332\";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:375:\"WordPress 6.4.1 is now available! This minor release features&#160;four bug fixes. You can review a summary of the maintenance updates in this release by reading the&#160;Release Candidate announcement or view the list of tickets on Trac. WordPress 6.4.1 is a short-cycle release. If you have sites that support automatic background updates, the update process will [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5986:\"\n<h2 class=\"wp-block-heading\">WordPress 6.4.1 is now available!</h2>\n\n\n\n<p>This minor release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;id=!59852&amp;milestone=6.4.1&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">four bug fixes</a>. You can review a summary of the maintenance updates in this release by reading the&nbsp;<a href=\"https://make.wordpress.org/core/2023/11/08/wordpress-6-4-1-rc1-is-now-available/\">Release Candidate announcement</a> or <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;milestone=6.4.1&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">view the list of tickets on Trac</a>.</p>\n\n\n\n<p>WordPress 6.4.1 is a short-cycle release. If you have sites that support automatic background updates, the update process will begin automatically. If your site does not update automatically, you can also update from your Dashboard.</p>\n\n\n\n<p>You can&nbsp;download <a href=\"https://wordpress.org/wordpress-6.4.1.zip\">WordPress 6.4.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4-1/\">please&nbsp;visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>. Thank you to everyone who tested the RC and 6.4.1, and raised reports.</p>\n\n\n\n<p>WordPress 6.4.1 would not have been possible without the contributions of the following people. Their quick and concerted coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"has-text-align-left\"><a href=\"https://profiles.wordpress.org/afragen/\">@afragen</a> <a href=\"https://profiles.wordpress.org/clorith/\">@clorith</a> <a href=\"https://profiles.wordpress.org/desrosj/\">@desrosj</a> <a href=\"https://profiles.wordpress.org/pbiron/\">@pbiron</a> <a href=\"https://profiles.wordpress.org/schlessera/\">@schlessera</a> <a href=\"https://profiles.wordpress.org/azaozz/\">@azaozz</a> <a href=\"https://profiles.wordpress.org/davidbaumwald/\">@davidbaumwald</a> <a href=\"https://profiles.wordpress.org/tomsommer/\">@tomsommer</a> <a href=\"https://profiles.wordpress.org/nexflaszlo/\">@nexflaszlo</a> <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">@howdy_mcgee</a> <a href=\"https://profiles.wordpress.org/baxbridge/\">@baxbridge</a> <a href=\"https://profiles.wordpress.org/earnjam/\">@earnjam</a> <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">@timothyblynjacobs</a> <a href=\"https://profiles.wordpress.org/johnbillion/\">@johnbillion</a> <a href=\"https://profiles.wordpress.org/flixos90/\">@flixos90</a> <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a> <a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a> <a href=\"https://profiles.wordpress.org/zunaid321/\">@zunaid321</a> <a href=\"https://profiles.wordpress.org/courane01/\">@courane01</a> <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a> <a href=\"https://profiles.wordpress.org/tacoverdo/\">@tacoverdo</a> <a href=\"https://profiles.wordpress.org/ironprogrammer/\">@ironprogrammer</a> <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> <a href=\"https://profiles.wordpress.org/otto42/\">@otto42</a> <a href=\"https://profiles.wordpress.org/barry/\">@barry</a> <a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a> <a href=\"https://profiles.wordpress.org/rajinsharwar/\">@rajinsharwar</a> <a href=\"https://profiles.wordpress.org/aaroncampbell/\">@aaroncampbell</a> <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> <a href=\"https://profiles.wordpress.org/anandau14/\">@anandau14</a> <a href=\"https://profiles.wordpress.org/iandunn/\">@iandunn</a> <a href=\"https://profiles.wordpress.org/matthewjho/\">@matthewjho</a> <a href=\"https://profiles.wordpress.org/coffee2code/\">@coffee2code</a> <a href=\"https://profiles.wordpress.org/boogah/\">@boogah</a> <a href=\"https://profiles.wordpress.org/jason_the_adams/\">@jason_the_adams</a> <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">@johnjamesjacoby</a> <a href=\"https://profiles.wordpress.org/jrf/\">@jrf</a> <a href=\"https://profiles.wordpress.org/renehermi/\">@renehermi</a> <a href=\"https://profiles.wordpress.org/dlh/\">@dlh</a> <a href=\"https://profiles.wordpress.org/mukesh27/\">@mukesh27</a> <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">@sumitbagthariya16</a> <a href=\"https://profiles.wordpress.org/starbuck/\">@starbuck</a> <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> <a href=\"https://profiles.wordpress.org/ravipatel/\">@ravipatel</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>&nbsp;channel. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to&nbsp;<a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a>&nbsp;and <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> for proofreading.</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:\"16332\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 6.4 “Shirley”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2023/11/shirley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2023 19:59:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{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:\"\";}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.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:\"\";}i:3;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=16299\";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:194:\"WordPress 6.4 \"Shirley\" is here! Named in honor of the iconic jazz singer and pianist Shirley Horn, this release was made possible by over 600 contributors. Download WordPress 6.4 Shirley today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:74791:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"Record cover with an image of Shirley Horn, a record sliding down the right side, and the words Shirley WordPress 6.4.\" class=\"wp-image-16319\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> “Shirley,” named after the iconic jazz artist <a href=\"https://wikipedia.org/wiki/Shirley_Horn\">Shirley Horn</a>. Her distinctive voice and extraordinary connection to the piano established her as one of the leading jazz musicians of her generation. Horns journey from the Washington D.C. jazz scene to the international stage is a testament to her dedication and perseverance. Her influence reached far beyond the confines of traditional jazz, breaking boundaries and inspiring audiences worldwide.</p>\n\n\n\n<p>Enjoy the easy pace of <a href=\"https://www.youtube.com/channel/UCS3pUiY9OmzB6bPta3-4ArQ/playlists\">Shirley Horns music</a> as you take in all that 6.4 offers.</p>\n\n\n\n<p>This latest version of WordPress introduces a new, versatile default theme and a suite of upgrades to empower every step of your creative journey. Craft your content seamlessly with further writing improvements. Explore more ways to bring your vision to life and streamline site editing with enhanced tools. Whether you&#8217;re new to WordPress or an experienced creator, “Shirley” has something for you. Discover the unmatched flexibility of building with blocks and let your ideas take flight.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Many of the features and enhancements in WordPress 6.4 fall in the “small but mighty” category. Along with the adaptable beauty of the Twenty Twenty-Four theme, these updates help content creators and site developers alike save time and effort while delivering the high value, low hassle WordPress experience the world has grown to expect.</p>\n<cite>Josepha Haden Chomphosy, Executive Director of WordPress</cite></blockquote>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/\">Download WordPress 6.4 today</a></div>\n</div>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Whats inside 6.4</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Meet Twenty Twenty-Four</h3>\n\n\n\n<p>Experience site editing at its finest with <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a>. This new multi-faceted default theme has been thoughtfully crafted with three distinct use cases in mind, from writers and artists to entrepreneurs. Save time and effort with its extensive collection of <a href=\"https://2024.wordpress.net/index.php/patterns/\">over 35 templates and patterns</a>—and unlock a world of creative possibilities with a few tweaks. Twenty Twenty-Fours remarkable flexibility ensures an ideal fit for almost any type of site. <a href=\"https://2024.wordpress.net/\">Check it out in this demo</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=1024%2C666&#038;ssl=1\" alt=\"Cropped screenshots of the Twenty Twenty-Four theme, showing its diverse use cases for photographers, bloggers, and small businesses.\" class=\"wp-image-16274\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Let your writing flow</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/10/05/core-editor-improvement-ensuring-excellence-in-the-writing-experience/\">New enhancements</a> ensure your content creation journey is smooth. Find new keyboard shortcuts in List View, smarter list merging, and enhanced control over link settings. A cohesive toolbar experience for the Navigation, List, and Quote blocks lets you work efficiently with the tooling options you need.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of a Quote block showing its improved toolbar and the text &quot;Études has saved us thousands of hours of work and has unlock insights we never thought possible.&quot;\" class=\"wp-image-16275\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">The Command Palette just got better</h3>\n\n\n\n<p>First introduced in WordPress 6.3, the Command Palette is a powerful tool to quickly find what you need, perform tasks efficiently, and speed up your building workflow. Enjoy a <a href=\"https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/\">refreshed design and new commands</a> to perform block-specific actions in this release.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the refreshed UI of the Command Palette. It displays a search bar with the words &quot;Search for commands&quot; and a variety of shortcuts listed below, including &quot;Add new page,&quot; &quot;Preview in a new tab,&quot; and &quot;Patterns.&quot;\" class=\"wp-image-16276\" style=\"width:680px;height:auto\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Categorize and filter patterns</h3>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">Patterns</a> are an excellent way to leverage the potential of blocks and simplify your site-building process. WordPress 6.4 allows you to organize them with custom categories. Plus, new advanced filtering in the Patterns section of the inserter makes finding all your patterns more intuitive.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the Site Editor\'s patterns view which shows a list of patterns with custom categories, such as &quot;About,&quot; &quot;Banners,&quot; and &quot;Call to Action,&quot; patterns.\" class=\"wp-image-16278\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Get creative with more design tools</h3>\n\n\n\n<p>Build beautiful and functional layouts with an expanded set of design tools. Play with background images in Group blocks for unique designs and maintain image dimensions consistent with placeholder aspect ratios. Do you want to add buttons to your Navigation block? Now you can do it conveniently without a line of code.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=1024%2C666&#038;ssl=1\" alt=\"Decorative image with text &quot;Background images in Group blocks.&quot;\" class=\"wp-image-16279\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Make your images stand out</h3>\n\n\n\n<p>Enable lightbox functionality to let your site visitors enjoy full-screen, interactive images on click. Apply it globally or to specific images to customize the viewing experience.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=1024%2C666&#038;ssl=1\" alt=\"Decorative photo of a triangular building structure with a &quot;click to expand&quot; icon on the right top corner.\" class=\"wp-image-16280\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Rename Group blocks</h3>\n\n\n\n<p>Set custom names for Group blocks to organize and distinguish areas of your content easily. These names will be visible in List View.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the List View tool. It shows a Group block renamed as &quot;Hero Area&quot; with inner Group blocks also with custom names, such as &quot;Content,&quot; &quot;Images,&quot; and &quot;Call to action.&quot;\" class=\"wp-image-16281\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Preview images in List View</h3>\n\n\n\n<p>New previews for Gallery and Image blocks in List View let you visualize and locate where images on your content are at a glance.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the List View tool, showing the new image previews for the Image and Gallery blocks.\" class=\"wp-image-16282\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Share patterns across sites</h3>\n\n\n\n<p>Need to use your custom patterns on another site? Import and export them as JSON files from the Site Editor&#8217;s patterns view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot showing the &quot;Import pattern from JSON files&quot; option from the Site Editor\'s patterns view.\" class=\"wp-image-16303\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Introducing Block Hooks</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/10/15/introducing-block-hooks-for-dynamic-blocks/\">Block Hooks</a> enables developers to automatically insert dynamic blocks at specific content locations, enriching the extensibility of block themes through plugins. While considered a developer tool, this feature is geared to respect your preferences and gives you complete control to add, dismiss, and customize auto-inserted blocks to your needs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=1024%2C666&#038;ssl=1\" alt=\"Cropped screenshot showing a mini shopping cart (in a red dotted circle) inserted into a navigation menu by Block Hooks.\" class=\"wp-image-16284\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Performance wins</h3>\n\n\n\n<p>This release includes more than 100 performance-related updates for a faster and more efficient experience. Notable enhancements focus on <a href=\"https://make.wordpress.org/core/2023/10/17/improvements-to-template-loading-in-wordpress-6-4/\">template loading performance</a> for themes (including Twenty Twenty-Four), <a href=\"https://make.wordpress.org/core/2023/10/17/script-loading-changes-in-wordpress-6-4/\">usage of the script loading strategies</a> “defer” and “async” in core, blocks, and themes, and <a href=\"https://make.wordpress.org/core/2023/10/17/new-option-functions-in-6-4/\">optimization of autoloaded options</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility highlights</h3>\n\n\n\n<p>Every release is committed to making WordPress accessible to everyone. WordPress 6.4 brings several List View improvements and aria-label support for the Navigation block, among other highlights. The admin user interface includes enhancements to button placements, &#8220;Add New&#8221; menu items context, and Site Health spoken messages. <a href=\"https://make.wordpress.org/core/2023/11/03/wordpress-6-4-accessibility-improvements/\">Learn more about all the updates</a> aimed at improving accessibility.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other notes of interest</h3>\n\n\n\n<ul>\n<li>PHP 8.1 or 8.2 are recommended for use with WordPress 6.4. Find in-depth details on PHP support <a href=\"https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/\">in this post</a>.</li>\n\n\n\n<li>WordPress 6.4 <a href=\"https://make.wordpress.org/core/2023/10/16/changes-to-attachment-pages/\">disables attachment pages</a> for new installations.</li>\n</ul>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.4</h2>\n\n\n\n<p>Check out the new <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4 page</a> to learn more about the numerous enhancements and features of this release.</p>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>If you are looking for detailed technical notes on new changes, the <a href=\"https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/\">WordPress 6.4 Field Guide</a> is for you. Don&#8217;t forget to subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> to stay on top of the latest development updates, tutorials, and more.</p>\n\n\n\n<p>For more information on installation, fixes, and file changes, visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4/\">6.4 release notes</a>.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.4 release squad</h2>\n\n\n\n<p>The WordPress 6.4 release comes to you from an <strong>underrepresented gender release squad</strong> to welcome and empower diverse voices in the WordPress open source project.</p>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Being part of the 6.4 release coordination team has allowed me to closely observe the intricate release process, where every detail, no matter how minor, is meticulously addressed—taking into account various factors like performance and backward compatibility. Theres still much to learn, but I feel fortunate to have had the chance to contribute to WordPress 6.4.</p>\n<cite>Akshaya Rane, 6.4 release coordinator team member</cite></blockquote>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Over several weeks, the 6.4 release squad kept the release on track and moving forward by leading collective work, connecting ideas, and removing roadblocks.</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>. Cohort: <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead/\">Jaimie Olmstead</a>, <a href=\"https://profiles.wordpress.org/jyolsna/\">Jyolsna J E</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Core Tech Leads: <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>. Cohort: <a href=\"https://profiles.wordpress.org/pypwalters/\">Stephanie Walters</a></li>\n\n\n\n<li>Editor Tech Leads:&nbsp; <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan Bamber</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>. Cohort: <a href=\"https://profiles.wordpress.org/68kheart/\">Devan Ferguson</a>, <a href=\"https://profiles.wordpress.org/battelfred/\">Frédérique Battel</a>, <a href=\"https://profiles.wordpress.org/jessicagoddard/\">Jessica Goddard</a>, <a href=\"https://profiles.wordpress.org/1happyplace/\">Katie Ayres</a>, <a href=\"https://profiles.wordpress.org/martatorre/\">Marta Torre</a>, <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha Green</a>, <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>. Cohort: <a href=\"https://profiles.wordpress.org/emilyatmobtown/\">Emily Leffler Schulman</a></li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/611shabnam/\">Mushrit Shabnam</a>. Cohort: <a href=\"https://profiles.wordpress.org/itsjustdj/\">D.J. Billings</a>, <a href=\"https://wordpress.org/support/users/codente/\">Jamie VanRaalte</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/baxbridge/\">Tiffany Bridge</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a></li>\n\n\n\n<li>Marketing and Communications Leads: <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a>. Cohort: <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>. Cohort: <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne Bovelett</a>, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a></li>\n\n\n\n<li>Design Leads: <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>. Cohort: <a href=\"https://profiles.wordpress.org/allisonplus/\">Allison Tarr</a>, <a href=\"https://profiles.wordpress.org/acirujano/\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/nudge/\">Sonia Gaballa</a>, <a href=\"https://profiles.wordpress.org/ohia/\">Ohia</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a>. Cohort: <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a></li>\n\n\n\n<li>Training Leads: <a href=\"https://profiles.wordpress.org/courtneypk/\">Courtney P.K.</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Roberston</a></li>\n\n\n\n<li>Default Theme Leads: <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a></li>\n</ul>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress believes in democratizing publishing and the freedoms that come with open source. Supporting this idea is a global and diverse community of people working together to strengthen the software.</p>\n\n\n\n<p>WordPress 6.4 reflects the countless efforts and passion of <strong>more than 600 contributors in at least 56 countries</strong>. This release also welcomed over 170 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 1150 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/6adminit/\">6adminit</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <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/aayusha/\">aayusha</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/omarabid/\">Abid Omar</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/ajmcfadyen/\">admcfajn</a> · <a href=\"https://profiles.wordpress.org/adrianduffell/\">adrianduffell</a> · <a href=\"https://profiles.wordpress.org/aegkr/\">aegkr</a> · <a href=\"https://profiles.wordpress.org/ahardyjpl/\">ahardyjpl</a> · <a href=\"https://profiles.wordpress.org/ahmedgeek/\">Ahmed Hussein</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajakaroth/\">ajakaroth</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/akihiroharai/\">Akihiro Harai</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a> · <a href=\"https://profiles.wordpress.org/alaminfirdows/\">Al-Amin Firdows</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexkingorg/\">Alex King</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alishabajracharya27/\">Alisha Bajracharya</a> · <a href=\"https://profiles.wordpress.org/allisonplus/\">Allison Tarr</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amedv/\">amedv</a> · <a href=\"https://profiles.wordpress.org/acirujano/\">Ana Cirujano</a> · <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">Andr&#233;</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/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/l1nuxjedi/\">Andrew Hutchings</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/eatingrules/\">Andrew Wilder</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annashopina/\">Anna</a> · <a href=\"https://profiles.wordpress.org/askdesign/\">Anne Katzeff</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/anphira/\">anphira</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/aplauche/\">Anton Plauche</a> · <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a> · <a href=\"https://profiles.wordpress.org/arena/\">arena</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/armondal/\">Arnab Mondal</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asafm7/\">asafm7</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/austinginder/\">Austin Ginder</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azharckra/\">azharckra</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/barbmiller/\">barbmiller</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart</a> · <a href=\"https://profiles.wordpress.org/basiliskan/\">Basilis Kanonidis</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/behoney/\">behoney</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bengreeley/\">Ben Greeley</a> · <a href=\"https://profiles.wordpress.org/ubernaut/\">Ben Hansen</a> · <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benjaminknox/\">benjaminknox</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/bijayyadav/\">Bijay Yadav</a> · <a href=\"https://profiles.wordpress.org/binsaifullah/\">Binsaifullah</a> · <a href=\"https://profiles.wordpress.org/bplv/\">Biplav</a> · <a href=\"https://profiles.wordpress.org/dhamibirendra/\">Birendra Dhami</a> · <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bradley2083/\">Block Themes Pro</a> · <a href=\"https://profiles.wordpress.org/bmalsht/\">bmalsht</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bvreeman22/\">Brandon Vreeman</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/trynet/\">Bud Kraus</a> · <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a> · <a href=\"https://profiles.wordpress.org/ceer/\">ceer</a> · <a href=\"https://profiles.wordpress.org/cenkdemir/\">cenkdemir</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/chasedsiedu/\">chased@si.edu</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chipbennett/\">Chip Bennett</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> · <a href=\"https://profiles.wordpress.org/crunnells/\">Chris Runnells</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdesrochers/\">chrisdesrochers</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courtneypk/\">Courtney Patubo Kranzke</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/crstauf/\">crstauf</a> · <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/cyberchicken/\">Cyberchicken</a> · <a href=\"https://profiles.wordpress.org/extendwings/\">Daisuke Takahashi</a> · <a href=\"https://profiles.wordpress.org/dajeema/\">Dajeema Rai</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/damonsharp/\">Damon Sharp</a> · <a href=\"https://profiles.wordpress.org/dantovbein/\">Dan Tovbein</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/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/queerdevperson/\">Danielle Zarcaro</a> · <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/darkfate/\">darkfate</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/davelo/\">Dave Loodts</a> · <a href=\"https://profiles.wordpress.org/dave03/\">dave03</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/desmith/\">David E. Smith</a> · <a href=\"https://profiles.wordpress.org/dfavor/\">David Favor</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/dawidurbanski/\">Dawid Urbanski</a> · <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a> · <a href=\"https://profiles.wordpress.org/arnedb/\">De Belser Arne</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/emrikol/\">Derrick Tennant</a> · <a href=\"https://profiles.wordpress.org/68kheart/\">Devan Ferguson</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dimitrism/\">Dimitris Mitsis</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/itsjustdj/\">DJ</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/doughamlin/\">doughamlin</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a> · <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a> · <a href=\"https://profiles.wordpress.org/cais/\">Edward Caissie</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham S.</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a> · <a href=\"https://profiles.wordpress.org/emailjoey/\">emailjoey</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/emilyatmobtown/\">Emily Leffler Schulman</a> · <a href=\"https://profiles.wordpress.org/emirpprime/\">emirpprime</a> · <a href=\"https://profiles.wordpress.org/enodekciw/\">enodekciw</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/fabiorubioglio/\">Fabio Rubioglio</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</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/floydwilde/\">floydwilde</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/nexflaszlo/\">Frank Laszlo</a> · <a href=\"https://profiles.wordpress.org/battelfred/\">Fredde Battel</a> · <a href=\"https://profiles.wordpress.org/fzhantw/\">fzhantw</a> · <a href=\"https://profiles.wordpress.org/mintindeed/\">Gabriel Koen</a> · <a href=\"https://profiles.wordpress.org/pauthake015/\">Ganesh Dahal</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</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/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/mokagio/\">Gio Lodi</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gnanasekaran/\">Gnanasekaran Loganathan</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/90lines/\">GOZER</a> · <a href=\"https://profiles.wordpress.org/gpotter/\">gpotter</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gregross/\">Greg Ross</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregfuller/\">gregfuller</a> · <a href=\"https://profiles.wordpress.org/guss77/\">Guss77</a> · <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/poran766/\">H.M. Mushfiqur Rahman</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">Hanzala Taifun</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</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/tejwanihemant/\">Hemant Tejwani</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hlunter/\">hlunter</a> · <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/incursadesigns/\">Incursa Designs</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itecrs/\">itecrs</a> · <a href=\"https://profiles.wordpress.org/ivanzhuck/\">Ivan Zhuck</a> · <a href=\"https://profiles.wordpress.org/jaimieolmstead/\">jaimieolmstead</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/jakemgold/\">Jake Goldman</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/bonkerz/\">James Hunt</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/james0r/\">james0r</a> · <a href=\"https://profiles.wordpress.org/jamiemchale/\">Jamie McHale</a> · <a href=\"https://profiles.wordpress.org/perrelet/\">Jamie Perrelet</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/jane/\">jane</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/yari2u/\">Jari Vuorenmaa</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/jastos/\">jastos</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/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/jeffeverhart383/\">Jeff Everhart</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</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/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jesin/\">Jesin A</a> · <a href=\"https://profiles.wordpress.org/jessplease/\">Jessica Duarte</a> · <a href=\"https://profiles.wordpress.org/jessicagoddard/\">Jessica Goddard</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jick/\">Jick</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/jivygraphics/\">jivygraphics</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</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/bitmachina/\">John Hooks</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/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/duck_/\">Jon Cave</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/varjodesigns/\">Joona</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordanpak/\">JordanPak</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshcanhelp/\">joshcanhelp</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/jrtashjian/\">JR Tashjian</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</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/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/jyolsna/\">Jyolsna J E</a> · <a href=\"https://profiles.wordpress.org/ashikur698/\">K M Ashikur Rahman</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</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/kalmang/\">Kalmang</a> · <a href=\"https://profiles.wordpress.org/kalpeshh/\">Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bosskhj/\">Kamrul Hasan</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/1happyplace/\">Katie Ayres</a> · <a href=\"https://profiles.wordpress.org/kawsaralameven/\">kawsaralameven</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a> · <a href=\"https://profiles.wordpress.org/p51labs/\">Kevin Miller</a> · <a href=\"https://profiles.wordpress.org/ktaron/\">Kevin Taron</a> · <a href=\"https://profiles.wordpress.org/khleomix/\">khleomix</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/kimannwall/\">Kim Coleman</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/olein/\">Koji Kuno</a> · <a href=\"https://profiles.wordpress.org/kovshenin/\">Konstantin Kovshenin</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kopila47/\">Kopila Shrestha</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/labunchemjong/\">Labun Chemjong</a> · <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a> · <a href=\"https://profiles.wordpress.org/lhe2012/\">LarryWEB</a> · <a href=\"https://profiles.wordpress.org/lastsplash/\">lastsplash (a11n)</a> · <a href=\"https://profiles.wordpress.org/laumindproductscomau/\">lau@mindproducts.com.au</a> · <a href=\"https://profiles.wordpress.org/launchinteractive/\">launchinteractive</a> · <a href=\"https://profiles.wordpress.org/lada7042/\">Laura Adamonis</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/oncecoupled/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/luckybhumkar/\">Laxmikant Bhumkar</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a> · <a href=\"https://profiles.wordpress.org/lloydbudd/\">Lloyd Budd</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/lunaluna/\">lunaluna</a> · <a href=\"https://profiles.wordpress.org/lyndauwp/\">lyndauwp</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madejackson/\">madejackson</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/maahrokh/\">Mahrokh</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a> · <a href=\"https://profiles.wordpress.org/maltfield/\">maltfield</a> · <a href=\"https://profiles.wordpress.org/maneshtimilsina/\">Manesh Timilsina</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/marcelle42/\">marcelle42</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/pereirinha/\">Marco Pereirinha</a> · <a href=\"https://profiles.wordpress.org/marcoevich/\">Marcoevich</a> · <a href=\"https://profiles.wordpress.org/margolisj/\">margolisj</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</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/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/martatorre/\">Marta Torre</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/masoudnkh/\">Masoud NKH</a> · <a href=\"https://profiles.wordpress.org/mathsgrinds/\">mathsgrinds</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/mwtsn/\">Matt Watson</a> · <a href=\"https://profiles.wordpress.org/mklute101/\">Matthaus Klute</a> · <a href=\"https://profiles.wordpress.org/mattheweppelsheimer/\">Matthew Eppelsheimer</a> · <a href=\"https://profiles.wordpress.org/matthewfarlymn/\">Matthew Farlymn</a> · <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a> · <a href=\"https://profiles.wordpress.org/matthewjho/\">matthewjho</a> · <a href=\"https://profiles.wordpress.org/maurodf/\">maurodf</a> · <a href=\"https://profiles.wordpress.org/maxinacube/\">Maxwell Morgan</a> · <a href=\"https://profiles.wordpress.org/maysi/\">maysi</a> · <a href=\"https://profiles.wordpress.org/hrshahin/\">Md HR Shahin</a> · <a href=\"https://profiles.wordpress.org/meaganhanes/\">meagan hanes</a> · <a href=\"https://profiles.wordpress.org/iammehedi1/\">Mehedi Hassan</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/mer00x/\">mer00x</a> · <a href=\"https://profiles.wordpress.org/merel1988/\">merel1988</a> · <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/mshowes/\">Michael Showes</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michalooki/\">Michalooki</a> · <a href=\"https://profiles.wordpress.org/michelleblanchette/\">Michelle Blanchette</a> · <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a> · <a href=\"https://profiles.wordpress.org/michi91/\">Michi91</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/gonzomir/\">Milen Petrinski - Gonzo</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/mhshujon/\">Monir</a> · <a href=\"https://profiles.wordpress.org/mrinal013/\">Mrinal Haque</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/611shabnam/\">Mushrit Shabnam</a> · <a href=\"https://profiles.wordpress.org/webdev8800/\">Myles Taylor</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nandhuraj/\">nandhuraj</a> · <a href=\"https://profiles.wordpress.org/nazgul/\">Nazgul</a> · <a href=\"https://profiles.wordpress.org/nazsabuz/\">Nazmul Sabuz</a> · <a href=\"https://profiles.wordpress.org/neilorangepeel/\">Neil Hainsworth</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</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/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">niravsherasiya7707</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/ohia/\">Ohia</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pannelars/\">pannelars</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a> · <a href=\"https://profiles.wordpress.org/gungeekatx/\">Pete Nelson</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/piyushdeshmukh/\">piyushdeshmukh</a> · <a href=\"https://profiles.wordpress.org/plugindevs/\">Plugin Devs</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</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/pranavjoshi/\">pranavjoshi</a> · <a href=\"https://profiles.wordpress.org/prashantbhivsane/\">Prashant</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/rlmc/\">r-c</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/rebekowitz/\">Rebekah Markowitz</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/renyot/\">ren</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a> · <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</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/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O\'Rourke</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robpetrin/\">robpetrin</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/ryanduff/\">Ryan Duff</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/ohryan/\">Ryan Neudorf</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/samba45/\">samba45</a> · <a href=\"https://profiles.wordpress.org/karmacharya50/\">Samir Karmacharya</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarahwilliams889/\">Sarah Williams</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/satishprajapati/\">Satish Prajapati</a> · <a href=\"https://profiles.wordpress.org/saulirajala/\">saulirajala</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">saxonfletcher</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</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/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seedsca/\">Sergio Scabuzzo</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a> · <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a> · <a href=\"https://profiles.wordpress.org/shiloey/\">shilo-ey</a> · <a href=\"https://profiles.wordpress.org/shivashankerbhatta/\">Shiva Shanker Bhatta</a> · <a href=\"https://profiles.wordpress.org/shresthaaman/\">shresthaaman</a> · <a href=\"https://profiles.wordpress.org/shubhamsedani/\">Shubham Sedani</a> · <a href=\"https://profiles.wordpress.org/10upsimon/\">Simon Dowdles</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan Bamber</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/sofiashendi/\">sofiashendi</a> · <a href=\"https://profiles.wordpress.org/nudge/\">Sonia Gaballa</a> · <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a> · <a href=\"https://profiles.wordpress.org/virtality-marketing-solutions/\">SourceView</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">Stephanie Walters</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/stephenerdelyi/\">Steve Erdelyi</a> · <a href=\"https://profiles.wordpress.org/stevejonesdev/\">Steve Jones</a> · <a href=\"https://profiles.wordpress.org/subodhsun/\">Subodh Sunuwar</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sujichandran14/\">Suji K Chandran</a> · <a href=\"https://profiles.wordpress.org/sumisubedi/\">Sumi Subedi</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunitarai/\">Sunita Rai</a> · <a href=\"https://profiles.wordpress.org/suprsam/\">suprsam</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</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/sereedmedia/\">Sé Reed</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahmina1du/\">Tahmina Jahan</a> · <a href=\"https://profiles.wordpress.org/takayukister/\">Takayuki Miyoshi</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tejadev/\">tejadev</a> · <a href=\"https://profiles.wordpress.org/thelovelist/\">thelovelist</a> · <a href=\"https://profiles.wordpress.org/thinkluke/\">thinkluke</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/tibbsa/\">tibbsa</a> · <a href=\"https://profiles.wordpress.org/baxbridge/\">Tiffany Bridge</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timdix/\">timdix</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomybyte/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/thomashorta/\">Tom H</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tomluckies/\">tomluckies</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/tomsommer/\">tomsommer</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</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/toscho/\">toscho</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Tran Ngoc Tuan Anh</a> · <a href=\"https://profiles.wordpress.org/trinisha/\">Trinisha</a> · <a href=\"https://profiles.wordpress.org/trishasalas/\">Trisha Salas</a> · <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a> · <a href=\"https://profiles.wordpress.org/tv-productions/\">TV productions</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/benimub/\">Umesh Balayar</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">Upadala Vipul</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/valentindu62/\">valentindu62</a> · <a href=\"https://profiles.wordpress.org/valmedia2023/\">Valerie Blackburn</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vipuljnext/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vrajadas/\">Vraja Das</a> · <a href=\"https://profiles.wordpress.org/webashrafians/\">webashrafians</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whsajid/\">WHSajid</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> · <a href=\"https://profiles.wordpress.org/wvega/\">Willington Vega</a> · <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a> · <a href=\"https://profiles.wordpress.org/winterstreet/\">winterstreet</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wyrfel/\">wyrfel</a> · <a href=\"https://profiles.wordpress.org/yosephtamang/\">Yoseph Tamang</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/letraceursnork/\">Илья</a></p>\n\n\n\n<p>Over <a href=\"https://translate.wordpress.org/stats/\">60 locales have translated 90 percent</a> or more of WordPress 6.4 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved</h3>\n\n\n\n<p>Participation in WordPress is not limited to coding. If contributing appeals to you, learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a>, and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p>Over the past <a href=\"https://wp20.wordpress.net/\">two decades</a>, WordPress has transformed the digital publishing landscape and empowered anyone to create and share, from <a href=\"https://wordpress.org/showcase/\">handcrafted personal stories to world-changing movements</a>.</p>\n\n\n\n<p>The present and future of WordPress hold exciting opportunities for everyone, builders and enterprises alike. The foundational work for <a href=\"https://make.wordpress.org/core/tag/phase-3/\">Phase 3</a> of the <a href=\"https://wordpress.org/about/roadmap/\">roadmap</a> continues, with efforts focused on fostering real-time collaboration and streamlining publishing flows to improve how creators and teams work together in WordPress.</p>\n\n\n\n<p>Stay on top of the latest news and contributing opportunities by subscribing to <a href=\"https://wordpress.org/news/\">WordPress News</a> and the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing podcast</a>.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku</h2>\n\n\n\n<p>The smooth feel of jazz<br>The cutting-edge of the web<br>Install 6.4</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:\"16299\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.4 Release Candidate 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:69:\"https://wordpress.org/news/2023/11/wordpress-6-4-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2023 19:21:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s: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.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:\"\";}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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16247\";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:163:\"WordPress 6.4 RC3 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what\'s new and how you can help.\";s: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:\"Reyes Martínez\";s: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:8230:\"\n<p>The third release candidate (RC3) for WordPress 6.4 is ready to download!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, its recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>WordPress 6.4 is <a href=\"https://make.wordpress.org/core/6-4/\">slated for release</a> on <strong>November 7, 2023</strong>—less than a week away. If you havent tried it, now is the time.</p>\n\n\n\n<p>You can test WordPress 6.4 RC3 in three ways:</p>\n\n\n\n<ol>\n<li><strong>Plugin</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Direct download</strong>: Download the <a href=\"https://wordpress.org/wordpress-6.4-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress site.</li>\n\n\n\n<li><strong>Command line</strong>: Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.4-RC3</code></li>\n</ol>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/10/wordpress-6-4-release-candidate-1/\">Read the RC1 announcement</a> for featured highlights, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-4/\">6.4-related posts</a>. If you are looking for detailed technical notes on new features and improvements, the <a href=\"https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/\"><strong>WordPress 6.4 Field Guide</strong></a> is for you.</p>\n\n\n\n<p>The WordPress 6.4 release is brought to you by an <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a> to welcome the participation and partnership of those who identify as gender-underrepresented in the WordPress open source project.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Whats in WordPress 6.4 RC3?</h2>\n\n\n\n<p>Thanks to everyone who has tested the beta and RC releases. Since RC2 was released on October 24, there have been more than 25 issues resolved. You can browse the technical details for all recent updates using these links:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.4\">GitHub commits for 6.4</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F25%2F2023..11%2F01%2F2023&amp;milestone=6.4&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets since RC2</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/twentytwentyfour/commits/\">GitHub commits for Twenty Twenty-Four</a></li>\n</ul>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">PHP compatibility update</h2>\n\n\n\n<p>Its recommended to use PHP 8.1 or 8.2 with the upcoming 6.4 release. Refer to <a href=\"https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/\">WordPress 6.4&#8217;s PHP compatibility post</a> for more details.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributing to 6.4</h2>\n\n\n\n<p>WordPress is open source software made possible by a community of people collaborating on and contributing to its development. The resources below outline various ways you can help, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Your feedback and help in testing are vital to developing the WordPress software and ensuring its quality. Its also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">Check out this guide</a> for instructions on testing WordPress 6.4 features.</p>\n\n\n\n<p>The core Query block requires more <a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/#query-loop-block-pagination-enhancements\">testing and feedback</a> to ensure the latest changes to prevent full page reloads work smoothly. Please note that this setting was called &#8220;Enhanced pagination&#8221; but has recently been renamed, and it&#8217;s now referred to as &#8220;Force page reload&#8221; instead.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>During the release candidate phase of WordPress 6.4, the <a href=\"https://make.wordpress.org/security/2023/09/26/bug-bounty-for-wordpress-6-4-beta/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the projects security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>Do you build themes and plugins? Your products play an integral role in extending the functionality and value of WordPress for users worldwide.</p>\n\n\n\n<p>Hopefully, you have already tested your themes and plugins with WordPress 6.4 betas. With RC3, you will want to continue your testing and update the <em>&#8220;Tested up to&#8221;</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin&#8217;s readme file</a> to 6.4.</p>\n\n\n\n<p>Please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> if you find compatibility issues.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>Help the Docs team put the finishing touches on end-user documentation in time for the 6.4 release. Find out whats needed and how you can help <a href=\"https://make.wordpress.org/docs/2023/10/25/call-for-volunteers-to-help-with-6-4-end-user-documentation/\">in this post</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A RC3 haiku</h2>\n\n\n\n<p>One more week of prep<br>One more week to test the code<br>One more week til launch</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a>, <a href=\'https://profiles.wordpress.org/luisherranz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>luisherranz</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</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:\"16247\";s: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: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:43:\"WP Briefing: Episode 65: Little Sun Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2023/10/episode-65-little-sun-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Oct 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16227\";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:340:\"Join WordPress Executive Director, Josepha Haden Chomphosy, as she looks at a recent WordPress success story with Little Sun. To help us, we spoke to two special guests with Little Sun, Romane Guégan, Senior Press and Communications Manager, and Ashley Mrozek, Senior Digital Manager. Dont miss this opportunity for an insiders look!\";s: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:51:\"https://wordpress.org/news/files/2023/10/WPB065.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:\"Brett McSherry\";s: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:21512:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she looks at a recent WordPress success story, the clean energy solution Little Sun, and learns about their WordPress story.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Special Guest: Romane Guégan<br>Special Guest: Ashley Mrozek <br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>Website: <a href=\"https://littlesun.org/\">Little Sun</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/10/state-of-the-word-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a> &#8211; This year&#8217;s annual keynote, State of the Word, will be on December 11. Save the date to hear the WordPress project&#8217;s co-founder, <a href=\"https://ma.tt/\" target=\"_blank\" rel=\"noreferrer noopener\">Matt Mullenweg</a>, share reflections on the project&#8217;s progress and aspirations for the future of open source.</li>\n\n\n\n<li>Celebrating 10,000 Photos in the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a> &#8211; On October 11, the 10,000th photo was approved! <a href=\"https://make.wordpress.org/photos/\" target=\"_blank\" rel=\"noreferrer noopener\">The Photo Team</a> is one of the newest ways to contribute to the WordPress open source project. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/10/18/community-team-training-11-using-the-translate-live-tool/\" target=\"_blank\" rel=\"noreferrer noopener\">Community Team Training #11: Using the Translate Live tool</a>&nbsp;&#8211; Uncover the potential of the &#8220;Translate Live&#8221; tool, which is ideal for presenting at local meetups to engage and onboard new translators for your native language. If you&#8217;re organizing a WordCamp, consider introducing this tool during your Contributor Day.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/10/a-new-wordpress-showcase/\" target=\"_blank\" rel=\"noreferrer noopener\">A New WordPress Showcase</a>&nbsp;&#8211; The&nbsp;journey to update&nbsp;<a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.org</a>&nbsp;continues with the launch of a new&nbsp;<a href=\"https://wordpress.org/showcase/\" target=\"_blank\" rel=\"noreferrer noopener\">Showcase</a>&nbsp;design. The Showcase is a natural starting point for visitors arriving on&nbsp;WordPress.org, and it both inspires creativity and demonstrates what&#8217;s possible with WordPress.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-16227\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> 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&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, I&#8217;ve got a special guest with me. I have here a couple of folks from Little Sun, a nonprofit organization that recently moved its entire online presence to WordPress. And we&#8217;re talking everything from their mission statement and donations all the way to their blog and shop.</p>\n\n\n\n<p>Welcome both to the WordPress Briefing.&nbsp;</p>\n\n\n\n<p>[00:00:59] <strong>Ashley:</strong> Thank you.</p>\n\n\n\n<p>[00:01:00] <strong>Romane:</strong> Thank you.&nbsp;</p>\n\n\n\n<p>[00:01:01] <strong>Josepha:</strong> We have with us Little Sun today. Can you start by introducing yourselves and your organization? Just tell us a little bit about what you all do.&nbsp;</p>\n\n\n\n<p>[00:01:08] <strong>Romane:</strong> Hi, my name is Romane Guégan. I&#8217;m a Senior Press and Communications Manager at Little Sun.&nbsp;</p>\n\n\n\n<p>[00:01:14] <strong>Ashley:</strong> And I am Ashley Mrozek. I&#8217;m the Senior Digital Manager.&nbsp;</p>\n\n\n\n<p>[00:01:17] <strong>Josepha:</strong> So what does Little Sun do for the folks who are listening and maybe don&#8217;t know about it yet?&nbsp;</p>\n\n\n\n<p>[00:01:22] <strong>Romane:</strong> Little Sun brings full power and light to communities that live off the grid, with the focus on sub-Saharan Africa because most of the people who lack access to electricity and need them. And we also inspire people to take climate action globally.&nbsp;</p>\n\n\n\n<p>[00:01:39] <strong>Ashley:</strong> So access to solar energy helps kids who don&#8217;t have electricity and study at night. They can complete their homework at night. If their schools are in a more rural area, they will have a light to kind of guide them back home.</p>\n\n\n\n<p>We also work on a lot of electric vocation projects and hospitals. So we&#8217;re, we&#8217;re kind of supporting labors that are, are taking place in the evening, after the sun goes down, among other things.&nbsp;</p>\n\n\n\n<p>[00:02:07] <strong>Josepha:</strong> Yeah. It&#8217;s, I, I think that that is one of the things that folks, probably most of my listeners, probably take for granted, like the easy access to light. And as we all know, the sun is around a lot. And so that is one of our most readily available resources other than potentially wind power. But I think that that is a great mission. And I really think that that&#8217;s wonderful work that y&#8217;all are doing.</p>\n\n\n\n<p>So, is there a particular reason that you focus on sub-Saharan Africa? Is that where you find a majority of people who don&#8217;t have access to that kind of resource are?&nbsp;</p>\n\n\n\n<p>[00:02:43] <strong>Romane:</strong> Yeah. 70% of those people actually need in sub-Saharan Africa, where solar is actually a viable source of energy. Actually, it&#8217;s only 1% of solar, of the solar capital of the generation when we actually deliver solar energy there because there is so much potential.</p>\n\n\n\n<p>[00:03:04] <strong>Josepha:</strong> That&#8217;s amazing. So you said that you all were funded in 2012. I imagine that your business has evolved over time. So, obviously, you all are WordPress users. That&#8217;s why we have you here with us today. But before we get into the questions about WordPress itself. Why don&#8217;t you tell us a bit about how your business needs evolved over time and how you wound up needing a solution that did use WordPress?</p>\n\n\n\n<p>[00:03:31] <strong>Ashley:</strong> So I would say our focus and kind of the different initiatives that we&#8217;ve taken on since 2012 have shifted a lot based on various reasons, where our donors are, where we&#8217;ve kind of found the most need, and where we can be the most impactful.</p>\n\n\n\n<p>And I think as we go into those new geographies, our online presence has become more and more important.&nbsp;</p>\n\n\n\n<p>[00:03:55] <strong>Josepha:</strong> So, before you all switched to WordPress, I understand that you had several sites that you had to merge into one. And so I assume that as you evolved the business and your focus has changed, you realized you needed something a bit more streamlined. So, how was that transition, that migration from a lot of different sites to one big site?&nbsp;</p>\n\n\n\n<p>[00:04:17] <strong>Romane:</strong> Yeah, because we started as a global project. And then, with the time, we evolved, actually also getting new donations. And in the past, we used to have one website where we have our webshop and our mission, our vision, all of our project descriptions.</p>\n\n\n\n<p>But then we had another website only for the foundation. And then you had another foundation in the U.S. So it was the question, okay, how do we put everything together? So we actually switched from littlesun.com to littlesun.org with WordPress, and it was amazing to see how we managed with the team to create an ecosystem approach, including impact, but also sales, and fundraising.&nbsp;</p>\n\n\n\n<p>[00:05:02] <strong>Josepha:</strong> That was a big footprint that you all had, and you kind of consolidated it into one. And for all of our folks listening on the podcast, I&#8217;m going to include some links, not only to their site but then also to a few other things that we&#8217;ve mentioned in here today. So, since you made that change, how has it, how has that impacted the way that you all work with your site or with your online presence?</p>\n\n\n\n<p>[00:05:27] <strong>Ashley:</strong> Yeah, I think using WordPress and having access to WordPress has been hugely valuable for us. We&#8217;re a small team, we&#8217;re a nonprofit, so it is pretty scrappy. Everyone is kind of doing a lot of different things. We don&#8217;t have a dedicated development team. And so being able to easily customize our pages and create new landing pages or make adjustments on the site without that development help has been valuable.</p>\n\n\n\n<p>[00:05:55] <strong>Josepha:</strong> Yeah, so you don&#8217;t have a developer team now. Did you have a developer team when you had all the sites?&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Romane:</strong> We just still work with freelancers. </p>\n\n\n\n<p>[00:06:03] <strong>Josepha:</strong> Okay, yeah. I am also not a developer, for what it&#8217;s worth, and have been working with nonprofits for a while. And I understand that problem where you have all these things you need to do and want to do, but there are also things you absolutely have to focus on in order to make your mission possible and your vision come true.</p>\n\n\n\n<p>[00:06:23] <strong>Ashley:</strong> Yeah, and I think, I think WordPress has given us a lot more, like a lot more flexibility to kind of produce new content quickly. And because of that, it&#8217;s just been a lot more efficient, too, for us, you know.&nbsp;</p>\n\n\n\n<p>[00:06:38] <strong>Josepha:</strong> And you all are using Blocks? Are you, like, the best Block builders?</p>\n\n\n\n<p>[00:06:42] <strong>Romane:</strong> Yeah, I love Blocks.&nbsp;</p>\n\n\n\n<p>[00:06:43] <strong>Josepha:</strong> Blocks are a fairly new innovation for the history of WordPress. WordPress has been around for 20 years, so we&#8217;re a nice, mature project. And we&#8217;ve really only had blocks as a functional part of the CMS for probably the last five or so. We&#8217;ve been working on the project a little bit longer. And it has been fascinating to me, like, in my own work that I have done with WordPress, kind of outside of my work with the project, to see, like, how much autonomy you get to have back as somebody who is not a developer, maybe isn&#8217;t a designer, but you do know exactly what you need to have on your site today, right?</p>\n\n\n\n<p>And having to stop and find a freelancer or stop and find some set of developers who can make those changes. For me, when I was specifically working on nonprofit stuff. That was always kind of a moment where I was like, well, I guess I&#8217;ll just go to Facebook and put that on there or something because I was faster than trying to find someone to come help you. And so, I&#8217;m so glad you love the block.</p>\n\n\n\n<p>[00:07:48] <strong>Ashley:</strong> We&#8217;ve created many a landing page.&nbsp;</p>\n\n\n\n<p>[00:07:50] <strong>Josepha:</strong> Also, your site is adorable, and your brand is adorable, in case no one&#8217;s mentioned that lately. Super cute. Super cute.</p>\n\n\n\n<p>[00:07:58] <strong>Josepha:</strong> So, we&#8217;ve talked about how you kind of took a bunch of stuff and made it into one big thing and how that&#8217;s been easier for you all to manage it. But from the standpoint of just, like, somebody who&#8217;s running a nonprofit, someone who&#8217;s running an organization, how has that transition been for your team? I know you said you don&#8217;t have a huge team, but was the move toward WordPress a net benefit over time, or was it immediately beneficial? Like, how has that been for your team? </p>\n\n\n\n<p>[00:08:27] <strong>Romane:</strong> So what&#8217;s interesting actually is that we have a team that is spread also all over the world. And so we have teams in Berlin and in U.S., and New York. In Zambia, too. What was really interesting was how people identify to the new website because now we have to really think, okay, what is the content we want people to see, but also we want our critics to see. And so it kind of unified all of our content at Little Sun. And it was much more like much easier to understand afterwards. </p>\n\n\n\n<p>[00:09:03] <strong>Josepha:</strong> Yeah.&nbsp;</p>\n\n\n\n<p>[00:09:04] <strong>Romane:</strong> And it was because we also work at the intersection of creative communications, impacts, fundraising, technology, and to be able to put everything and have it on the front. And then have the stories to tell the stories from sub-Saharan Africa, from universities who got either a Little Sun lamps or solar systems, and then we have the donation page, so basically everything could be integrated in a super easy way, and it could target different audiences easily, either it&#8217;s someone who wants to partner with us, or a donor, or just someone who wants to be part of our solar training.</p>\n\n\n\n<p>[00:09:46] <strong>Josepha:</strong> Yeah, and I mean, I think that no one will be surprised to hear that if you have multiple things that you have to get everybody to, it really increases the amount of marketing that you have to accomplish, rather than having one place for everyone to go too, and they can see everything that they might want once they arrive. So, that&#8217;s wonderful.</p>\n\n\n\n<p>[00:10:06] <strong>Ashley:</strong> I think I was just going to say, or kind of echo what Romane said about the fact that we have so many different audiences, we have partners, we have donors, we have people who are just coming to learn about solar energy, or who are interested in purchasing a lamp. I think prior to this, it was a little bit confusing for those different audiences to kind of navigate to where they were intended to go to on the site, and now it&#8217;s much more cohesive. And we often hear that from people where it&#8217;s like, it&#8217;s quite easy to, to kind to find what they need to find on the site.&nbsp;</p>\n\n\n\n<p>[00:10:39] <strong>Josepha:</strong> I define the WordPress community as anyone who is using WordPress, regardless of whether they know it or not. And so you all, in my mind, are part of the WordPress Community. And I just wondered if being part of that community has changed your approach to the way that you manage your content online or the way that you have chosen work with your business as like an online entity that also does on-the-ground, in-person thing?</p>\n\n\n\n<p>[00:11:06] <strong>Ashley:</strong> I think definitely. I think we&#8217;re kind of going back to what I said before. I think we&#8217;re much more efficient now. I think in the past, it&#8217;s the idea of, like, well, getting this web page live or publishing this is going to be, you know, we have to think about a huge timeline, that&#8217;s, is going to require a lot of resourcing, a lot of different types of expertise and people, and everything now feels like something that we can, we can launch pretty immediately, which is really wonderful too.</p>\n\n\n\n<p>I would also say just like being a part of the WordPress community too. It&#8217;s the sort of support that we&#8217;ve gotten from your team. It&#8217;s always really tailored. And I think as a nonprofit working with a, like, a much bigger business, you can be apprehensive sometimes, feeling like you won&#8217;t really get that personalized support.&nbsp;</p>\n\n\n\n<p>And I think that&#8217;s something that&#8217;s been so nice with WordPress. Is really feeling like the people we&#8217;re working with are understanding our business and taking the time to understand our needs. And I think that makes us think differently about our online presence as well because then we feel like we have that additional support, which is great.</p>\n\n\n\n<p>[00:12:12] <strong>Josepha:</strong> I&#8217;m always a fan of hearing that people who are passionate about WordPress are also passionate about helping others with WordPress. That&#8217;s one of my favorite things about us. That&#8217;s not true. I have like 25 favorite things about us. And so I need to stop saying that I have one favorite, but I never will.</p>\n\n\n\n<p>Okay, well, do you all have any last thoughts that you just want to share with me or podcast listeners that we have?&nbsp;</p>\n\n\n\n<p>[00:12:36] <strong>Ashley:</strong> Yeah, I think the, the plugins and integrations have been really useful for us. I think it can be really intimidating to bring on, like, a new tech solution or tool and feel like everything that you are already working with or have is going to become outdated or obsolete in some way. And I think it&#8217;s just been really nice to work with WordPress and have all of those transitions be really seamless for everything to connect really well. Yeah, I think that&#8217;s been. That&#8217;s hugely helpful too.&nbsp;</p>\n\n\n\n<p>[00:13:07] <strong>Josepha:</strong> So, was that part of the decision-making process? Like, do I know that this software will be around in the future so that you&#8217;re making an investment in the site now and know that it&#8217;s going to hang around now you can find people help? Like, was that part of the decision-making process?</p>\n\n\n\n<p>[00:13:21] <strong>Ashley:</strong> I think so. I mean, I guess I wasn&#8217;t completely around during the time, but I would say, like, that&#8217;s definitely something that we&#8217;re considering in any kind of tech that we&#8217;re thinking about is it can require so much work to, to kind of bring something on with such a small team. So we want to ensure that, yeah, it&#8217;s going to last, it has longevity, and it&#8217;s going to work with the tools that we already have. So I think all of that is really important for sure.&nbsp;</p>\n\n\n\n<p>[00:13:48] <strong>Josepha:</strong> Well, thank you both so much for joining me. Like I said, we&#8217;ll have a link to littlesun.org in the notes so that you all can learn more about their project and see their beautiful site with their beautiful little solar sunflowers.</p>\n\n\n\n<p>Thank you both for being with me today.&nbsp;</p>\n\n\n\n<p>[00:14:04] <strong>Romane:</strong> Thank you so much.&nbsp;</p>\n\n\n\n<p>[00:14:05] <strong>Ashley:</strong> Thank you so much for having us.</p>\n\n\n\n<p>[00:14:07] (Music interlude)</p>\n\n\n\n<p>[00:14:11] <strong>Josepha:</strong> What a wonderful organization. I&#8217;m so glad that they found WordPress and that it works for them. Let&#8217;s continue our tour today with the small list of big things.</p>\n\n\n\n<p>Item number one, it&#8217;s time to save the date: December 11th, 2023, for this year&#8217;s State of the Word. State of the Word is the annual keynote address delivered by the WordPress Project co-founder Matt Mullenweg. Every year, the event shares reflections on the project&#8217;s progress and aspirations for the future of open source. And so, if that is something that you like to tune into, December 11th is your day.&nbsp;</p>\n\n\n\n<p>Second thing on our list is that we are celebrating our 10,000th photo submission. So, on October 11th, the 10,000th photo was approved. The Photo Team is one of the newest ways to contribute to the WordPress open source project, and it feeds all of those photos into Openverse as well.</p>\n\n\n\n<p>The third thing on our list today is that I want to tell you about a community team training module that just came out. It&#8217;s specifically about the Translate Live tool, and it is ideal for presenting at your local meetups to engage and onboard new translators for your native language. If you&#8217;re organizing a WordCamp, consider introducing this tool during your Contributor Day. I will leave a link for this in the show notes so that it is easy to find.&nbsp;</p>\n\n\n\n<p>And item number four, the journey to update WordPress.org, continues with the launch of a new Showcase design. The Showcase is a natural starting point for a lot of visitors who are on WordPress.org. It inspires creativity and also demonstrates what&#8217;s possible with WordPress. So, stop on by there, it&#8217;s WordPress.org/showcase, and give it a bit of a look.</p>\n\n\n\n<p>[00:15:58] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. And don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever a new episode drops. And if you like what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard today, you can share those with me at wprebriefing@WordPress.org. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:16:24] (Music outro)</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:\"16227\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.4s PHP Compatibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Oct 2023 08:40:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16235\";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:340:\"In an effort to keep the WordPress community up to date, this post provides an update on the PHP compatibility of the upcoming WordPress 6.4 release scheduled for November 7, 2023.&#160; Recommended PHP version for WordPress 6.4 Its recommended to use PHP 8.1 or 8.2 with this upcoming release. Please refer to the Hosting page [&#8230;]\";s: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:3117:\"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2400\" height=\"1350\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=2400%2C1350&#038;ssl=1\" alt=\"\" class=\"wp-image-16236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?w=2400&amp;ssl=1 2400w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In an effort to keep the WordPress community up to date, this post provides an update on the PHP compatibility of the upcoming WordPress 6.4 release scheduled for November 7, 2023.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Recommended PHP version for WordPress 6.4</strong></h3>\n\n\n\n<p>Its recommended to use PHP 8.1 or 8.2 with this upcoming release. Please refer to the Hosting page for more detailed information, including <a href=\"https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/\">a few known issues</a>.&nbsp;</p>\n\n\n\n<p>Reach out to your hosting company to explore PHP upgrade options.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why does compatibility matter?</strong></h3>\n\n\n\n<p>PHP is a programming language on which the WordPress code is based. This language runs on the server, and it is critical to keep it updated for security and functionality. Various teams within the WordPress open source project work to both test and fix any issues with new PHP versions so you can update with confidence that the WordPress core software is compatible.&nbsp;</p>\n\n\n\n<p>Happy WordPress-ing!&nbsp;</p>\n\n\n\n<p><em>Thank you to <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <a href=\'https://profiles.wordpress.org/barry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>barry</a> <a href=\'https://profiles.wordpress.org/ironprogrammer/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ironprogrammer</a> <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a> <a href=\'https://profiles.wordpress.org/javiercasares/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiercasares</a> for reviewing and contributing to the effort of this post.</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:\"16235\";s: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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Nov 2023 14:26:33 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 27 Nov 2023 16:06:12 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20231130140026\";}','no'),(10005,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1701397593','no'),(10006,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1701354393','no'),(10007,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1701397593','no'),(10008,'_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:112:\"Do The Woo Community: Working on Different Open Source Platforms and More with Ian Gordon and Philip James Wylie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\";s: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:478:\"<p>Ian and Philip from Kanuka Digital talk about WooCommerce, Magento, web specializations and the open source community.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\">Working on Different Open Source Platforms and More with Ian Gordon and Philip James Wylie</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 30 Nov 2023 13:04: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Gravatar: Introducing An All New Gravatar Profile Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://blog.gravatar.com/2023/11/29/introducing-an-all-new-gravatar-profile-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4589:\"<p>We are thrilled to unveil the latest updates to Gravatar, better empowering you to personalize and own your online identity. Today, we introduce a new Profile Editor, three new profile fields, and enhanced Privacy settings for all users.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-gravatar\">What is Gravatar?<a href=\"https://updateomattic.wordpress.com/2023/09/20/introducing-the-all-new-gravatar-plus-whats-next/#what-is-gravatar\"></a></h2>\n\n\n\n<p>Gravatar stands for “Globally Recognized Avatar” and is your digital signature across countless websites. By associating a single avatar image to your email address, Gravatar makes maintaining a consistent online presence simple.</p>\n\n\n\n<p>Having gained popularity as a way to display avatars in blog comments, Gravatar has since extended its reach across the web — you&#8217;ll find your Gravatar in Slack, Open&nbsp;AI, Salesforce, and more. In addition to the avatar, you can build a free online profile to share with those you meet, bringing together all your social media and web accounts.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-new-profile-editor\">The New Profile Editor<a href=\"https://updateomattic.wordpress.com/2023/09/20/introducing-the-all-new-gravatar-plus-whats-next/#the-new-profile-editor\"></a></h2>\n\n\n\n<p>We have completely redesigned the Profile Editor, providing an intuitive interface to customize and preview your Gravatar profile. Express yourself by adding a bio, verifying ownership of your social profiles, adding links, and more. The new Profile Editor lets you curate your online persona, making it easier for others to discover and connect with you.</p>\n\n\n\n<p>It is faster, works great on mobile devices, and with this update, <strong><em>you can change the URL of your profile page</em></strong> too.</p>\n\n\n\n<p>Log in at&nbsp;<a href=\"https://href.li/?https://gravatar.com\">gravatar.com</a>&nbsp;now to try out the new editor.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"enhanced-privacy-settings\">Enhanced Privacy Settings<a href=\"https://updateomattic.wordpress.com/2023/09/20/introducing-the-all-new-gravatar-plus-whats-next/#enhanced-privacy-settings\"></a></h2>\n\n\n\n<p>Weve added <a href=\"https://support.gravatar.com/profiles/profile-access/\">new privacy settings</a> that when enabled will ensure your profile data is private. Weve also added new settings for users who want to discourage search engines from crawling and indexing their profiles.</p>\n\n\n\n<img width=\"836\" height=\"1042\" src=\"https://gravatar.files.wordpress.com/2023/11/cleanshot-2023-11-29-at-11.35.51-2402x.png\" alt=\"\" class=\"wp-image-857\" />\n\n\n\n<p>We believe in transparency and empowering users to fully control their digital profiles. With many of the websites you use, there is confusion about the information being collected, how it is used, and when it is shared with third parties. As more Gravatar features are rolled out, youll see how we are flipping that model on its head by offering a transparent and open profile experience that puts you in the drivers seat of your online identity.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Pronunciation and Contact Fields</h2>\n\n\n\n<p>There are three new fields available in your profile, all of which were popular requests we&#8217;ve received.</p>\n\n\n\n<p>You asked. We delivered:</p>\n\n\n\n<ul>\n<li>A &#8216;<strong>pronunciation</strong>&#8216; field in your About section. </li>\n\n\n\n<li>A &#8216;<strong>contact form</strong>&#8216; field where you can link to a contact form on your website or blog.</li>\n\n\n\n<li>A &#8216;<strong>calendar</strong>&#8216; field to link to a public appointment calendar like Calend.ly.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Whats Next?</h2>\n\n\n\n<p>If you&#8217;re paying close attention, you might notice that the profile image above looks a bit different from what you&#8217;re used to. We&#8217;ll be introducing some design improvements to public profile pages in the next few weeks.</p>\n\n\n\n<p>We&#8217;ve got more exciting stuff in the pipeline that we can&#8217;t share just yet, but we&#8217;d love to hear from you. Drop a comment below with your thoughts and feedback!</p>\n\n\n\n<p><a href=\"https://wordpress.com/log-in/link?client_id=1854&redirect_to=https%3A%2F%2Fpublic-api.wordpress.com%2Foauth2%2Fauthorize%3Fclient_id%3D1854%26response_type%3Dcode%26blog_id%3D0%26state%3Dac5a30e6451f6b87ee6a0ac0df70d79046ac480badb660ac4f3753fa70968c12%26redirect_uri%3Dhttps%253A%252F%252Fgravatar.com%252Fconnect%252F%253Faction%253Drequest_access_token%26from-calypso%3D1\">And claim your personal Gravatar profile page 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, 29 Nov 2023 17:45:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:75:\"WPTavern: #101 Pooja Derashri on Creating Educational WordPress Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=151581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/podcast/101-pooja-derashri-on-creating-educational-wordpress-content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40167:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case creating materials to help other people learn about WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you could do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Pooja Derashri. Pooja is a co-founder of WPVibes, a plugin development company based in India. With a passion for WordPress, Pooja has been actively involved in the community since 2013. Her journey as a contributor began in 2017, when she attended her first local WordCamp. Her expertise and dedication have earned her various key roles in the WordPress ecosystem. She currently serves as a co-team rep for the training team, and GTE for the Hindi locale. In addition, she holds key positions in the WordPress release squad for version 6.3 and 6.4, where she headed up the test team.</p>\n\n\n\n<p>Pooja was on the podcast a few weeks ago talking about diversity, but this time the focus is on creating learning materials for WordPress.</p>\n\n\n\n<p>We begin discussing Pooja&#8217;s background and her involvement with the training team. She shares how she stumbled upon the training team during a WordCamp event, and got started by finding a simple spelling mistake in a lesson plan. From there she became more involved with the training team and gradually took on roles such as reviewing code and leading the test team.</p>\n\n\n\n<p>We get into the importance of training materials in helping new users understand and navigate the WordPress platform, highlighting the learn WordPress website. Pooja emphasizes that contributions to the training team can be as small as reviewing existing content, or as involved as creating new lessons or video tutorials.</p>\n\n\n\n<p>If you&#8217;re curious about how to get started with the training team, Pooja explains the comprehensive onboarding program available in the team&#8217;s handbook. Additionally, there&#8217;s a mentorship guide program for one on one guidance for new contributors. Whether you have a few minutes or several hours to spare each week, there&#8217;s a place for everyone to make a start.</p>\n\n\n\n<p>A key topic of the discussion is the need to keep the training materials up to date, as WordPress is a dynamic and ever-growing software. Pooja explains the team&#8217;s process of reviewing and updating content, particularly in light of new WordPress releases, and frequent changes in terminology.</p>\n\n\n\n<p>We also talk about the importance of translations, introducing the opportunity for contributors to help with translating materials into different languages. Making WordPress accessible to a global audience.</p>\n\n\n\n<p>Towards the end, Pooja highlights the supportive and collaborative nature of the training team. She shares her experience of making friends and connections across the globe while contributing to the team. There&#8217;s a sense of community and camaraderie amongst the contributors, making it an enjoyable journey for all involved.</p>\n\n\n\n<p>If you&#8217;re curious about helping others learn WordPress, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Pooja Derashri.</p>\n\n\n\n<p>I am joined on the podcast today by Pooja Derashri. Hi, Pooja.</p>\n\n\n\n<p>[00:04:27] <strong>Pooja Derashri:</strong> Hello, Nathan.</p>\n\n\n\n<p>[00:04:28] <strong>Nathan Wrigley:</strong> It is so nice to have you back. You were on the podcast just a few weeks ago now, talking about something completely different. We&#8217;ll point you in the direction of that episode in the show notes. But today, Pooja, we&#8217;re going to be talking about learning WordPress. About the training team and about the Learn WordPress website and resources.</p>\n\n\n\n<p>Just before that, for those people who didn&#8217;t hear the previous episode, would you just give us a short biography? Tell us a little bit about yourself, your journey with WordPress and so on.</p>\n\n\n\n<p>[00:04:59] <strong>Pooja Derashri:</strong> Yeah, sure. My name is Pooja Derashri and I&#8217;m from Ajmer, a beautiful city in India. I&#8217;m a co founder of WPVibes, a plugin development company. I&#8217;m also an active contributor to WordPress community. I served as a training team representative for the past two years, and now I&#8217;m serving as a test team rep. I was also in the WordPress release squad for 6.3 and 6.4 version, where I led the test team.</p>\n\n\n\n<p>[00:05:27] <strong>Nathan Wrigley:</strong> Thank you so much. That&#8217;s really great. So obviously you&#8217;re very, very committed to WordPress. And one of the big things about WordPress is getting people to understand how the software works. If you&#8217;re like me, and like you, Pooja, I suspect that it&#8217;s pretty obvious what to do with WordPress. You&#8217;ve used it an awful lot before, and you&#8217;re committed to it, and you understand how it all works.</p>\n\n\n\n<p>But people who are new to the platform, or people who are trying to explore something that they haven&#8217;t used with it before, obviously have to learn a little bit about how that works. And it may be that people do not know. But there are training materials that are being created over at Learn WordPress. I will give the links in the show notes.</p>\n\n\n\n<p>And that is being done and coordinated by the training team. Would you just tell us a little bit about how you got involved with the training team? When did you begin your journey and what kind of things have you been doing, personally, with training and learn materials?</p>\n\n\n\n<p>[00:06:26] <strong>Pooja Derashri:</strong> Yes. Before telling me about my involvement, I would like to tell about how I got started contributing to the training team. I was attending a WordCamp, WordCamp Ahmedabad. There was a contributor day. There are several teams over there, and I decided to learn more about the training team.</p>\n\n\n\n<p>On that day, Chetan Prajapati, the table lead of training team, guided me about what is Learn WordPress, and how I can contribute to it. So he guided me to review some lesson plans. When I was reviewing the lesson plans, I found a spelling mistake in one of the lesson plans. And I suggested a correction, simple correction. That was my first contribution to the team.</p>\n\n\n\n<p>Basically I had a development background, so I was not sure how I can use my skills in creating content, or something like that. So I was not sure how I can get involved with the training team more, where all other team members were working around content.</p>\n\n\n\n<p>But at that time Courtney Robertson and Hauwa Abashiya were the team reps. And the whole team was working on the initial launch of the Learn WordPress .org website. They, guided me on how I contribute to reviewing code in lesson plan. That was my cup of tea and I am fascinated about it. So I joined the forces, at the time, and soon felt very comfortable with the team.</p>\n\n\n\n<p>Basically the training team overall helped me a lot in learning and growing. With the team&#8217;s help, I gradually started feeling more confident and part of the inaugural team. That time with my consistent contribution, or my involvement with the team, I was nominated and selected as a team rep back in 2022.</p>\n\n\n\n<p>[00:08:09] <strong>Nathan Wrigley:</strong> That&#8217;s absolutely fascinating. So your entire journey started out by spotting a spelling mistake, and it grew from there. That&#8217;s lovely. But it also points to the fact that you don&#8217;t need to do something really seismic. You don&#8217;t have to be involved in the training team. You don&#8217;t have to do anything super major, it is possible to be involved to do little things.</p>\n\n\n\n<p>You don&#8217;t have to dedicate absolutely ages of your week over to this. Would that be right? There&#8217;s no commitment in terms of time, or the amount that you&#8217;re going to do. Making little changes is just as important as contributing in a big way.</p>\n\n\n\n<p>[00:08:45] <strong>Pooja Derashri:</strong> Yes, definitely. It was started just with his spelling mistake correction. And now I&#8217;m more involved with the administrator related things, running weekly meetings with other co-team reps, posting monthly updates, monthly newsletter, reviewing other team&#8217;s content, other team members content. I&#8217;m also a translation coordinator for my Hindi language.</p>\n\n\n\n<p>Yeah, and in past I was also wrote few lesson plans. So yeah, it started with a small thing, and gradually with more involvement, I learned many new things.</p>\n\n\n\n<p>[00:09:16] <strong>Nathan Wrigley:</strong> If somebody was interested, let&#8217;s say that they&#8217;ve listened to this episode and they are keen to, at least have further discussions about what it is that they could do. I&#8217;m, interested in you describing how the team is structured. So, as an example, if I&#8217;m new, how do I get onboarded, and how is it decided where I would be most useful?</p>\n\n\n\n<p>So you mentioned a couple of things there, you know, you were talking about the fact that you were able to change spelling mistakes. But you also talked about the fact that you could do things in your own language.</p>\n\n\n\n<p>Do you get to show up and pick what it is that you&#8217;re going to do, or is there a hierarchy? Are there people, such as yourself, who&#8217;ve been contributing to this for a while, who have their hands on what needs doing, and kind of farm out those projects to people?</p>\n\n\n\n<p>[00:10:05] <strong>Pooja Derashri:</strong> Yes. At the beginning of this year, my co-team rep, Benjamin Evans, who worked on a project for an onboarding program for new contributors. And desperately it helped us win half of the battle. New contributors found learning and getting involved with the training team is very easy. They can find the complete getting onboarded program in our handbook. That is available on make.wordpress.org/training/handbook.</p>\n\n\n\n<p>There is a section, getting started. There is a complete video and tutorial format, where they can find the step by step process about how they can involve. And by reading that handbook, they can find their own way to start contributing. That is very easy and concise way to get involved.</p>\n\n\n\n<p>And there is also, a program, run by Courtney P. K., that is a mentorship guide program. There is a one on one mentorship program, where few mentors guide mentees about how they can start contributing to the training team, and help them to make meaningful contributions.</p>\n\n\n\n<p>[00:11:08] <strong>Nathan Wrigley:</strong> Yeah, thank you for that. So, you&#8217;re obviously extremely keen on doing this, and it sounds like you dedicate quite a lot of your time. Again, for the listener who is maybe just coming across this subject for the first time, are there any guardrails, or are there any things which you would suggest, in terms of the amount of time that you need to dedicate if you want to be involved?</p>\n\n\n\n<p>I know that you mentioned the handbook, but for people who don&#8217;t quite make it there and are using this podcast audio only as their guide, is there any level of commitment? Do you wish to have people who are willing to give a certain amount of time per week, or can commit to a certain number of weeks or months? Or are you happy to have anybody on board, even for a short period of time? People who drop in, drop out. Are you taking all comers?</p>\n\n\n\n<p>[00:11:53] <strong>Pooja Derashri:</strong> Yes, definitely. If our listeners have only a limited time, like let&#8217;s say just half an hour, or one hour in a week. So they can review the content the other content creators are creating, already created content.</p>\n\n\n\n<p>In every few months, we review our published content as well. Because as a new version, WordPress version launches, some of the content get outdated. So we always do the auditing the existing content, so people can go through with that content.</p>\n\n\n\n<p>If they found any outdated content, or anything that is missing from lesson plans or video tutorials, they can report our issues on GitHub that is dedicated, learn repository over there. They can report issue over there, and other team members can have a look and try to fix them.</p>\n\n\n\n<p>So that is the lesser time. If new contributor have lesser time to contribute, they can go through with that reviewing process.</p>\n\n\n\n<p>[00:12:45] <strong>Nathan Wrigley:</strong> So there&#8217;s no need to commit a great deal of time. Small contributions are just as welcome as large contributions.</p>\n\n\n\n<p>I&#8217;m just going to turn the conversation to you, Pooja, just for a few minutes. And I&#8217;m curious as what you get out of it. I don&#8217;t mean that in the way that it maybe sounds, but I&#8217;m keen to know why you commit so much of your time.</p>\n\n\n\n<p>You mentioned at the top of the podcast recording that you&#8217;ve obviously got a business to run. You&#8217;ve got other things to do. You&#8217;ve got to generate revenue for you, and the people close to you, and all of that. So I&#8217;m just wondering why it is that you do this. What are the reasons you do it? And I suppose we should clear up the fact that getting paid is not one of them, because this is an entirely voluntary position.</p>\n\n\n\n<p>[00:13:29] <strong>Pooja Derashri:</strong> Yeah. I&#8217;m volunteering all my time to the training team, I&#8217;m self sponsored. So no, I&#8217;m not getting paid from anywhere. But, as I already told you, that I was having a background of development. So, in contributing in training team, I got to know more about how content works around. How we can record a video tutorial, how we can write a lesson plan, many things around SEO.</p>\n\n\n\n<p>And when we work together, other content creator experts, we learn a lot. So by contributing into training team, I learned a lot about content creation, and that newly gained skills, I can use in my business. So it&#8217;s kind of win win situation.</p>\n\n\n\n<p>[00:14:13] <strong>Nathan Wrigley:</strong> That&#8217;s nice. In terms of how the team is organised, if I was to join in, and obviously you&#8217;ve described that there&#8217;s a handbook and it can probably answer many of these questions, but it&#8217;s nice to get it out into the audio. How are tasks assigned? How do the training team, and all of the things that they do, how are those jobs coordinated? Is there a piece of software that we need to be familiar with? Is this all done through Slack or something else?</p>\n\n\n\n<p>In other words, if we were to join, how would we know what needed to be done? And report the things that we had done so that they could be checked and approved and so on. Basically, how does it all work in the background?</p>\n\n\n\n<p>[00:14:51] <strong>Pooja Derashri:</strong> We manage our work mainly in three places. Our team blog, our Slack channel or GitHub repository. Team blog is make.wordpress.org/training. All decisions are discussed and announced in blog post to allow the widest audience to participate. The team blog is the place where our whole discussion, decisions are announced, or are posted.</p>\n\n\n\n<p>And our Slack channel is where we can connect with other contributors in the team in real time. It&#8217;s where people can ask our faculty members and other experienced teammates for help, while working through some team tasks. Our training team meetings are also conducted in Slack, but decisions are not made in Slack. If an item needs a discussion or decision, we publish it as a post on the team blog, so that the general public can see the discussion and join in decision making.</p>\n\n\n\n<p>And lastly, there is a GitHub repository. This is where individual tasks are tracked. These include content creation or content translation, website management related tasks, and these are all organised in a GitHub issues form.</p>\n\n\n\n<p>There are currently like seven major project boards. All the content development related issues fall under this project. There is a team that administrates the related project. There is a content localisation related project where the other people are translating content in their own language. All related issues are under this project.</p>\n\n\n\n<p>Then there is a content feedback, if our content has any issue, any outdated content or any spelling mistake related thing. All that type of content feedback falls under this issue, this project. So yeah, we manage all the website related issues, development related queries, and any content, new content request. All the other content that is in process, all are managed under GitHub repository.</p>\n\n\n\n<p>[00:16:47] <strong>Nathan Wrigley:</strong> So there&#8217;s a variety of different tools and workflows that you need to become familiar with. But I&#8217;m guessing that there&#8217;ll be assistance with that if you decide to join. Somebody will shepherd you through that, and there&#8217;ll be some documentation, some learn materials, which will enable you to learn about contributing towards Learn and the Training Team, which is a bit meta, but there you go.</p>\n\n\n\n<p>In terms of the actual topic areas that you cover, technology, and WordPress in particular, is a really fast moving piece of software. You know, it&#8217;s not glacial. The documents that you wrote a year ago, there is some chance that they will still be pertinent, but I&#8217;m imagining that in many cases, some of these materials will go out of date fairly quickly.</p>\n\n\n\n<p>So I&#8217;m wondering what you could tell us about the bits and pieces that really do need a lot of attention at the moment. So for example, it might be full site editing, or something like that. But just give us an idea of how you decide what needs to be covered.</p>\n\n\n\n<p>We&#8217;ve obviously talked about the way that you communicate that with the tools that you&#8217;ve got. But what topics at the moment are really in need of documentation? And that could be things that haven&#8217;t been done yet, but also things which are underway, which needs to be completed. So yeah, just give us an idea of the topic areas that are really in need of work at the moment.</p>\n\n\n\n<p>[00:18:05] <strong>Pooja Derashri:</strong> Yeah, sure. There is a GitHub project where when people submitted their topic ideas, are subject matter experts looking into every topic ideas. And they finalise that, yeah, that piece of content is having a high priority and we need to focus on first.</p>\n\n\n\n<p>Every month we did a 5 to 10 high priority content list. And we will ask in our every weekly meeting that, yeah, this content is something we need to do on high priority. And we ask for volunteers to help. If they found their area of expertise or their skills match with that content, then they volunteer for that particular project, and they definitely pick that particular piece of content.</p>\n\n\n\n<p>So right now, we are working on 6.4 release work. That is something on our high priority. And there are a few issues that need to be completed as soon as we can. In past 6.4 release, training team was the official part of release, and Courtney PK and Courtney Robertson was the lead at that time in the release.</p>\n\n\n\n<p>And they are working hard for matching our lesson plan content, or our tutorials, with the release work. So yeah, right now we are looking for people, or volunteer, who can help us in working. Those issues can be easily found on GitHub. There is a label assigned on 6.4 on GitHub. That is something we are looking for on high priority right now.</p>\n\n\n\n<p>[00:19:35] <strong>Nathan Wrigley:</strong> Okay, thank you. In terms of the content that you submit, are there any kinds of content that you prefer to have? So what I mean by that is, so for example, there is video content, there&#8217;s text. But I don&#8217;t know if you also produce content in different ways. For example, I don&#8217;t know if you do audio content, the kind of thing that I&#8217;m producing with you right now. Or whether you do live webinars, which end up as a video. So that might be something that people could actually participate in. So just give us an idea of the kinds of different contents that are being created. So video, text, audio, et cetera.</p>\n\n\n\n<p>[00:20:11] <strong>Pooja Derashri:</strong> Basically, there are four types of content available on learn.wordpress.org website. Lesson plans, tutorial, courses and online workshops. Lesson plan and courses are the text based format, and video tutorials and online workshops are like video format. The overall content can be used by both learners and teachers, but lesson plan is specifically created for teachers. And video tutorial, courses and online workshop are for targeted learner audience.</p>\n\n\n\n<p>People who wanted to contribute in text based format, they can go to contribute into lesson plans and courses. And there are several topics submitted on our GitHub repository. They can choose from them. And if there is not, they have any specific topic in that their mind, they can reach out to us or submit their topic idea into GitHub repository, and our subject matter expert can review them, vet them, and approve them. After that they can start working on it.</p>\n\n\n\n<p>Video tutorials, in the similar way, if they want to helping existing submitted topic, they can pick from there. And if they have any topic they want to create video for that. So for creating content on their own, they need video. They need to just submit their topic idea on GitHub repository. That is the basic workflow we follow.</p>\n\n\n\n<p>[00:21:35] <strong>Nathan Wrigley:</strong> In terms of the quality of the materials that you put out, obviously, not everybody is equal. For example, let&#8217;s take the situation of video. Some people are just absolutely fabulous at working with video. You know, they&#8217;ve got the software, they&#8217;re familiar with it, they can make the whole presentation look really slick and all of that.</p>\n\n\n\n<p>Other people may be new to writing that. Other people may not have written text too much before, and they may not have too much confidence about that. So I&#8217;m just wondering if you&#8217;ve got any guard rails around the project. You mentioned that people inspect the content that&#8217;s being offered, in order to make sure it&#8217;s of a certain quality.</p>\n\n\n\n<p>What do you do with content that doesn&#8217;t live up to what you&#8217;d hoped for? Content that maybe needs to be redone, to be improved, to be rewritten. Are there processes in hand to sort of help people who are beginning, who maybe need that little bit of extra support to get them over the hurdles in order to get that content live?</p>\n\n\n\n<p>[00:22:31] <strong>Pooja Derashri:</strong> Firstly, we have a detailed guide on our handbook about how you can create a tutorial. As your question is very interesting, in a few months back, Jonathan Bossenger, he was our video tutorial content creator. What he did, he just wrote some script, and it was some like a cohort kind of thing.</p>\n\n\n\n<p>He wrote a script, other volunteer recorded him, recorded that script. And with collaboration of both, they created a masterpiece, and they published in a collaboration video. Jonathan&#8217;s video creation expertise helped other volunteer to master the skill.</p>\n\n\n\n<p>So others volunteer also learn about the video creation. Like this, many other team members are willing to help a new contributors, or other people who are not that much expert in this video creation. But they can learn from others. There are many other video tutorials available on our Learn WordPress website.</p>\n\n\n\n<p>And our mentors are also there, who help them by one on one call to guide them about what recording tool they can use, what speed they can use. And after they have completed their recording, they can submit their recording on our Slack channel or something. So other content editors then review and provide their feedback, so they can improve also.</p>\n\n\n\n<p>[00:23:56] <strong>Nathan Wrigley:</strong> There are procedures in place to support and help people who may feel that their contributions need a little bit of help. You&#8217;ve given a good example there of Jonathan Bossenger willing to help people up the standard of their videos. So yeah, that&#8217;s really nice.</p>\n\n\n\n<p>If you were to submit, let&#8217;s say a piece of video, are there minimum criteria in terms of things like, let&#8217;s take the topic of accessibility for example? Obviously video is available for some people, but there&#8217;s a subset of the population who are unable to access that video. Do you have guidance around things like transcriptions and things like that? If you submit certain types of content, do you have to then be mindful of things like accessibility or other topics before things get published?</p>\n\n\n\n<p>[00:24:40] <strong>Pooja Derashri:</strong> We take accessibility very seriously. Every video tutorial is followed by transcript. You can find easily transcript under video.</p>\n\n\n\n<p>[00:24:50] <strong>Nathan Wrigley:</strong> And so presumably, that&#8217;s another role which needs to be fulfilled. If you are able to listen to a video and transcribe it, that&#8217;s yet another portion of the work which needs to be done.</p>\n\n\n\n<p>[00:25:02] <strong>Pooja Derashri:</strong> Every video tutorial is followed by transcripts. And there are three or four video editors available. They review the transcript, the video quality and what the video is going to explain to our learners, or our targeted audience. So yeah, there is a whole team and process works around.</p>\n\n\n\n<p>So accessibility is not an issue in the content. And if some people find any accessibility issue under Learn WordPress content, they can easily reach out to us under our Slack channel or our GitHub issue. Anywhere they can reach out to us and ask about yeah, I&#8217;m having that certain issue and, can you please help me with that?</p>\n\n\n\n<p>So we can have in our mind about, yeah, this kind of scenario is also available and we need to work on it also. There is a checklist available where we check every single point before publishing the content.</p>\n\n\n\n<p>[00:25:56] <strong>Nathan Wrigley:</strong> Thank you so much. I&#8217;m just wondering about translations as well. Now, you did touch on this a few minutes ago, but I just want to drill down on that a little bit. Presumably this work also needs to be, not just transcribed, but translated into some other languages.</p>\n\n\n\n<p>And so, again, let&#8217;s just highlight that there are opportunities there if you speak a language other than English. There are opportunities to take these materials and get them taken over into a whole variety of different languages. So that&#8217;s some important work, I would guess as well, right?</p>\n\n\n\n<p>[00:26:28] <strong>Pooja Derashri:</strong> Yes. Many content is already available, and for that we are looking for volunteers who can help us in translating text based content, and video content as well. So that can be reached out to wider audience, so they can easily learn in their language. That said, learning in your own language is very much easier.</p>\n\n\n\n<p>[00:26:47] <strong>Nathan Wrigley:</strong> Yeah, indeed. Okay, so we&#8217;ll just round it off. I&#8217;ve got a few more questions just to sort of round it off. But the first one is around the way that this content sticks around and for how long. So, for example, we mentioned earlier that some pieces of content need to be updated all the time. Full site editing would be a perfect example, you know, the language changes, the words that we use to describe certain things change, the whole UI changes from time to time.</p>\n\n\n\n<p>So I&#8217;m just wondering, how much of the work is not new work, but is going back and checking that the things which are already published are in fact up to date? So just going through the materials, checking, making sure that in the situation where, I don&#8217;t know, full site editing was mentioned, it&#8217;s now changed to site editing so that everybody&#8217;s got the right data.</p>\n\n\n\n<p>[00:27:35] <strong>Pooja Derashri:</strong> Yes. There are basically two processes. First process is our team faculty members, they review or they audit the content. For example 6.4, there was a dedicated two faculty members, Courtney PK and Courtney Robertson. They reviewed the issues, the features that is going to be included in 6.4.</p>\n\n\n\n<p>They map with our already published content. And they filtered out like, yeah, these issues are outdated, and these lesson plans and video tutorials, we need to update. They made a list, and that issues list is available on GitHub. So from that list, our volunteers come and pick a issue to work on it.</p>\n\n\n\n<p>That is the first process. And the second process, people are eager to learn about full site editing. For example, like they are learning our full site editing course, they are taking our full site editing course. And they found it like, yeah, their full site editing is now site editing. So they reported that issue in GitHub. And our faculty members reviewed it, and just gone through the course and updated the content. So that&#8217;s how the updates work for learn content.</p>\n\n\n\n<p>[00:28:41] <strong>Nathan Wrigley:</strong> Obviously, if somebody was to commit a fairly large amount of their time to this, or even just a small amount of their time, it would be nice to know that your endeavors were appreciated, that the people that you were working with were a nice bunch. And I know this is a bit of a bizarre question, but I&#8217;m just keen to drill down into that a little bit.</p>\n\n\n\n<p>How does that team feel to you? You know, is it a nice place to be? Are they thoughtful individuals that you would regard as friends? Because I think a lot of people in the WordPress space would regard many of the people that they collide with as friends after a period of time. And so rather than the work being a chore, oh goodness I have to go and translate this piece of Learn material, it might be that you, you know, you relish it and you enjoy it because you interact with, what have become good friends in a nice environment.</p>\n\n\n\n<p>[00:29:29] <strong>Pooja Derashri:</strong> Yes. When we contribute we met so many new people, networking happens. We work together with many experts. And by the time we will make friends. If I talk about myself, I have so many friends across the globe, by just contributing to the training team.</p>\n\n\n\n<p>Firstly, like Courtney Robertson, Hauwa Abashiya. With these people, I&#8217;m working with them every week or every few days. So, it was like creating a connection with them.</p>\n\n\n\n<p>[00:29:57] <strong>Nathan Wrigley:</strong> Oh that&#8217;s lovely. I mean it really is, my experience at least anyway, is that many of the people that I have interacted with in the WordPress project, have become really dear friends, and it&#8217;s really nice to know that&#8217;s the case for you as well.</p>\n\n\n\n<p>So there&#8217;s a lot of work to be done. There are lots of areas which need work. Lots of different skills which you can acquire, or bring to bear on this work. So I guess the next thing we need to know is, where do we, sign up? Where would be the best place to go if we&#8217;re curious about taking this further?</p>\n\n\n\n<p>Pooja, I wonder if you could just, I don&#8217;t know, dig out a URL, or name a page which we could Google. Some of the good places to begin that journey.</p>\n\n\n\n<p>[00:30:34] <strong>Pooja Derashri:</strong> Begin journey with Learn WordPress. You can go to make.wordpress.org/training. That is official team blog, where all the discussion happens. Under this there is a handbook page available that is a detailed step by step guide available to help you.</p>\n\n\n\n<p>Another one is learn.wordpress.org website. There is content available in the video, and text format that helps you learn about the training team, and about the WordPress as well. There are good places where people can learn about the team, and they can join and contribute as well.</p>\n\n\n\n<p>[00:31:10] <strong>Nathan Wrigley:</strong> Thank you so much. I spoke with you just before we hit record on this particular episode, and you mentioned that from the previous episode, you&#8217;d been contacted by some people who wished to communicate with you about that subject. So we&#8217;ve got this different subject.</p>\n\n\n\n<p>I&#8217;m wondering if you wouldn&#8217;t mind telling us where we can find you personally. If people want to speak with you directly about this and get some more knowledge about your own experience.</p>\n\n\n\n<p>[00:31:33] <strong>Pooja Derashri:</strong> Yes. I&#8217;m available on Make WordPress Slack. My profile username is webtechpooja, and they can find me on Twitter. They can find my handle is Pooja Derashri. They can also find me on LinkedIn, by the same name Pooja Derashri handle.</p>\n\n\n\n<p>[00:31:48] <strong>Nathan Wrigley:</strong> Well Pooja, thank you so much for talking to us today about your experience with the Learn and Training teams behind WordPress. Really appreciate you coming on the podcast and talking to us today. Thank you so much.</p>\n\n\n\n<p>[00:32:00] <strong>Pooja Derashri:</strong> Thank you for having me Nathan. So I can share my journey and about the training team.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>.</p>\n\n\n\n<p>Pooja is a co-founder of <a href=\"https://wpvibes.com/\">WPVibes</a>, a plugin development company based in India. With a passion for WordPress, Pooja has been actively involved in the community since 2013. Her journey as a contributor began in 2017, when she attended her first local WordCamp. Her expertise and dedication have earned her various key roles in the WordPress ecosystem. She currently serves as a co-team rep for the training team and GTE for the Hindi locale. In addition, she holds key positions in the WordPress release squad for versions 6.3 and 6.4, where she heads up the test team.</p>\n\n\n\n<p>Pooja was on the podcast a few weeks ago talking about diversity, but this time the focus is on creating learning materials for WordPress.</p>\n\n\n\n<p>We begin by discussing Pooja&#8217;s background and her involvement with the training team. She shares how she stumbled upon the training team during a WordCamp event and got started by finding a simple spelling mistake in a lesson plan. From there, she became more involved with the training team and gradually took on roles such as reviewing code and leading the test team.</p>\n\n\n\n<p>We get into the importance of training materials in helping new users understand and navigate the WordPress platform, highlighting the Learn WordPress website. Pooja emphasises that contributions to the training team can be as small as reviewing existing content or as involved as creating new lessons or video tutorials.</p>\n\n\n\n<p>If youre curious about how to get started with the training team, Pooja explains the comprehensive onboarding program available in the team&#8217;s handbook. Additionally, there&#8217;s a mentorship guide program for one-on-one guidance for new contributors. Whether you have a few minutes or several hours to spare each week, there&#8217;s a place for everyone to make a start.</p>\n\n\n\n<p>A key topic of the discussion is the need to keep the training materials up to date, as WordPress is a dynamic and ever-evolving software. Pooja explains the team&#8217;s process of reviewing and updating content, particularly in light of new WordPress releases and frequent changes in terminology.</p>\n\n\n\n<p>We also talk about the importance of translations, introducing the opportunity for contributors to help with translating materials into different languages, making WordPress accessible to a global audience.</p>\n\n\n\n<p>Towards the end Pooja highlights the supportive and collaborative nature of the training team. She shares her experience of making friends and connections across the globe while contributing to the team. There&#8217;s a sense of community and camaraderie among the contributors, making it an enjoyable journey for all involved.</p>\n\n\n\n<p>If you&#8217;re curious about helping others learn WordPress, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/95-pooja-derashri-on-diversity-equity-inclusion-and-belonging-in-wordpress\">#95 Pooja Derashri on Diversity, Equity, Inclusion, and Belonging in WordPress</a></p>\n\n\n\n<p><a href=\"https://wpvibes.com/\">WPVibes</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://ahmedabad.wordcamp.org/2023/\">WordCamp Ahmedabad</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/handbook/\">Training Handbook</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/\">Make WordPress Training</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja&#8217;s WordPress Profile</a></p>\n\n\n\n<p><a href=\"https://twitter.com/PoojaDerashri/\">Pooja&#8217;s on Twitter</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/pooja-derashri/\">Pooja on LinkedIn</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Additional links supplied by Pooja.</h2>\n\n\n\n<p>Onboarding session for new contributors &#8211; <a href=\"https://make.wordpress.org/training/handbook/getting-started/\" target=\"_blank\" rel=\"noreferrer noopener\">https://make.wordpress.org/training/handbook/getting-started/</a><br />Team blog &#8211; <a href=\"https://make.wordpress.org/training/\" target=\"_blank\" rel=\"noreferrer noopener\">https://make.wordpress.org/training/</a><br />Slack channel &#8211; <a href=\"https://wordpress.slack.com/archives/C02RW657Q\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpress.slack.com/archives/C02RW657Q</a><br />Github Repository &#8211; <a href=\"https://github.com/wordpress/learn\" target=\"_blank\" rel=\"noreferrer noopener\">https://github.com/wordpress/learn</a></p>\n\n\n\n<p><strong>People Pooja mentioned in podcast:<br /></strong>Courtney Robertson &#8211; <a href=\"https://wordpress.slack.com/team/U02RQ0375\" target=\"_blank\" rel=\"noreferrer noopener\">@Courtney</a><br />Courtney P. K. &#8211; <a href=\"https://wordpress.slack.com/team/U0L4J5SH0\" target=\"_blank\" rel=\"noreferrer noopener\">@Courtney P.K.</a><br />Chetan Prajapati &#8211; <a href=\"https://wordpress.slack.com/team/U2TPPR7U4\" target=\"_blank\" rel=\"noreferrer noopener\">@Chetan Prajapati</a><br />Sarah &#8211; <a href=\"https://wordpress.slack.com/team/U026C1QRXE1\" target=\"_blank\" rel=\"noreferrer noopener\">@Sarah (She/Her)</a><br />Hauwa Abashiya &#8211; <a href=\"https://wordpress.slack.com/team/UD5V51YSD\" target=\"_blank\" rel=\"noreferrer noopener\">@Hauwa Abashiya</a><br />Destiny Kanno &#8211; <a href=\"https://wordpress.slack.com/team/U02AZ6T2BRT\" target=\"_blank\" rel=\"noreferrer noopener\">@Destiny</a><br />Benjamin Evans &#8211; <a href=\"https://wordpress.slack.com/team/U0381D1Q1RU\" target=\"_blank\" rel=\"noreferrer noopener\">@Ben Evans</a><br />Jonathan Bossenger &#8211; <a href=\"https://wordpress.slack.com/team/U0AHNQ65V\" target=\"_blank\" rel=\"noreferrer noopener\">@Jonathan</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, 29 Nov 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"Do The Woo Community: The Backstory of the New Woo Branding with David Callaway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/the-backstory-of-the-new-woo-branding-with-david-callaway/\";s: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:398:\"<p>David Callaway from Woo.com joins BobWP as they take a deeper dive into the latest WooCommerce branding.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/the-backstory-of-the-new-woo-branding-with-david-callaway/\">The Backstory of the New Woo Branding with David Callaway</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 29 Nov 2023 10:27: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: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: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:79:\"Do The Woo Community: All Things WordPress 6.4 with Anne McCarthy and Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\";s: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:432:\"<p>Anne McCarthy and Bud Kraus join Abha for a chat about the earlier release of WordPress 6.4 filled with insights and experiences from all.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\">All Things WordPress 6.4 with Anne McCarthy and Bud Kraus</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 28 Nov 2023 10:50: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"BuddyPress: BuddyPress 12.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=332047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2023/11/buddypress-12-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5646:\"<p>The <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-RC1.zip\">first release candidate (RC1)</a> for BuddyPress 12.0.0 is now available!</p>\n\n\n\n<p><strong>This version of the BuddyPress software is a development version</strong>. Please do not install, run, or test this version of BuddyPress on production or mission-critical websites. Instead, its recommended that you evaluate 12.0.0-RC1 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains vital to ensure that everything in BuddyPress 12.0.0 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 12.0.0-RC1 in four ways:</p>\n\n\n\n<ul>\n<li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a>&nbsp;plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>The current target for the BuddyPress 12.0.0 release is&nbsp;<strong>December 6, 2023</strong>. Get an overview of the&nbsp;<a href=\"https://buddypress.org/tag/12-0-0/\">12.0.0 release cycle</a>, and check the&nbsp;<a href=\"https://bpdevel.wordpress.com/\">BP Development updates blog</a>&nbsp;for&nbsp;<a href=\"https://bpdevel.wordpress.com/tag/12-0-0/\">12.0.0 related posts</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s new in 12.0.0-RC1 ?</h2>\n\n\n\n<ul>\n<li>We made three new improvements to the BP Nouveau template pack:\n<ul>\n<li>Member and Group loop entries are now more consistent (see <a href=\"https://buddypress.trac.wordpress.org/ticket/9025\">#9025</a>)</li>\n\n\n\n<li>A group&#8217;s excerpt in a loop is now &#8220;really&#8221; truncating the Group&#8217;s description when it exceeds 225 characters (see <a href=\"https://buddypress.trac.wordpress.org/ticket/9024\">#9024</a>).</li>\n\n\n\n<li>We have made the member&#8217;s cover header action buttons behave more consistently (see <a href=\"https://buddypress.trac.wordpress.org/ticket/9023\">#9023</a>)</li>\n</ul>\n</li>\n\n\n\n<li>We also added other improvements to this template pack to welcome the <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four</a> WordPress theme, including a new Priority Navigation feature (See <a href=\"https://buddypress.trac.wordpress.org/ticket/9030\">#9030</a>).</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">12.0.0 Highlights</h2>\n\n\n\n<h3 class=\"wp-block-heading\">The BP Rewrites API&nbsp;(a&nbsp;massive change!)</h3>\n\n\n\n<ul>\n<li>Site Administrators now have a full control over&nbsp;<strong>all</strong>&nbsp;BuddyPress-generated URLs. They can choose slugs (portions of URLs) that reflect their community, using localized language or special terms that are more meaningful to their members.&nbsp;<strong>All</strong>&nbsp;also means that URLs generated by third-party BuddyPress Add-ons using the BP Rewrites API will be editable.</li>\n\n\n\n<li>BuddyPress is fully compatible with plain URL permalinks.</li>\n\n\n\n<li>Parsing BuddyPress URLs is&nbsp;<strong>faster</strong>,&nbsp;<strong>more reliable, extensible, testable and fully compliant</strong>&nbsp;with WordPress best practices.</li>\n\n\n\n<li>Please note that if some of your BP plugins are not ready yet for this new API we have you covered thanks to this <a href=\"https://wordpress.org/plugins/bp-classic/\">backwards compatibility plugin</a>.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">A new community visibility level: Members only</h3>\n\n\n\n<p>Thanks to the BP Rewrites API, we were able to give site admins a choice as to whether their community should be fully public or only accessible by logged-in members. In future versions, we hope to add granularity to this choice, so that community administrators can choose to highlight their members but share activities only inside the community “gates” for example.&nbsp;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Ways to contribute</h2>\n\n\n\n<p>BuddyPress is open source software made possible by a community of people collaborating on and contributing to its development.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to developing the software and ensuring its quality. Its also a meaningful way for anyone to contribute—whether you have coding experience or not.</p>\n\n\n\n<p><em><strong>If you think youve found a bug</strong>, you can share it with us replying to this&nbsp;<a href=\"https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/\">support topic</a>&nbsp;or if youre comfortable writing a reproducible bug report,&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">file one on BuddyPress Trac</a></em>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate BuddyPress</h3>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into as many languages as possible!</a>&nbsp;This release also marks the&nbsp;<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a>&nbsp;point of the 12.0.0 release schedule.</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:\"Tue, 28 Nov 2023 00:58: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: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:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WordPress.org blog: WP Briefing: Episode 67: Openverse &amp; Photo Directory Rewind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/11/openverse-photo-directory-rewind/\";s: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:11665:\"<p>WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project Openverse and Photo Directory and how they differ from one another! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <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/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a> (now closed)</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>&nbsp;&#8211; The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023. State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\" target=\"_blank\" rel=\"noreferrer noopener\">ask-matt@wordcamp.org</a>&nbsp;or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</li>\n\n\n\n<li>WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\" target=\"_blank\" rel=\"noreferrer noopener\">extended their call for sponsors</a>, slated to take place in Taipei, Taiwan, March 7-9, 2024. The new deadline has been extended to November 30, 2023.</li>\n\n\n\n<li>The Documentation Team created a new GitHub repo for end-user documentation and its translations to all locales. More info about this can be found&nbsp;<a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16454\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re going to take a listen to last year&#8217;s episode about Openverse and the Photo Directory. A lot has changed in that project, well in, in both of those projects since then. For instance, the Photo Directory just passed a 10,000 photo milestone. And Openverse, in the past year, got their own URL and have been hard at work strengthening the reliability of their APIs.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> But for some folks, it might still be a little unclear just what the difference is between these two projects. So let&#8217;s take a listen, and don&#8217;t forget to catch the updated small list of big things at the end of the episode.&nbsp;</p>\n\n\n\n<p>[00:01:13] (Music interlude)</p>\n\n\n\n<p>[00:01:21] <strong>Josepha:</strong> About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed in the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth of teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p>[00:01:41] <strong>Josepha:</strong> Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>[00:02:13] <strong>Josepha:</strong> So, in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version as well.&nbsp;</p>\n\n\n\n<p>[00:03:52] <strong>Josepha:</strong> Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So, you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse not only is a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So, it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>[00:04:37] <strong>Josepha:</strong> So that&#8217;s your elevator pitch of what is Openverse and how does it use the Photo Directory.&nbsp;</p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So, no code is required, no development environments, no testing skills. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Josepha:</strong> And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code-inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p>[00:05:53] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Josepha:</strong> And that brings us now to our November 2023 small list of big things.</p>\n\n\n\n<p>[00:06:07] <strong>Josepha:</strong> The first thing that&#8217;s on the small list of big things this week is that the countdown is on for this year&#8217;s State of the Word. If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11th, 2023. State of the Word will include a Q&amp;A session, and if you want to participate, you can send your question to ask-matt@wordcamp.org.&nbsp;Or, ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream, so if you&#8217;re choosing that option, don&#8217;t worry; there&#8217;s not anything to do right this second.&nbsp;</p>\n\n\n\n<p>[00:06:40] <strong>Josepha:</strong> The second thing on the list is that WordCamp Asia has extended their call for sponsors for the conference that is slated to take place in Taipei, Taiwan, March 7th through 9th, 2024. The new deadline has been extended to November 30th, 2023, and so if you have been on the fence about whether to sponsor that event or not, for one, please do sponsor it, and for two, you still have a little bit of time to get over there and show your support.</p>\n\n\n\n<p>[00:07:05] <strong>Josepha:</strong> And then the last thing on the small list of big things is that the documentation team now has a new GitHub repo created for end-user documentation and its translations into all locales. For more information about this, come check out the show notes. I will have a link right there for you. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:07:26] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you have questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:07:51] (Music outro)</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, 27 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s: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:84:\"Do The Woo Community: Meetups and State of the Word Watch Parties with Devin Maeztri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/meetups-and-state-of-the-word-watch-parties-with-devin-maeztri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"<p>Devin Maeztri joins us as a new host and shares more about meetups and how to put together a State of the Word 2023 watch party.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/meetups-and-state-of-the-word-watch-parties-with-devin-maeztri/\">Meetups and State of the Word Watch Parties with Devin Maeztri</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2023 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: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:104:\"Gutenberg Times: Gutenberg Changelog #93 Gutenberg 17.1, Command Palette, Data Views and Grid Layout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=26509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64615:\"<p>In this episode, Isabel Brison and Birgit Pauli-Haack discuss Gutenberg 17.1, the Command Palette, experimental Data Views and Grid Layout</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special guest: Isabel Brison </h2>\n\n\n\n<ul>\n<li>GitHub <a href=\"https://github.com/tellthemachines\">@tellthemachines</a></li>\n\n\n\n<li>WordPress <a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a></li>\n\n\n\n<li>X (former Twitter) <a href=\"https://twitter.com/ijayessbe\">@ijayessbe</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/11/getting-started-with-the-command-palette-api/\">Getting started with the Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/11/20/design-share-nov-6-nov-17/\">Design Share: Nov 6-Nov 17</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/\">Plugin Directory: Preview button revisited</a></li>\n</ul>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Whats new in Gutenberg 17.1 (22 November)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/11/whats-new-for-developers-november-2023/\">Whats new for developers? (November 2023)</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49018#top\">Try adding a grid layout type</a>#49018</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/56237#top\">Dataview: media view</a>#56237</li>\n\n\n\n<li>GitHub Label <a href=\"https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Data%20Views\"><strong>[Feature] Data Views</strong></a></li>\n\n\n\n<li></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 93rd episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 17.1, the command palette, data views, grid layouts. A lot of good things. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress Open Source project sponsored by Automattic&#8217;s Five for the Future Program.</p>\n\n\n\n<p>Wow, that&#8217;s a mouthful. I&#8217;m so happy to have Isabel Brison with me. She&#8217;s a JavaScript developer at Automattic, working on Gutenberg as a core contributor. Editor co-lead for 6.3. WordPress 6.3 release in August. And also, she mentored the cohort editor tech and triage for 6.4, which just came out at the beginning of November. So, greetings to Sydney, Australia. How are you today, Isabel?</p>\n\n\n\n<p><em>Isabel Brison</em>: Hi. Hello. Very good. Just getting towards the evening, end of the day here. And yeah. Doing pretty well. Thanks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Excellent. Yeah. Well, I just got up. Just so everybody knows, we are an around the globe operation here. And it&#8217;s now 9:30 on November 24th in Europe. And Isabelle, it&#8217;s about 7 o&#8217;clock at your place?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, it&#8217;s 7:30 here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: 7:30. Yeah. So, let&#8217;s get started. We have a lot of things to talk about.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions &#8211; Command Palette</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But first we have &#8230; Before we go into the changelog of the latest Gutenberg plugin, let&#8217;s talk about other things that happen in the community. The first one is Justin Tadlock published a tutorial on how to create your own commands with the command API. It&#8217;s an introductory tutorial, and it shows you how to create &#8230; If you want to open up the Experiments page, you can do this with a plugin.</p>\n\n\n\n<p>So, you put all the commands in one plugin, and then you activate it. And then, you have command for opening the Experiments page. Or it also has toggle the panel command or toggle the user preference commands. And the last one is also toggle the panel command, but it has some additional sidebar notices in there. Not sidebar. Snack bar. Snack bar are the ones that are on the bottom of screen. So, you know, &#8220;Okay, something happened.&#8221; Sometimes, with a command palette, sometimes, you don&#8217;t get a notification back, something happened. So, adding the snack bar notices is also in the tutorial. So, this is a great way to get started. And there is an advanced article to come, as well, to use command loaders to have additional or a little bit more, how would I say, functionality with it without just opening up and down certain features.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. This is pretty cool because, I guess, you can open any page. You can open setting &#8230; You can toggle settings from it. And say you&#8217;re a plugin. You could potentially add a command to the palette where you can direct people to your plugin page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, for own plugin. Of course, yeah. You can add that as an additional feature to your plugin to provide also commands for the command palette. I think that&#8217;s really cool. I&#8217;m waiting for the point, but I&#8217;m always waiting. I&#8217;m waiting to the point where I can daisy chain those commands, so certain workflows can happen on key press with the shortcut. Yeah. So, I can say, &#8220;Okay. Now, give me a separator block and use that particular variation.&#8221; And it would save me three clicks on the mouse on a weekend edition that has, I don&#8217;t know, 15 sidebars in there. So, it will be quite a saving, but yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, workflows. That would be pretty cool. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I don&#8217;t know if that&#8217;s &#8230; I think that&#8217;s part of the idea for the command palette later on, maybe. Yeah. Or maybe that&#8217;s plugin territory. We&#8217;ll see what comes out of it.</p>\n\n\n\n<p><em>Isabel Brison</em>: I was just thinking and just wildly speculating here, but with all the talk about AI that&#8217;s been happening in the past 12 months or so, you can imagine that that would be a flow where you could just &#8230; In the future, you would be able to just open it up and go, &#8220;Oh, give me this, that, and that.&#8221; And your AI assistant would pull it up like a bunch of translate what you said into blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. You could certainly use that search box on the command palette also to create AI commands, and then what comes back in the lower section of the command palette would be some cool stuff. Yeah, some pictures that you were looking for or some &#8230; Oh yeah, some summaries or text or translations. Yeah. Yeah. Let&#8217;s wildly speculate on the command palette for &#8230; I love it.</p>\n\n\n\n<p>So, Joen Asmussen, who is part of the WordPress design team, has published his Design Shares that is just showcasing the things that the team is working on or has been working on in the last two weeks. If you want to follow the design make blog, you will get notifications every two weeks and to see what&#8217;s going on, because the design team not only makes things pretty, it also thinks through some of the workflow and some of the, &#8220;How should this work, and how does the interface work with that?&#8221;</p>\n\n\n\n<p>And so, you get a glimpse into the future for certain things. And he starts out with the sticky table elements. That&#8217;s for the data views or the admin list views. That&#8217;s how the header column and pagination, and also that the data inside each cell&#8217;s always integrated and the pagination is locked in the same position.</p>\n\n\n\n<p>So, then, also, to new and URL popover, tightening up the user interface. They&#8217;re working out, also, on the open source audio component for the Creative Commons site, which looks really nice. I really like that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then, some great iterations over a dropdown menu. That is a new component, and you can follow along that and you see what kind of details the team is working on for any of those interface components that not only power Gutenberg or the plug editor, but also are used by plugin developers for their own interfaces if they choose so. So, this is definitely a great insight into how much work and thought goes into some of the interfaces.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, definitely. And dropdowns are such a hard area. It&#8217;s so hard to get right. And I mean, speaking from the experience developing in Gutenberg for years, and there have been so many problems with the popover component positioning, and there is so many bugs that we&#8217;ve had to fix. So, I&#8217;m really looking forward to the next iteration of dropdowns, and especially with these flyovers &#8230; I mean, a way of making the dropdowns when they&#8217;re nested easier to navigate. I think that&#8217;s really important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. And it&#8217;s not only for menus. It&#8217;s for all kinds of interfaces that come in and out of the sidebars and from the top bar and all that. So, yeah. That&#8217;s definitely some great work that we can see there. They also worked on a range date picker. That&#8217;s more for plugins? I&#8217;m not quite sure. Yeah. The range picker is something that you get when you book a flight or a hotel where you say, &#8220;Okay, I go from November 11 to December 13,&#8221; and you have the range to pick. It&#8217;s an initial sketch and, yeah, it&#8217;s definitely something plugin can &#8230; I don&#8217;t know. I&#8217;m really having a hard time picking where in Gutenberg that might be helpful.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I was trying to think where we deal with dates. I mean, post publishing doesn&#8217;t usually need a range, so I&#8217;m wondering if there&#8217;s &#8230; Oh, no, actually &#8230; So, possibly, because I think maybe that will have someplace in the data views where &#8230; Again, I&#8217;m wildly speculating here, but I imagine with &#8230; Because there&#8217;s a fair amount of thinking being done around how to actually make the data views be good to organize data and to organize content. And so, potentially, you&#8217;d think you might be able, at some point, to pick, say, a range of posts from this date to that date or something like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. Would make sense. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: And then, having a range date picker could be useful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It could be useful for bulk edits, for instance, or just for viewing, say, &#8220;Okay, all the posts around Thanksgiving, give them a Thanksgiving kind of tag&#8221; or something like that. Yeah. Bulk things. Yeah. But yeah, you&#8217;re right. Yeah, that could be for some of the admin components. Yeah.</p>\n\n\n\n<p>And then, the styles panel where &#8230; There&#8217;s an interesting iteration of the styles panel work where you can have it all on the left-hand side of the site editor. And right now, the style work is all on the right-hand side of the editor, but now you have a middle column between the content and the menu where you can edit or change the colors and the font and this kind of thing. So, that&#8217;s a nice iteration. We&#8217;ll see how far that gets into the editor.</p>\n\n\n\n<p><em>Isabel Brison</em>: I see that this styles panel &#8230; This is referring to what, in my head, I still call global styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s also a combination between the global styles as you know it and the style book. And then, have the sidebar on the left-hand side, so it has more connection between which entity you are actually editing.</p>\n\n\n\n<p><em>Isabel Brison</em>: Because right now, on the left-hand sidebar, we have, in the site editor, we have a style section that allows you, if the theme has style variations, to pick a theme style variation. So, that&#8217;s &#8230; It&#8217;s weird that we have the styles on that side, and then we have the global styles on the other side. So, yeah. Potentially, it would be nice to have everything in one place.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And especially about the style variations &#8230; Once you have your theme selected and you select the style variations, then it&#8217;s too prominent in the menu because you don&#8217;t need it anymore. It can be hidden for something until you need it again. And I think that&#8217;s also part of the rethinking how the left menu items work in terms of order of importance or context sensitive. I don&#8217;t know. These are some of the thinking behind that. And it comes through some of the GitHub issues where say, &#8220;Hmm. Yeah. Shouldn&#8217;t we be smarter, or shouldn&#8217;t the system be smarter to hide that when you don&#8217;t need it anymore?&#8221; But that mind reading business is such a hard…</p>\n\n\n\n<p><em>Isabel Brison:</em> Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; such a hard tour.</p>\n\n\n\n<p><em>Isabel Brison</em>: Mind reading? Very hard, very hard. Even with AI.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then, we are still in the design shares by Joen, and he also has a link for the events redesign. There&#8217;s &#8230; under the community section where the meetups and the WordPress, the WordCamps &#8230; they&#8217;re working on an events page or events section that is a little bit more modern than what we have right now. And it&#8217;s a nice iteration, and it&#8217;s really coming together. So, yeah. The community team is working very hard with the design team to get this done.</p>\n\n\n\n<p>And then, there is a mockup. We found a mockup for something that was actually missing in the site editor, that &#8230; these are the settings around the homepage that are in the general settings, but actually totally removed from all the homepage templates, kind of thing, so &#8230; and page edits. So, this is going to &#8230; might be &#8230; It&#8217;s a quick mockup to bring those settings in also into the site editor.</p>\n\n\n\n<p>Yeah. So, those were Design Shares. And I always like to do &#8230; Go in there and look at it even for &#8230; Well, and this was the first, again, that we did it on the podcast because, of course, it&#8217;s visual and, on the podcast, you don&#8217;t see anything. We can&#8217;t show it to you. But I really urge you to, of course, share the link in the show notes. But take a look at that. It&#8217;s really very interesting for me and exciting. And when you follow every two weeks, you get an idea of where things are going and what people are working on.</p>\n\n\n\n<p>And then, the last thing I wanted to point out for you, dear listeners, is that the plugin directory &#8230; About six weeks ago, there was this little kerfuffle that there was a live preview button enabled on the plugin directory, but it wouldn&#8217;t work for all plugins. And what it does, it opens up the WordPress playground, installs the plugin so a user can actually test out the plugin in a live environment without having to set up a test site or put it on their production site or any of that. So, it&#8217;s a really cool feature in my view.</p>\n\n\n\n<p>And Alex Shiels, who&#8217;s a longtime member of the Meta Team, enabled it, and it was actually a smart move because, within a day or so, he had all the feedback he needed to take it down again and revamp it, and then come out with it in a way that the plugin developers can work with it. And on the Meta blog, he just published that the preview button is now available for plugin developers, for the plugin maintainers to create a blueprint file on what is all needed for the test site, for the playground to be a good test site for that plugin.</p>\n\n\n\n<p>And they can test it out. They can configure the playground with a blueprint file. And then, once it fits our needs, they can opt in for themselves. And then, later on &#8230; That&#8217;s not yet implemented. They can open it up to their users. So, there&#8217;s a double opt-in for that feature, but it had all the &#8230; So, it&#8217;s all in the control of the plugin developer. But if you are a maintainer of the plugin developer, any feedback you have about this, leave it on the post. They&#8217;re very grateful for it to make this better and better and better.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, absolutely. It&#8217;s a feature where you really need plugin developers to test it and make sure that it works for their use case because there are so many different types of plugins. And I think, from memory, one of the problems that was flagged initially was that some plugins have dependencies, so they don&#8217;t do anything in isolation, and having a preview just doesn&#8217;t work unless you can configure the proper environment to have that preview in. And so, I think that&#8217;s one of the features that have now been added is that each plugin developer can configure the optimal environment for their plugin to run it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Exactly. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; which makes perfect sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it has a few &#8230; So, the blueprint.JSON &#8230; It&#8217;s a JSON file that you can have the steps that the playground needs to make to be a good demo site, be it a plugin install, be it a open up &#8230; In the block editor, for instance, if it&#8217;s a block or a block editor feature to see it right away and not have to go through, &#8220;Okay, this is the admin. This is the login. This is &#8230;&#8221;. You get right to the point of it. It&#8217;s really neatly done. So, yeah. Check it out as a plugin developer. Again, it&#8217;s not yet open to the public.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Whats Released &#8211; Gutenberg 17.1<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>All right. This brings us to the section, what&#8217;s released. And right now, we&#8217;re talking about Gutenberg 17.1. Andre Maneiro was the release lead. And it has PRs from 55 contributors, three of them new. Yay. And they submitted about 200 PRs that are merged in this version.</p>\n\n\n\n<p>Andre writes, &#8220;The release includes several new enhancements, loads of bug fixes, and continued work on Phase 3.&#8221; The release post is, of course, in the show notes, and let&#8217;s just dive in. And yeah, say in the foreground though, it&#8217;s more quality of life and bug fixes than anything else apart from the data views. But we can talk about it a little bit later about that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So, the first item I have highlighted is that the template parts now have a fallback to the current theme when it&#8217;s not provided. So, that is just make it all a little bit more predictable and not running into errors or confusion for the user. So, if a template part &#8230; If a header isn&#8217;t &#8230; What is that exactly? So &#8230; Go ahead.</p>\n\n\n\n<p><em>Isabel Brison</em>:The template part. If there is a template part referred that doesn&#8217;t actually exist, then it will fall back to a default template? I didn&#8217;t actually read it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that comes from the theme. Yeah. So &#8230;</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m not sure how the internals work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No, it&#8217;s the fallback is directly to the theme part that comes closest, pretty much. It&#8217;s a performance enhancement to make sure that searching for something that&#8217;s not there doesn&#8217;t slow things down. And now, the next one that I wanted to point out was that the site editor now also shows theme patterns from the directory, showing things from the directory. It wasn&#8217;t built into the site editor yet. It wasn&#8217;t the post editor. So, any post and pages. You were able to add things, point out to the &#8230; So, the theme has &#8230; In the theme JSON can point to patterns that are in the directory, and they would show up in the pattern section of the post editor, but they wouldn&#8217;t in the site editor, and that&#8217;s now fixed. Does that make sense?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s great. Yeah, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, for the theme, it means the theme developer doesn&#8217;t have to bundle all the patterns with theme if they put it up on the directory and then just can refer it to it with the slug. And that&#8217;s a nice way to do it.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s also &#8230; I mean, that can also be considered or &#8230; Maybe not performance enhancement in itself, but it does make things easier if you want to create a performance theme so you don&#8217;t have a dozen, or I don&#8217;t know, a hundred patterns bundled into the actual theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That&#8217;s true. Yeah. But, of course, they all need to follow the same mechanism. So, if you have more than one theme and you want to refer the same patterns in the directory, it also streamlines your processes a bit. So, there are a few things that are coming for the globalized revisions. So, revisions are something that were supposed to come into 6.4, but they didn&#8217;t make it because it was such a huge project that the two months of development time wasn&#8217;t enough. But it&#8217;s definitely slated for 6.5 and, now, there are improvements with every Gutenberg plugin release.</p>\n\n\n\n<p>This time, we have a consistent back button behavior and the scripted text timeline for the revisions. And also, it loads unsafe revision items in the revisions preview, even if you haven&#8217;t clicked on Save. So, that definitely helps you not losing content or changes. Those global style revisions are so useful, and I&#8217;m looking forward to seeing them in WordPress.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, there is a version of revisions. There&#8217;s a very basic global styles revisions already available in 6.4, which you can &#8230; From global styles or styles &#8230; I always call it global styles because styles is just so vague. Styles revisions. There&#8217;s a little section in here, and you can look at the revision history.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, it was in 6.4, but not fully fledged out. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You&#8217;re right. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, it&#8217;s ongoing. So, there&#8217;s a very basic version that&#8217;s been merged in 6.4. There is a lot more optimization, UI improvements, making the whole experience smoother that is still being worked on and due for 6.5.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think the revisions on posts are so old. They don&#8217;t know anything about blocks. So, it&#8217;s really hard to make a good, informed decision on how that&#8217;s actually going to look visually when you have to show style. So, going from one place to the next and see how that fits in and does it work? I think it&#8217;s a longer iteration process than one would seem. And that &#8230; Yeah.&nbsp;</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, totally. Because for the post edit &#8230; So, if you&#8217;re revising your content, if you&#8217;re looking at the revisions for posts, you still get that. Basically, it&#8217;s the classic WordPress admin interface where you see a diff of the content, but it appears in markup form and that gives you no clue. I mean, especially if you have a lot of blocks on the page and you&#8217;ve changed the attributes and you&#8217;ve changed the blocks. And you just have to go and read through all that markup, and there&#8217;s no way of seeing the difference visually, which is important when there&#8217;s a very visual-oriented tool, which is the block editor. So, yeah. That will be great. That&#8217;s still to come, being actively worked on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Then, the block editor has the button block got a simple thing, we would think, but it&#8217;s &#8230; because our muscle memory. So, now, if you use double enter, you skip to the default block and it doesn&#8217;t repeat the design of the other block. Is that what I&#8217;m reading there?</p>\n\n\n\n<p><em>Isabel Brison</em>: There&#8217;s a keyboard shortcut for the button block. Yeah. So, buttons are interesting because, a while ago, it was decided that, if you change a style on a button &#8230; Say, if you change button to another style variation, you will probably want the next button to have the same style and you might not. So, the double enter thing. I&#8217;m not quite sure how it works because when you click enter from one button, you go into the next button, usually. Right? So, double enter.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If you do double enter, it skips the styles and goes to a default block way.</p>\n\n\n\n<p><em>Isabel Brison</em>: But to a default button block? Is that what it does? Sorry. It&#8217;s just not very…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, double enter at the end of a button block.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; clear to figure out what it does.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; moves back to the next line so you continue typing. Double enter in the middle of button blocks.</p>\n\n\n\n<p>Isabel Brison: Oh, it takes you out of the button block. Oh. Oh, that&#8217;s brilliant. Yes. I see. Cool. Cool. So, it has nothing to do with the button styles. It&#8217;s all about making it easier to add another block that&#8217;s not a button after the button block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, that&#8217;s great. Yeah. Oh, I&#8217;m all for keyboard improvements all the time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Default block, not default button. I read it wrong. Yeah, I&#8217;m kind of &#8230; Yeah. Okay. That&#8217;s a really good behavior. And I knew it was something that I was actually expecting to be because we know it from the list view. We know it from the list block. We also know it from other blocks that, when you do double enter, you&#8217;re out of that whole inner block behavior, like the social blocks, and then you go out. And I just read it wrong all of a sudden.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, that is such a great improvement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s like &#8230; Some of the things where I say, &#8220;Why wasn&#8217;t it before?&#8221;&nbsp;</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Well, it&#8217;s an iterative process. Yeah, true. There are all these &#8230; And sometimes, it&#8217;s just tiny things make the experience so much better, but they&#8217;re not always obvious. And sometimes, they&#8217;re actually not very easy to implement. In this case, I don&#8217;t know. I didn&#8217;t actually look at the pull request for this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And a similar thing is actually the next one for the design tools where we get block gap support for the quote block. And so, now, it has a good layout support, and you can better control the spacing of the inner blocks. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, that one was actually easy to implement. I know because I like it myself. So, someone else did. So, another contributor submitted a pull request to add layout support to the quote block. This was Tomoki Shimo Mura. I hope I&#8217;m saying the name correctly. And so, that added basically support to the quote block, and that means that quote will automatically use the default block spacing. And that is good because it brings it in line with whatever the default theme block spacing is. So, it&#8217;ll have the same kind of spacing that other blocks have between them by default.</p>\n\n\n\n<p>But then, I and a few other contributors reviewed that pull request, and we started talking, &#8220;Well, what would be great would be to actually give explicit block spacing support to the block.&#8221; Because now that it is using the default block spacing, it would make sense that, if people want to change it, they have the control available. So, that was just sort of a little follow-up, and it was literally one-liner. Just adding support for block spacing…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, and this is…</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; which made sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; blocks JSON? Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, now, you can change. So, now, by default, it will have whatever the default theme spacing, block spacing is. And if you want, you can go into your quote block, and you can change the spacing to make it bigger or smaller as you design.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Now, we get also &#8230; So, for the list view, we now have a keyboard shortcut to select all blocks. It follows the common keyboard shortcut for Select All. So, it&#8217;s either Command-A or Control-A. Command-A for Mac, and Control-A for Windows. To select all the blocks that are in the list view. And that&#8217;s really good, especially when you just hit delete and then gone!</p>\n\n\n\n<p><em>Isabel Brison</em>: Love a good keyboard shortcut. Command-A Delete. Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New APIs</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then, next one is actually a good thing. It sounds so technical, but it&#8217;s the Download blob: remove download js dependency. But what it actually does is &#8230; Found that when you export the patterns, the former reusable block being synced patterns now &#8230; When you export them and use the JSON to upload them, it works. But if you do this with other patterns, the synced patterns, somehow, it used the different JSON package, whatever, and it was malformed JSON. And now, they streamlined the same mechanism for both of the downloads and exports for the patterns.</p>\n\n\n\n<p>So, that was interesting experience that it was implemented in both, but then one implementation worked and the other didn&#8217;t. Now, we found out which one is the right one and streamlined it. Sometimes, it is a clear path forward on certain bugs, and sometimes it&#8217;s not. But this was clear.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Oh, yeah. That&#8217;s good.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Speaking of patterns, now you can actually add embed blogs to your patterns, and they render correctly on the front end, which was &#8230; I think, even in the block editor, that wasn&#8217;t always a given that you could use a certain video in the patterns or a certain social post in the pattern. It would only display the link for that, but it didn&#8217;t process the embed. So, now, it does. And that&#8217;s a really good enhancement there.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, this brings it in line with templates. I guess patterns was one of the areas where it was probably one of, I guess, the last remaining area where embeds weren&#8217;t being processed because there&#8217;s already logic in place to process them in templates and widgets and things like that. So, this made perfect sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And now &#8230; Well, we are a travel from all the different things to all patterns, like template parts are patterns. Reusable blocks are patterns. Patterns are patterns. And people are working on the partially synced patterns. So, it&#8217;s all &#8230; Pattern is what makes it stick now.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I think it&#8217;s a good thing in general. I mean, we&#8217;ve had reusable blocks for ages, and patterns was a new version, but they&#8217;re very similar in, I suppose, the ways that they&#8217;re used in their use cases, I should say. And so, it does make sense for them to be one thing, and you can choose whether they&#8217;re synced, whether they&#8217;re not, whether they&#8217;re partially synced, I guess.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: So &#8230; It&#8217;s good to provide a range of options, but I definitely appreciate having the renaming of reusable blocks to patterns so that we all know that we&#8217;re talking about the same thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And the only so difference from just which content updates and which doesn&#8217;t. Yeah. So, the next item &#8230; It&#8217;s just a code quality or quality of What You See Is What You Get editor that you can now see the post image block is now wrapped in anchor tags, is also in the editor, not only on the front end but also in the editor. So, you know it&#8217;s actually working and functioning, kind of thing.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The What You See Is What You Get editor is a promise, and sometimes it falls down.</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s good to have consistency. It&#8217;s hard. It&#8217;s a hard problem sometimes because the markup. The editor is an editor ultimately, and you have to have content edits all over the place because the content has to be editable, obviously. And so, there can&#8217;t always be a one-to-one match between the markup in the editor in the front end, but the more divergent it becomes, the more chance there is for bugs to be introduced and for them not to be a visual match. So, we are always trying to make sure it works. It&#8217;s a very fine line.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s very interesting. Sometimes, you encounter problems when you solve something on the front end, but then you get it into the editor and then it doesn&#8217;t work anymore. So, one example was that the gaps between the blocks &#8230; You could actually switch off, and all controlled through the interface.</p>\n\n\n\n<p>But what happened was, now that the space between the blocks wasn&#8217;t big enough, the siblings insert between didn&#8217;t have a place to show anymore. So, that was an interesting &#8230; I don&#8217;t know if you have an issue for that, but it came up in one of the calls for testing, and it was really interesting to &#8230; Yeah. Well, yeah. What You See Is What You Get, then it&#8217;s not what you see.</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s actually &#8230; It&#8217;s What You See Is Not What You Want To Get, I guess, because you still want to see &#8230; I don&#8217;t want to have space between the blocks, but I do want the sibling insert to appear because I do actually need to add something between these two blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And sometimes, you have these competing interests to line up &#8230; Just a little tangent here.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, what do we have?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The next is a component for the &#8230; There&#8217;s the image link button pressed state on the media text block. Sometimes, the headlines are a little bit obscure. So, in the image block and in the media text block, when the image is linked, the link button in the block tool doesn&#8217;t have a pressed state. Okay. So, as such, there&#8217;s no visual semantic accessible information for the image to actually be linked. Okay. That is fixed. Cool. Yeah, that&#8217;s an important accessibility issue fixed. And then, another one.</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m just going through and trying out all the things. Adding a link to an image and seeing &#8230; Oh, yeah. I see. So, now, it actually becomes obvious that there&#8217;s something in here. So, now, the button &#8230; It becomes a dark background, light-colored text. I think this is the change. Oh, that&#8217;s cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The next one is a similar one. It helps you get your focus back when you&#8217;re on the toolbar and use the Escape key and then you get back to the editor canvas, and you don&#8217;t have to tap around the thing. Escape gets you out of the block tool. It&#8217;s interesting.</p>\n\n\n\n<p>For those who are more keyword users, that&#8217;s definitely a good problem to solve. And that&#8217;s the piece that goes with a double Escape coming out of a button block into the canvas. Again, that&#8217;s a similar one when you block toolbar doesn&#8217;t get you &#8230; You have to use the mouse or something like that to get out of the toolbar or tap instead of Escape. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: I think &#8230; memory. I&#8217;m going to test this. But I think what happened before was, if you were on the block toolbar and you pressed Escape, you would be taken into navigation mode.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah. Right. Yes.</p>\n\n\n\n<p><em>Isabel Brison</em>: But actually, no. I think, now, I&#8217;m actually testing this on a 6.4 vanilla, no Gutenberg install. And what I&#8217;m doing &#8230; I&#8217;m in the block toolbar. I&#8217;m going around the buttons in the block toolbar, and now I press Escape and focus just seems to go somewhere. I&#8217;m not sure where it goes. It might actually &#8230; Ah, interesting. Okay. That was definitely a bug. Good job. It&#8217;s been fixed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, when you say, &#8220;vanilla 6.4, no plugin,&#8221; means that was before this release came up.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. So, I was comparing. So, I&#8217;ve got Gutenberg &#8230; Actually, I&#8217;ve got Gutenberg trunk on my local development environment, and I have another install of just 6.4 and I just keep comparing it and see what&#8217;s changed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performanc<strong>e</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What&#8217;s changed. Yeah. So, this was the time for some of the basic accessibility things to be fixed and bugs to squash. Another one was &#8230; It actually sounds like a code quality performance, a code quality PR. But it&#8217;s under performance. And the List View Block. It has a lot of calls to the same hooks. And the code quality was to just combine those hooks, those calls, to the &#8216;useSelect.&#8217; And that actually increased performance quite a bit on the List View. So, yay.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yay for all performance improvements and especially with the List View because it&#8217;s becoming more and more important to navigating in the block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. And it&#8217;s definitely considerable when the tests were 1,000 blocks, and the call were four calls per block. So, it was 4,000 calls to the same store. It was interesting.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Oh, yeah. Absolutely. Yeah, you don&#8217;t want that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, there were two documentation issues that I wanted to point out from this release. And there was that there is a new Block Development Quick Start Guide in the Block Editor Handbook and also one for how to create the block templates for the scaffolding tool. So, if you&#8217;re a block developer and/or a budding block developer, check out the new quick start guide on your journey from becoming confused to becoming a proficient block developer. And so, that is in part of the revamp of the Block Editor Handbook that has been published. And the second one is also there is a built-in local environment with Gutenberg. It&#8217;s called wp-env, and that is now also listed under additional resources for local environments.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, nice. That&#8217;s good. I mean, it&#8217;s a good development environment if you&#8217;re okay with running Docker, which, I guess, Docker can be pretty resource-intensive. So, it depends on how powerful a machine you have, if you want to run it or not. But if you&#8217;re okay with running Docker, then this is a really easy environment to get set up and running.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And to test whatever you&#8217;re developing on the current environment. You don&#8217;t have to set up database and PHP and connectings to and the usual MAMP things. Yeah. So, yeah. It&#8217;s definitely a good resource, and people worked on it. So, yeah. It&#8217;s been around for a while but never really mentioned in the documentation. So, now it is.</p>\n\n\n\n<p>And that&#8217;s, I think, is all we have from this release. And I guess you probably, dear listeners, agreeing with us. There was not a whole lot of big things in there. There was no big thing in there, but it was all good enhancements and &#8230; Performance enhancement as well as user interface enhancements and certain great accessibility improvements as well.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Whats in Active Development or Discussed &#8211; Grid Layout and Data Views</h3>\n\n\n\n<p>Which brings us to what&#8217;s in active development or what&#8217;s discussed. And this is just an announcement. Maybe we could have done it earlier, but it&#8217;s &#8220;What&#8217;s new for developers?&#8221; a roundup post is published on the developer blog.</p>\n\n\n\n<p>If you haven&#8217;t signed up for that feed, it&#8217;s a roundup post of what&#8217;s new between the 10th of the month and the 9th of the month and published on the 10th of the month. And Justin Tadlock and I were compiling that from various sources like being a GitHub, a Gutenberg release, what&#8217;s new into core, what&#8217;s around on the learn for developers. So, you can go through &#8230; It has a huge table of content, but it also gives you an inkling on what&#8217;s new, what you should pay attention to, and where things are going, and where you find the information to follow along.</p>\n\n\n\n<p>And it mentions the experimental pieces, the form and input blocks, and also the Data View works with links. And then, some major changes that came with 6.4, but this is a repeat of some of the Dev Notes condensed, but just highlighting in case you missed it. And then, moving away from the WordPress/element to React and &#8230; Yeah, all these good technical things.</p>\n\n\n\n<p>I will share a link to it in the show notes. For instance, it mentions the new Tabs component that replaces the TabPanel or the PluginPostExcerpt slot fill for plugin developers on the block editor and all that good stuff. Is there anything that stands out that you want to talk about?</p>\n\n\n\n<p><em>Isabel Brison</em>: From the developer?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The &#8220;What&#8217;s new for developer?&#8221; Yeah. We separated into what&#8217;s interesting for plugin developers and what&#8217;s interesting for theme developers. Sometimes, it has an overlap, and then it&#8217;s a toss-up. But that is where you can say, &#8220;Okay, I&#8217;m not interested in plugin stuff. I just want to see what&#8217;s new in the theme stuff.&#8221; And that&#8217;s also a pattern update.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I&#8217;m very interested in seeing where the Data Views work is going. I think there&#8217;s a lot of potential for enabling. It&#8217;s already viewable as an experiment in Gutenberg. So, that&#8217;s a cool one I&#8217;ll be keeping an eye on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, if you want to, just as a developer, if you still have trouble, and &#8230; I think it&#8217;s getting worse that it&#8217;s hard to keep up with Gutenberg. That&#8217;s why we create this monthly view instead of having just everything new every four months when there is a new release out. So, you can see things coming. And if they were interested and not and follow up on that. Yeah.</p>\n\n\n\n<p>So, yes. But speaking about experiments, when you enable the Experiment page on Gutenberg plugin, you see quite a few experiments. But let&#8217;s talk about two of them. One is the Data Views, and what you see is the progress on the lists for content types like the templates or the pages. When you have List All Pages, how can that look in the site editor as well as in the template? So the pages in the site editor as well as the template lists show already these new Data Views when you enable that experiment. Right?</p>\n\n\n\n<p><em>Isabel Brison</em>: From memory, I think it&#8217;s the pages. Let me check. I&#8217;m just going through. I&#8217;m not sure the templates…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s the pages.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; has it yet. So, if we go in the site editor and we get the little black bar on the left-hand side, when you go into the site editor. There&#8217;s a Pages section, and then, at the very bottom, you have Manage All Pages, which takes you to a list view of all of your pages.</p>\n\n\n\n<p>Now, if you have the new admin views enabled, that page &#8230; So, that link in the site editor will actually take you to a new view, which is this Data View, which is quite experimental. And the interesting thing, well, for me, because I love layout and organizing things on pages. The interesting thing is that you can change the layout from a list to a grid, or you can even see a side-by-side view where you have your list of pages and then you can just click on a page and preview it in another window.</p>\n\n\n\n<p>So, it works a bit more like an operating system, for a browser, I guess a bit more. It has this expanded functionality where you can view things in different ways, which could be quite useful depending on what kind of operation you want to do. So, yeah. I&#8217;m really appreciating the work that&#8217;s been done on this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, there&#8217;s also quite a filter view that you can review, can add a filter. You see only those four for a certain author, the pages who are just the status, just the scheduled one or the published ones. And in the views, there&#8217;s also a Sort By version. So, you can sort it by title, by author, by date. And not only the layout. So, also, you can say, &#8220;Okay, I want &#8230;&#8221;. And these are all features that you know from your WP admin, but it&#8217;s actually with a more modern interface and maybe even easier to handle for someone who is new to the system. The grid view shows you the featured image with it if you want to. And the side-by-side is really cool, as well, if you have the space on your screen.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. You&#8217;ll see, right away, the layout of the page. Yeah, it&#8217;s really cool. Check out the experiment. It&#8217;s all experimental. So, at any time, it can change. Anytime, it can go away. Anytime, it can break. So, that&#8217;s the experimental nature of this. But &#8230; yeah. In this release, there has been quite some work on these Data Views, so if you go through the changelog, everything that says Data View at the beginning is about this admin section for the pages and the site editor.</p>\n\n\n\n<p><em>Isabel Brison:</em> But also, I want to add. The thing about experiments is that they&#8217;re being actively worked on, and they are always looking for feedback. And so, it&#8217;s immensely helpful, especially for folks who are invested in this and they want to see this going in a certain direction like, &#8220;Oh, this is really helpful&#8221; or &#8220;This is not good at all.&#8221; That feedback is really useful at an early stage, so that the developers know what&#8217;s working and what&#8217;s not and what might be causing issues for certain workflows or what might be a welcome addition.</p>\n\n\n\n<p>So, yeah, the feedback &#8230; And I guess the downside of the experiments in Gutenberg is that they&#8217;re not always super visible because folks might not even think about going into the Experiment section. It&#8217;s like, &#8220;What is this?&#8221; And you can just click on things and randomly enable stuff, but it&#8217;s always super useful to go in and check those experiments and give feedback on them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I found there are two kinds of people. Those who like to poke at new things and don&#8217;t mind if they get lost or confused or can recover quite nicely from it. And then, there are people who need to be secure or safe in safe spaces and they cannot &#8230; They just want to get their work done, and they are not interested in how the sausage is made and they don&#8217;t want to test things. Say, &#8220;Well, I&#8217;m not your beta test,&#8221; that kind of thing.</p>\n\n\n\n<p>In open source, unfortunately, it&#8217;s a little bit different because we all work on it and we all use it. So, feedback is really important. But as you said, Isabel, but I also know that experiments can be a scary place for certain people.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. I mean, absolutely. I mean, probably, don&#8217;t use it in production, but play around with it on the test website.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But you will see that there&#8217;s actually quite a few things there amongst them. We skipped over that in the release, but there&#8217;s also a Forms Block feature or set that you can test out. And I also wanted to talk about the grid layout. When you go to the Experiments page, it tells you in the experiments there&#8217;s also grid variation for group block. And when you enable that, what happens?</p>\n\n\n\n<p><em>Isabel Brison</em>: What happens? So, when you enable that, what happens is that, when you then go into your post or template editor and you create a group block, instead of getting the standard three variations that you have, which is the regular group, the row, and the stack, you get a fourth variation, which is the grid. And that variation is also available from the block inserter. So, you can just type grid and it gives you the grid block.</p>\n\n\n\n<p>And the grid block is &#8230; Essentially, it&#8217;s a variation of group. It&#8217;s not a block in itself. But what it does is it allows you to set the grid layout on your group block. And it&#8217;s only &#8230; And most of the reason why it&#8217;s still in experimental, even though &#8230; That&#8217;s actually &#8230; I did that a while ago now. More than six months ago. So, it&#8217;s been experimental for a couple of cycles. It&#8217;s not in core yet.</p>\n\n\n\n<p>And the main reason is that it&#8217;s only a very basic implementation of grids. So, you have the ability to set the amount. Not the amount of columns, but the column width. That&#8217;s the default option that you get. That&#8217;s the only option for now, where you can set a width that will be the minimum width of your columns. So, if you squeeze it down onto a really small screen, the columns will not go under the width that you stipulate, but they can stretch if it&#8217;s a wider screen.</p>\n\n\n\n<p>And the good thing about that is that this is pretty much the only version of grid where you can, with a couple of lines of code, create a block that is responsive. Because what happens is, if you get to a point where you don&#8217;t have enough space on your screen for &#8230; Say, you have four or five elements in your grid, and you no longer have the space on your screen to have those four or five elements side-by-side because each of them has a minimum width set. Then, the grid just free flows, and it just calculates how many columns will fit on the screen.</p>\n\n\n\n<p>That&#8217;s the easiest way. It&#8217;s the paradigm of responsive without media queries. And that&#8217;s the best way to achieve that kind of responsive without media queries layout. But, having said that, there is a bunch of configuration that would probably be useful for folks creating actual layouts with this kind of grid. And I think one that jumps to mind immediately to me is the ability to set how many columns your item or your block is going to span because you might want to block to span a couple of columns. You might not want all the columns, all the elements in your grid to have the same width, to occupy the same amount of columns. You might even want some of them to stretch the full width of the grid. And so, having that sort of configurability for children, I think, would be a really useful addition.</p>\n\n\n\n<p>The question is how to implement that. What is the most useful way of implementing that that will satisfy the most use cases? And that&#8217;s where I think there&#8217;s still a bit of design work to be done. And that&#8217;s why that&#8217;s still experimental, although it is &#8230; So, the secret here is &#8230; It&#8217;s not quite a secret, but &#8230; So, grid support technically already exists in core. The thing is the UI is not exposed. So, there&#8217;s no grid group variation in core, but the grid layout already exists because it underlies the grid&#8217;s layout in the post template block.</p>\n\n\n\n<p>So, that&#8217;s already an implementation of CSS grids in post template. And so, that means that if you really wanted to use a grid layout in core, you could go into your block attributes and set the layout type as grids, and that would just work because the code to support the layout type is there. What is not there yet is the UI and the group block variation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow, that&#8217;s really interesting. Yeah, I had no idea. Excellent. Are you going to write a blog post about it for the developer blog? I&#8217;m asking you publicly, but you can say, &#8220;I am going to think about it.&#8221;</p>\n\n\n\n<p><em>Isabel Brison</em>: Is this something that I&#8217;m going to have to commit to? Yeah, no. I&#8217;ll have to think about that. I actually have a fair amount of stuff on my plate right now. I&#8217;m not saying no. That would be great. I would like to write &#8230; I mean, I love CSS and talking about it and trying out new stuff with it. So, that is definitely a possibility that I will consider.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, I also know that Justin Tadlock is in the start blocks for a while now when he heard about grid layout to write about it. But as it&#8217;s still in experiments, it&#8217;s &#8230; Yeah. We need to wait till it&#8217;s out of experiments, and that might take a while. Yeah. What I can see is &#8230; I just enabled it on my test site, and it&#8217;s really cool. I just added a few pictures in there, so it looks like a gallery but it&#8217;s not &#8230; Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Hmm. Yeah, it works. I think gallery is actually a block where it would be really cool to have a grid implementation, especially if you could control the size of the child blocks. So, that&#8217;s something that I&#8217;m looking forward to being able to work on at some point in the future. But there&#8217;s a lot &#8230; And actually, if you go into Gutenberg and you search for the sort of issues where layout and, especially grid, is discussed, there&#8217;s a lot of thinking around how it should work. Everyone has an opinion on it. And it&#8217;s one of those things that it has to be done right, and it has to be done in a way that will satisfy the greatest amount of use cases while keeping the implementation fairly simple and lean. So, yeah. It&#8217;s not going to be a very easy problem to solve, I think, but it will be a great one to solve. It will be great to see the outcome of that once it&#8217;s done.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, absolutely. Absolutely. And it&#8217;ll also answer some of the questions about responsiveness and &#8220;Where are my viewpoints?&#8221; and all that. So, you actually wouldn&#8217;t need them because the grid helps you with that. That&#8217;s modern CSS to you, but it&#8217;s also, what, six or seven years old now?</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, yeah. Grid&#8217;s been &#8230; Actually, it&#8217;s been around. It&#8217;s had decent browser support for a long time. The exciting thing now is subgrid, which is &#8230; It has also, I mean, in theory, been around for a long time, but actual implementation in browsers didn&#8217;t happen until last year-ish. And I think it&#8217;s still not stable in all browsers. Let me just check. Can I use CSS subgrid? Because I think that, in Chrome, it&#8217;s probably already in Canary, but I&#8217;m not sure it&#8217;s in Chrome Stable yet. Wait, what&#8217;s the latest version of Chrome? It might actually be. Oh, yeah. Released October 31st. Okay. So, it&#8217;s in the latest version of Chrome. Actually, it&#8217;s looking pretty good. It was very, very recently implemented in Chrome Stable. So, this means that we can start thinking about not only grids but subgrids, which &#8230; You know what would be amazing is having your block so your block uses grid and you detect whether a parent block uses grid, and then you can enable that. It nested grid as a subgrid of the parent. I&#8217;m thinking that that would be really cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s really cool and totally confusing for a user interface.</p>\n\n\n\n<p><em>Isabel Brison</em>: But everything would be beautifully aligned!</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, the alignment is that one that confuses people. And yeah, I want it. Yeah.&nbsp;</p>\n\n\n\n<p>And I think we&#8217;re getting, time-wise, to the end of our show. It has been a great pleasure talking with you, Isabel, today. The Gutenberg Changelog. The bad news is this is the last Changelog of the year. The good news is we start one right in the first week of January with episode 94. But I have one question, still. What are you currently working on? Because you worked on the grid log a while ago, but what are you working on right now?</p>\n\n\n\n<p><em>Isabel Brison</em>: Right now? So, my attention&#8217;s been a bit scattered here and there with different things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Welcome to the club.</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m actually trying to get some &#8230; I&#8217;ve been trying to add in some controls to allow, I guess, website designers &#8230; And this is probably going to be an interesting feature for agencies and folks using Gutenberg at a more enterprise level, where &#8230; For a long time, folks have wanted to be able to disable certain design controls. And so, I&#8217;m adding a few settings to layout so that some of the controls in layout can be disabled at a site-wide or a block-wide level. But that&#8217;s not very exciting. That&#8217;s not very exciting in terms of new features, something that probably should have already existed in there. So, I&#8217;m just going, &#8220;Okay, let&#8217;s add this in.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I know.</p>\n\n\n\n<p><em>Isabel Brison:</em> The thing I&#8217;m excited about…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; which I&#8217;m just starting to dabble in. I&#8217;m starting to play around with Drag and Drop because I think there&#8217;s a lot of space for improvement in the current Drag and Drop. And this is not to say that it&#8217;s bad because it&#8217;s a lot better than it was a couple of years ago. There&#8217;s steadily been work and improvement in that area, but I think there&#8217;s still a fair bit of stuff that can be done. And I&#8217;m particularly excited to try and combine the Drag and Drop functionality with the ability to create layouts. So, add Drag and Drop elements so that they can be side-by-side and things like that. So, I&#8217;m playing around with some very experimental stuff and trying to figure out if it works.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I have the vision that when I Drag and Drop something, it actually pops to a grid. And I know there are certain tools out there that actually do that, but it would be phenomenal if that would come to WordPress. So, I&#8217;m glad you&#8217;re working on things like that.</p>\n\n\n\n<p>And I do know people who are going to get excited about the disabled, site-wide, some layout stuff. So, yeah. You do some great work there as well. And people are waiting for it as well. Yeah.</p>\n\n\n\n<p>So, okay, dear listeners. Now, we have to say goodbye to this year and wishing you not only happy Thanksgiving, but also happy holidays for those who celebrate it. And before we end the show, as always, the show notes will be published on the GutenbergTimes.com/podcast. This is episode 93, and if you have questions, suggestions, or news for the next one, in 2024, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And Isabel, it&#8217;s not the first time that you&#8217;re on the show, but maybe we have a few new listeners. Where can you be reached when people want to reach out to you?</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, I am on GitHub as Tell the Machines. I am on WordPress Slack as Tell the Machines, also.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Good.</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m not very inventive. That&#8217;s my username pretty much across all the WordPress sphere. Feel free to ping me, ask me questions and &#8230; Yeah, I&#8217;m around.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you so much and all the good wishes for the last month of the year. Also, to you, to Australia. You have summer now?</p>\n\n\n\n<p>Isabel Brison: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We are coming into the winter, and it&#8217;s my first winter in Munich. So, I might turn into a hibernation and go &#8230; like Mama Bear always goes into hibernation when it&#8217;s too cold. That sounds like me. So, I sleep longer.</p>\n\n\n\n<p><em>Isabel Brison</em>: That&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I go earlier to bed.</p>\n\n\n\n<p><em>Isabel Brison</em>: Sounds like it&#8217;s going to be chilly. Yeah, it&#8217;s going to be warm. Well, Sydney&#8217;s pretty warm. So, expecting a fairly hot summer here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. All right. Well, I wish you all a good New Year and see you all in January.&nbsp;</p>\n\n\n\n<p><em>Isabel Brison</em>: Happy holidays for everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Happy holidays. Bye bye.</p>\n\n\n\n<p><em>Isabel Brison</em>: Bye.</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:\"Sun, 26 Nov 2023 12:06: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: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: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:113:\"Gutenberg Times: Gutenberg 17.1, Theme Handbook updated, Get started with Command Palette Weekend Edition 275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://gutenbergtimes.com/gutenberg-17-1-theme-handbook-updated-get-started-with-command-palette-weekend-edition-275/\";s: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:18130:\"<p>Howdy, </p>\n\n\n\n<p>If you celebrate it: Happy Thanksgiving. Enjoy the weekend with your family and friends. </p>\n\n\n\n<p>It&#8217;s the first time in over twenty years, when Thanksgiving was just another Thursday in our workweek. Here we have plenty of bank holidays around Christmas and New Year&#8217;s. I am not complaining. It was merely one of those first <em>Living in Munich</em> things. Similar to seeing the first tiny snowflakes when walking down the street and temperatures below 49 °F (ca. 9 °C) during the day. 🥶❄️</p>\n\n\n\n<p>Stay warm, my friends.</p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-how-to-replace-the-default-blog-home-template-in-2024\">How to replace the default Blog home template in Twenty-Twenty-Four </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor</a></li></ul></div>\n</div></div>\n\n\n\n\n<p><strong>November 29, 2023 16:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/297122886/\">Developer Hours: How to extend core WordPress blocks</a></strong></p>\n\n\n\n<p><strong>Nick Diego</strong> and <strong>Ryan Welcher</strong> will discuss how to extend core WordPress blocks and why this approach can be preferred over creating a custom block.&nbsp;</p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/297122886/\"><img width=\"600\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/DEVHour-2023-11-29.webp?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-26458\" /></a>\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://wordpress.org/state-of-the-word/\">State of the Word</a> </strong>2023 has a landing page now. Matt Mullenweg&#8217;s annual keynote address will take place on <strong>December 11 at 15:00 UTC</strong> on livestream or in person (in Madrid, Spain) </p>\n\n\n\n<div class=\"wp-block-group has-accent-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<a href=\"https://wordpress.org/state-of-the-word/\"><img width=\"652\" height=\"296\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/Screenshot-2023-11-24-at-14.12.45.png?resize=652%2C296&ssl=1\" alt=\"\" class=\"wp-image-26483\" /></a>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Andre Maneiro</strong> released Gutenberg 17.1 version. 200 PRs by 55 contributors, 3 of them first timers. The release includes several new enhancements, loads of&nbsp;bug&nbsp;fixes, and continued work on Phase 3 features. Here are the highlights: </p>\n\n\n\n<ol>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/#writing-flow\">Improvements to accessibility and writing flow</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/#spacing-quote-block\">Design tools: block spacing for Quote block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/#other\">Other notable highlights</a></li>\n</ol>\n\n\n\n<p><strong>Isabel Brison</strong> and I discussed the latest Gutenberg release, Gutenberg 17.1, Command Palette, Data Views and Grid Layout. It was a great chat, hope you enjoy it, too. It is also the last episode of 2023. In a few days, it will become available on your favorite podcast app. </p>\n\n\n\n<img width=\"600\" height=\"170\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/Isabel-Brison-Birgit-Pauli-Haack-Gutenberg-Changelog-93.jpg?resize=600%2C170&ssl=1\" alt=\"\" class=\"wp-image-26478\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-73585e4999e0b0a97d04b3f568647e9e\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\">Gutenberg Changelog #93 Gutenberg 17.1, Command Palette, Data Views and Grid Layout</a> &#8211; a chat with Isabel Brison</p>\n\n\n\n<p><strong>Joen Asmussen</strong> posted the <strong><a href=\"https://make.wordpress.org/design/2023/11/20/design-share-nov-6-nov-17/\">Design Share: Nov 6-Nov 17</a></strong>, in which he lists the following work of the WordPress design team: </p>\n\n\n\n<ul>\n<li>Sticky Template in template view</li>\n\n\n\n<li>Dropdown component for menus and other use cases</li>\n\n\n\n<li>Date range picker</li>\n\n\n\n<li>Styles Panel</li>\n\n\n\n<li>Settings for the homepage in the Site editor</li>\n</ul>\n\n\n\n<img width=\"652\" height=\"395\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/setting-for-Homepage.webp?resize=652%2C395&ssl=1\" alt=\"\" class=\"wp-image-26435\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> invites you to the next <a href=\"https://make.wordpress.org/core/2023/11/23/hallway-hangout-lets-explore-wordpress-6-5/\"><strong>Hallway Hangout: Lets explore WordPress 6.5</strong></a> on January 16, 2024, at 21:00 UTC, when she will talk through some of whats to come in the next WordPress release with a proposed schedule for March 26th. This is being shared early to help encourage more folks to tune in and to build some excitement for this next release.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Watching the pros is always a fabulous way to learn. <strong>Brian Gardner</strong>, developer advocate at WP Engine, shows you in his video how to<a href=\"https://www.youtube.com/watch?v=KJnLZJPtsA0\"><strong> create a page with sidebar template in WordPress</strong></a>. You&#8217;ll learn how to add columns, how to use the List View, how to group blocks, and change the blockGap, how to add a custom style and make the sidebar accessible for screen readers by assigning a semantic HTML element to it. From beginning to end, a great tutorial. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the YouTube video, <a href=\"https://www.youtube.com/watch?v=2l5XqBEX598\"><strong>Pro-Themer builds a WordPress website with Twenty Twenty Four</strong></a>, <a href=\"https://www.youtube.com/watch?v=erT8LxuI5r4\"></a><strong>Maggie Cabrera,</strong> co-lead on the default theme development and <strong>Dave Smith</strong>, JavaScript developer on the open-source project, used the Twenty-Twenty-Four theme to build a fictional business site with core blocks only. And I just learned how to change the template on the home page instead of editing the existing template. The choices are gorgeous. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-how-to-replace-the-default-blog-home-template-in-2024\">How to replace the default Blog home template in Twenty-Twenty-Four </h3>\n\n\n\n<ul>\n<li>On a fresh installation of WordPress with Twenty-Twenty-Four theme, </li>\n\n\n\n<li>Go to the Site editor, </li>\n\n\n\n<li>Click on the canvas to get into edit mode. </li>\n\n\n\n<li>Make sure you are on the Template tab in the sidebar</li>\n\n\n\n<li>Next to &#8220;Blog Home&#8221; click on the three-dot menu. </li>\n\n\n\n<li>Select the choice to <strong>Replace template</strong>. </li>\n\n\n\n<li>When you click on it, a modal opens full screen with all the beautiful choices for the home page you can use. </li>\n</ul>\n\n\n\n\n\n\n\n\n\n\n\n<p><em><a href=\"https://twitter.com/bph/status/1728014239581769922\">I also shared</a> the video and some screenshots on X (former Twitter)</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Felix Arntz</strong> posted some changes you might want to double-check on in <a href=\"https://make.wordpress.org/core/2023/11/13/main-query-loop-handling-for-block-themes-in-6-4/\"><strong>Main query loop handling for block themes in 6.4</strong></a>. In WordPress 6.4, a change has been applied to how the main query loop is being handled for block themes. For singular content, the output of block templates (e.g. <code>single.html</code> or <code>page.html</code>) will be automatically wrapped in the main query loop. This might have ramifications for how your theme works. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you are keen to learn more about the design and development process for this year&#8217;s default theme Twenty-Twenty-Four, <strong>Rich Tabor</strong> quizzed Beatriz Fiahlo and Maggie Cabrera for his article: <strong><a href=\"https://automattic.design/2023/11/22/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></strong>, that gives you a behind-the-scenes look at &#8220;the most expressive and capable WordPress default theme yet&#8221;, alongside WordPress 6.4.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> just published the new Theme Handbook chapters&nbsp;<a href=\"https://developer.wordpress.org/themes/getting-started/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Getting Started</strong></a>&nbsp;and&nbsp;<a href=\"https://developer.wordpress.org/themes/core-concepts/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Core Concepts</strong></a>. While the <strong>Getting started</strong> section aims at new theme developers, it also provides a resource for seasoned theme developers who are learning how to build block themes for the first time. The meat of the matter is to found in the <strong>Core Concepts</strong> chapter. </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/theme-structure/\"><strong>Theme Structure</strong></a> is&nbsp;a walk-through on how a themes files and folders are structured following WordPress standards.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/main-stylesheet/\"><strong>Main Stylesheet</strong></a><strong> </strong>explains the importance of the themes&nbsp;<code>style.css</code>&nbsp;file and how to use it.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/custom-functionality/\"><strong>Custom Functionality</strong></a> shows how to use the themes functions file (<code>functions.php</code>) and how to add more functionality to a theme.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/templates/\"><strong>Templates</strong></a> introduces how WordPress block templates system works and provides pathways for more in-depth learning.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/including-assets/\"><strong>Including Assets</strong></a> is a guide on including CSS, JavaScript, images, and more in your themes.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/global-settings-and-styles/\"><strong>Global Settings and Styles</strong></a>&nbsp;gives a basic overview of how the&nbsp;<code>theme.json</code>&nbsp;file works in themes with learning pathways to more detailed articles.</li>\n</ul>\n\n\n\n<p>With these two chapters now updated/published, it effectively replaces the old Block Themes chapter. The first five chapters of the handbook are now almost entirely focused on block theming, with classic theming relegated to the&nbsp;<a href=\"https://developer.wordpress.org/themes/classic-themes/\" target=\"_blank\" rel=\"noreferrer noopener\">Classic Themes</a>&nbsp;chapter. There is still more work to be done (<a href=\"https://github.com/WordPress/Documentation-Issue-Tracker/issues/816\" target=\"_blank\" rel=\"noreferrer noopener\">get involved!</a>)!</p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><strong>Nick Diego</strong> wrote about <a href=\"https://make.wordpress.org/meta/2023/11/22/redesigning-developer-resources-and-a-call-for-testing/\"><strong>Redesigning Developer Resources and a call for testing</strong></a> on the Make Met Blog. This project consists of a new design for the <a href=\"https://developer.wordpress.org/\">Developer Resources</a> section of WordPress.org, which houses the official Code Reference, Block Editor Handbook, Theme Handbook, and much more.  The design effort aims to refresh the aesthetics, convert the site to a block theme, and improve the overall developer experience.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>With his newest tutorial, <strong>Justin Tadlock</strong> helps you <a href=\"https://developer.wordpress.org/news/2023/11/getting-started-with-the-command-palette-api/\"><strong>Getting started with the Command Palette API</strong></a>. Learn build command to toggle a Discussion panel, open the Experiments page of the Gutenberg plugin and toggle the buttons from icons to text and back to site and post editor. </p>\n\n\n\n<img width=\"652\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/command-palette.jpg?resize=652%2C338&ssl=1\" alt=\"\" class=\"wp-image-26433\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordPress Developer are called to help with <a href=\"https://make.wordpress.org/core/2023/11/21/exploration-to-support-modules-and-import-maps/\"><strong>Exploration to support Modules and Import Maps</strong></a>. <strong>Luis Herranz</strong>, sponsored contributor by Automattic, posted a call for comments on how you think you should be able to leverage the latest web standards for writing and consuming JavaScript code. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest Twitch stream, <strong>Ryan Welcher</strong> was <strong><a href=\"https://www.twitch.tv/videos/1985187408\">Looking at block deprecations</a></strong>. and walks you through the nature of block deprecations for static blocks and starts with a very basic block. </p>\n\n\n\n<p>If you don&#8217;t know what that means, you can also read up about it in Michael Burridge&#8217;s article on the Developer Blog <a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\"><em>Block deprecation a tutorial</em></a>. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Screenshot of <a href=\"http://openverse.org\">Openverse</a> on the search for &#8220;wooden blocks&#8221;.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;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, 25 Nov 2023 07:23: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:10;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:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"HeroPress: HeroPress News! Camels at sunset! Weddings! Castles! Everything!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=5972\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://heropress.com/heropress-news-camels-at-sunset-weddings-castles-everything/#utm_source=rss&utm_medium=rss&utm_campaign=heropress-news-camels-at-sunset-weddings-castles-everything\";s: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:12205:\"<img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2023/11/591655ed2bfb224c5.58123242-rotated-1-768x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" /><div class=\"kb-row-layout-wrap kb-row-layout-id5972_384b30-5e alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_61d1c2-ce inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_7d33fa-9b wp-block-kadence-advancedheading\"> NEWS NEWS NEWS!</h2>\n\n\n\n<p>There is a LOT going on this week! For one thing, this newsletter is <strong>no longer</strong> coming to you from the HeroPress Network site! It&#8217;s being rolled into HeroPress.com. The old archives will stay on the old site, but new issues will be here.</p>\n\n\n\n<p>The same holds true for the Tip Of The Week.</p>\n\n\n\n<h3 class=\"kt-adv-heading5972_21cf19-54 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/affiliates/\">Affiliate Links</a></h3>\n\n\n\n<p>People have suggested for years that HeroPress raise funding with affiliate links, but I didn&#8217;t want it to become a link farm either. The solution is to make a plugin that lists all of our affiliate links on <a href=\"https://heropress.com/affiliates/\">one page</a> with easy sorting. You can find it at <a href=\"https://heropress.com/affiliates/\">https://heropress.com/affiliates/</a></p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_79af4b-39 is-style-dots\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_8e6495-54 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_933d34-41 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_8c4972-67 wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://wpphotos.info/sunset-camel/\"><img width=\"300\" height=\"200\" src=\"https://heropress.com/wp-content/uploads/2023/11/45665573fd4b02927.15243956-scaled-1280-300x200.jpg\" alt=\"\" class=\"wp-image-6157\" /></a></div>\n\n\n<p>This week&#8217;s <a href=\"https://wpphotos.info\">WPPhotos Info</a> is called &#8220;<a href=\"https://wpphotos.info/sunset-camel/\">Sunset Camel</a>&#8220;. </p>\n\n\n\n<p>This photo was taken by <a href=\"https://wordpress.org/photos/author/salsel/\">salsel</a> while on a journey through Morocco. She traveled alone from France and then joined an organized group trip from Marrakech to the Merzouga. The trip was her own birthday gift.</p>\n\n\n\n<p><a href=\"https://wpphotos.info/long-view-of-chalipuzha-river/\">Read more of the story at WPPhotos.info</a>!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_bbbf3c-06\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_2f83b6-44 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_56324c-d3 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_448d4e-d9 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">Press Releases!</a></h2>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img src=\"https://heropressnetwork.com/wp-content/uploads/2024/03/pressitwp_logo-300x130.jpg\" alt=\"Press It WP\" class=\"wp-image-4736\" /></div>\n\n\n<p><a href=\"https://pressitwp.com\">PressItWP.com</a> has been a part of the <a href=\"https://heropressnetwork.com\">HeroPress Network</a> for almost a year now, if you ever release Press Releases, please consider <a href=\"https://pressitwp.com\">PressItWP</a>!</p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-gravitykit-s-2023-black-friday-sale-get-50-off\"><a href=\"https://www.gravitykit.com/black-friday/?utm_campaign=gk_sale&utm_source=pressitwp&utm_medium=referral\">GravityKits 2023 Black Friday Sale (Get 50% Off!)</a></h2>\n\n\n\n<p>Get 50% off on GravityKits toolkit of essential add-ons for Gravity Forms. Enhance Gravity Forms and build powerful web applications.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_d95905-8d\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_322dca-35 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_f182e5-1b inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_f81ad2-4f wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\n<a href=\"https://wppodcasts.com\"><img src=\"https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png\" alt=\"Pocket Casts image\" class=\"wp-image-4316\" /></a>\n\n\n\n<p>There were <em>twenty-six</em> WordPress podcast episodes released this week! There&#8217;s also a new podcast this week, <a href=\"https://wppodcasts.com/podcast/the-wordpress-edge/\">The WordPress Edge</a>!</p>\n\n\n\n<ul>\n<li><a href=\"https://underrepresented-in-tech.castos.com/episodes/how-allies-create-mental-labor-for-underrepresented-people#new_tab\">How Allies Create Mental Labor for Underrepresented People</a> from <a href=\"https://wppodcasts.com/podcast/underrepresented-in-tech/\">Underrepresented in Tech</a></li>\n\n\n\n<li><a href=\"https://share.transistor.fm/s/18de8624#new_tab\">Will WordPress Page Builders Survive?</a> from <a href=\"https://wppodcasts.com/podcast/the-wp-minute/\">The WP Minute</a></li>\n\n\n\n<li><a href=\"https://www.freelandev.com/podcast/239-preparando-bf-dudas-cambios-en-plugins-render_block_-y-adios-a-los-nahuai-pinitos/#new_tab\">#239 Preparando BF, dudas cambios en plugins, render_block_* y adiós a los Nahuai-pinitos</a> from <a href=\"https://wppodcasts.com/podcast/freelandev/\">Freelandev</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/#new_tab\">Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs</a> from <a href=\"https://wppodcasts.com/podcast/do-the-woo-a-woocommerce-podcast/\">Do the Woo A WooCommerce Podcast</a></li>\n</ul>\n\n\n\n<p>There are new episodes every single day, so be sure to stop by <a href=\"https://wppodcasts.com\">WPPodcasts.com</a> and search for things that interest you!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_89ea16-3c\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_927049-d3 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_9b1705-22 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading5972_7cae31-b1 wp-block-kadence-advancedheading\"><a href=\"https://wordpress.org/photos\">WP Photos</a></h2>\n\n\n\n<p>Here are some of the great photos submitted to the <a href=\"https://wordpress.org/photos\">WPPhotos</a> project this week!</p>\n\n\n\n\n\n<div class=\"kb-gallery-wrap-id-5972_4698e7-40 alignnone wp-block-kadence-advancedgallery\"><ul class=\"kb-gallery-ul kb-gallery-non-static kb-gallery-type-masonry kb-masonry-init kb-gallery-id-5972_4698e7-40 kb-gallery-caption-style-bottom-hover kb-gallery-filter-none\"><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/263655aeb0ca4fab4.82439901-683x1024.jpg\" width=\"683\" height=\"1024\" alt=\"\" class=\"wp-image-6169\" /></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/477655aec622a1fa8.92305308-683x1024.jpg\" width=\"683\" height=\"1024\" alt=\"\" class=\"wp-image-6168\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/sharankrishna/\">sharankrishna</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/290655dd4ecead9f1.84139270-1024x768.jpeg\" width=\"1024\" height=\"768\" alt=\"\" class=\"wp-image-6167\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://heropress.com/wp-content/uploads/2023/11/290655dd4ecead9f1.84139270-scaled.jpeg\"></a><a href=\"https://wordpress.org/photos/author/anish29/\">Anis</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/59655a89c03d60b4.33485375-819x1024.jpg\" width=\"819\" height=\"1024\" alt=\"\" class=\"wp-image-6166\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/tyxla/\">Marin Atanasov</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/919655dcd7dc244e9.81017175-1024x768.jpg\" width=\"1024\" height=\"768\" alt=\"\" class=\"wp-image-6165\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/atsuo0475watanabe/\">渡邉厚夫</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/839655ae1936ee3c0.52974282-1024x768.jpg\" width=\"1024\" height=\"768\" alt=\"\" class=\"wp-image-6164\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/ardhrubo/\">Dhrubo</a></div></div></div></li></ul></div>\n\n\n\n<p>Be sure to check out the <a href=\"https://wordpress.org/photos/\">hundreds of other great photos</a>!</p>\n</div></div>\n\n</div></div>\n\n\n<p></p>\n\n\n\n<p>The header photo for this post is a <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/591655ed2b/\">photo</a> by <a href=\"https://wordpress.org/photos/author/yamchhetri/\">Yam Chhetri</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n\n\n\n<p>That&#8217;s it for this week! If you&#8217;d like to get this post in your email every week, <a href=\"https://heropressnetwork.com/newsletter\">make sure you sign up</a>!</p>\n\n<p>The post <a href=\"https://heropress.com/heropress-news-camels-at-sunset-weddings-castles-everything/\">HeroPress News! Camels at sunset! Weddings! Castles! Everything!</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Nov 2023 16:10: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:\"\";}}}}}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:75:\"Do The Woo Community: WordPress Meetups Have Always Had a Place in My Heart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/wordpress-meetups-have-always-had-a-place-in-my-heart/\";s: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:415:\"<p>A bit of reflection and good feelings seeing more meetups being organized. Plus a teaser for State of the Word and watch parties.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/wordpress-meetups-have-always-had-a-place-in-my-heart/\">WordPress Meetups Have Always Had a Place in My Heart</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 24 Nov 2023 12:29:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"WPTavern: #100 Nick Diego on the Revamp of the WordPress Showcase Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=151481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/podcast/100-nick-diego-on-the-revamp-of-the-wordpress-showcase-website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49495:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the revamp of the WordPress showcase website.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Nick Diego. Nick is a sponsored full-time contributor at Automattic. His official position is a developer relations advocate, which allows him to focus on creating developer orientated content. Apart from his regular responsibilities, Nick is also involved in a separate project called the WordPress Showcase, and this is the focus of the podcast today.</p>\n\n\n\n<p>The WordPress showcase is a curated collection of websites built with WordPress. Its purpose is to inspire, and show the breadth of what WordPress can achieve. Currently the showcase features around a hundred sites, including large enterprises like the New York times and NASA. It aims to challenge misconceptions about WordPress, and highlight the platforms scale and reach.</p>\n\n\n\n<p>The design of the showcase is contemporary and visually impactful. It shows that whatever proprietary platforms can do, WordPress can also do.</p>\n\n\n\n<p>During the podcast we talk about the intricacies of the Showcase project. We discuss the selection criteria for featured sites, including the possibility of case studies to show the process behind their creation.</p>\n\n\n\n<p>We also explore the importance of block themes within the Showcase, and the ongoing efforts to make wordpress.org fully block-based.</p>\n\n\n\n<p>We also get into the future iterations of taxonomies and navigation on the site to enhance its functionality. Nick suggests that the categories in the showcase will serve as a valuable resource for novice users, trying to understand the capabilities of WordPress.</p>\n\n\n\n<p>The redesigned showcase aims to highlight WordPress in a modern way, inspire web design, and convince clients that WordPress is a credible choice. Everything that you see on the website is open source, meaning that you can download all the theme files for the showcase site to see how it was all put together.</p>\n\n\n\n<p>If you&#8217;re curious about block development, or how you might convince clients that WordPress is a credible CMS, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Nick Diego.</p>\n\n\n\n<p>I am joined on the podcast today by Nick Diego. Hello, Nick.</p>\n\n\n\n<p>[00:03:49] <strong>Nick Diego:</strong> Thanks for having me.</p>\n\n\n\n<p>[00:03:50] <strong>Nathan Wrigley:</strong> You&#8217;re very, very welcome. Nick has been on the podcast before, but he&#8217;s here to talk about something completely different this time. He&#8217;s here to talk about something called, well, I&#8217;m going to call it The Showcase. I don&#8217;t know if that&#8217;s the correct name for it. It might just be the WordPress Showcase or just Showcase. We&#8217;ll get into that in a moment.</p>\n\n\n\n<p>First of all, Nick, it&#8217;s a fairly generic question, but I always begin this way. Could you just tell us who you are, who you work for, what your relationship is with WordPress? All of that kind of quick bio stuff.</p>\n\n\n\n<p>[00:04:16] <strong>Nick Diego:</strong> Absolutely. So I am a sponsored full time contributor working for Automattic. And I work in the. org division. My official title is developer relations advocate. And so a lot of my work is around creating developer oriented content, speaking with developers, kind of helping them navigate modern WordPress development techniques, and that sort of thing.</p>\n\n\n\n<p>But what we&#8217;re here to talk about today, is about the WordPress Showcase. And that&#8217;s kind of a separate project, but also in the .org space, improving the .org website, one component being the Showcase. I&#8217;m also working on that as well as my developer content.</p>\n\n\n\n<p>[00:04:55] <strong>Nathan Wrigley:</strong> So you have your fingers in a variety of different pies. But the pie that we&#8217;re concerned about today is the WordPress Showcase. I suspect that it may be useful, if you are sitting near a computer or a mobile phone at this point, it may actually be quite useful to pause the podcast and go and have a little poke around the following URL.</p>\n\n\n\n<p>It&#8217;s really easy to capture. So if you go to wordpress.org/showcase. That&#8217;s nice and straightforward. wordpress.org/showcase. You&#8217;re going to be presented with a site, and you may think to yourself, well, what&#8217;s the purpose of this? Because there&#8217;s no real calls to action. There&#8217;s nothing really that we are requiring the users to do. But I guess that&#8217;s the intent.</p>\n\n\n\n<p>So Nick, what is it? Why does this page exist? We&#8217;ll talk about its history later. Let&#8217;s just outline what it&#8217;s for.</p>\n\n\n\n<p>[00:05:39] <strong>Nick Diego:</strong> The page is designed to Showcase what can be built with WordPress. And right now there&#8217;s about 100 sites, and this is kind of looked at as like a beginning. You know, the Showcase can grow as folks submit entries to the Showcase. But it&#8217;s really just to highlight and kind of inspire people about what can be built with WordPress.</p>\n\n\n\n<p>We have sites like NASA and, you know, government sites like wordpress.gov. We have artist blogs and portfolios and businesses, and there&#8217;s a construction company on there. I mean, it&#8217;s just to try to show all the different types of sites that can be built with the WordPress platform.</p>\n\n\n\n<p>[00:06:14] <strong>Nathan Wrigley:</strong> So given that WordPress has been around for a really, really long time now. We&#8217;re into the second decade, we&#8217;ve gone through 20 years already. So it&#8217;s been around for absolutely ages and, you know, people have been building websites.</p>\n\n\n\n<p>Does the WordPress community or the wider world, maybe that&#8217;s who it&#8217;s aimed at more. Do they not know what WordPress is capable of? In other words, is this here for people who are trying to make a decision about whether to use WordPress or not? And it&#8217;s trying to encourage them that, look, there is no perfect template. There isn&#8217;t one size fits all. WordPress can do more or less anything.</p>\n\n\n\n<p>[00:06:43] <strong>Nick Diego:</strong> Yeah, I think so. I think that part of this new Showcase, and we&#8217;ll kind of talk about, again, you said the history of the page and, you know, how it came to be. But the Showcase is now a top level navigation item when you go to wordpress.org. And the idea is for somebody who maybe is very new to WordPress, never used WordPress before, is just looking to get a presence online. It&#8217;s a quick place for them to go to just see what&#8217;s possible.</p>\n\n\n\n<p>But there&#8217;s all sorts of different audiences that come to WordPress. And there&#8217;s a lot of people who have some idea, or thoughts about what WordPress is. Oh, it&#8217;s just a blogging platform. Or, oh, it can&#8217;t do certain things, or it can do certain things.</p>\n\n\n\n<p>This is trying to show the breadth of what WordPress can do. Whether you&#8217;re a new user or whether you have some, you know, misconceptions about what the WordPress platform can do. This is trying to capture all the different ways to build with WordPress.</p>\n\n\n\n<p>[00:07:33] <strong>Nathan Wrigley:</strong> It&#8217;s fairly impactful in terms of its design. In other words, the design is very contemporary, and it&#8217;s quite stark. There&#8217;s a lot of black, there&#8217;s a lot of white. And essentially you are putting the sites, there&#8217;s these little, they look like desktop versions of the site in every case that I&#8217;m looking at, at the moment.</p>\n\n\n\n<p>And there&#8217;s just dozens and dozens of them lined up after one another. And each of them is really incredibly different from the other. But the thing that I&#8217;m taking away from it all, is just how large the reach of WordPress is. So more or less everything that I can see is something that I&#8217;ve heard of. So there&#8217;s museums here, there&#8217;s software companies, there&#8217;s enormous publications, and so on.</p>\n\n\n\n<p>So is there a bit of that thrown into it as well? We&#8217;re trying to sort of impress with the scale of what WordPress is able to achieve. So I&#8217;m looking, I can see the New York Times, and various other different enterprises. Is that a part of it as well? Just look at the enormous projects that WordPress has captured, NASA and so on.</p>\n\n\n\n<p>[00:08:27] <strong>Nick Diego:</strong> Yeah, I think so personally. There are a lot of other competitors, quote unquote, that WordPress competes with. We have things like Squarespace and Wix and others. This Showcase was not a direct response to those sites. The Showcase has been around on WordPress for a very long time. But one of the unique things about WordPress powering 43 percent of the internet is that, there&#8217;s a lot of high quality sites built with WordPress.</p>\n\n\n\n<p>Being able to Showcase that the breadth of what you can build with WordPress, I do think is one of the unique things that WordPress has that allows it to stand out from maybe some of the other platforms.</p>\n\n\n\n<p>And so showcasing things like the New York Times, again, I said NASA. NASA is at the top of mind because they recently just converted everything over to WordPress, which is a massive undertaking.</p>\n\n\n\n<p>But, I mean, showcasing these kind of sites, as well as smaller sites. There are some restaurants on there. There&#8217;s a couple, ones that were built purely with the block editor, which is pretty cool. And so really having that juxtaposition of large enterprise sites versus small. Small business, you know, individual portfolio.</p>\n\n\n\n<p>Hopefully, that shows a new user, someone who is just exploring WordPress all the different ways that you can build with the platform. And hopefully inspire them to dig a little deeper, download WordPress, get hosting, so on and so forth.</p>\n\n\n\n<p>[00:09:40] <strong>Nathan Wrigley:</strong> Yeah. So just a couple of things on the navigation. For a start, it really is front and center on the wordpress.org navigation. Currently, as things stand, we&#8217;re recording this in November 2023. It&#8217;s the second item in the menu. After news comes Showcase and after that is hosting.</p>\n\n\n\n<p>But then also if you actually go onto the Showcase site, there&#8217;s a couple of menu items on the right hand side where it says submit a site. And then there&#8217;s view all sites. But it&#8217;s the submit a site bit that I&#8217;m interested in. I wonder what the guidelines is around what would ever make it onto this page.</p>\n\n\n\n<p>I can imagine if you were an agency, it would be incredible to get your website listed here. Presumably there&#8217;d be some kudos to that, and perhaps even other people coming to your agency.</p>\n\n\n\n<p>So I wonder around that if there are criteria about what can appear here, what will appear here in the future. And the number a hundred, which is the number of websites that&#8217;s there at the moment, seems too coincidental. Is that the target number that you&#8217;re always going to feature or does that possibly go up and down depending on submissions?</p>\n\n\n\n<p>[00:10:38] <strong>Nick Diego:</strong> So it&#8217;s funny you call out the hundred, because there were some proposals back in March around trying to keep the Showcase to 100. And from some community feedback it was like, oh, that&#8217;s a numbers too small. Do we really want to remove people from the Showcase once you&#8217;ve been added? You know, so kind of keeping that 100 as it stands right now, based on my understanding, that&#8217;s not a hard and fast number to be stuck with.</p>\n\n\n\n<p>Interestingly enough, a lot of sites that were on the previous version of the Showcase were pulled over into the new Showcase. And there were some that were in the queue still, that hadn&#8217;t been processed, that also got pulled over. There are a handful of new ones as well.</p>\n\n\n\n<p>As we went through, double checking, oh, this is still a WordPress site, making sure there were no problems, we randomly got to 100. It was like 108 at one point, and then just like, oh, this is not WordPress anymore. And then it got down to 100, so that&#8217;s purely coincidence.</p>\n\n\n\n<p>[00:11:27] <strong>Nathan Wrigley:</strong> In terms of criteria for submission though, what would those be?</p>\n\n\n\n<p>[00:11:31] <strong>Nick Diego:</strong> Exactly. So right now, the submission for submitting to the Showcase has not changed from the previous version. The project around updating the aesthetic, and the design of the site is part of a broader effort across wordpress.org, to kind of modernise and update the site as a whole. The main focus is aesthetics, and also changing all the themes to a block theme. So the new Showcase is entirely a block theme. Previously it was not.</p>\n\n\n\n<p>Content moderation and how the submissions are managed, you know, how often new sites get added, that was not within the scope of the project. How the previous Showcase was managed, prior to this new redesign, is all the same.</p>\n\n\n\n<p>That being said, there is a lot of work that needs to be done. And this needs to be handled from a community perspective, around content moderation, what is the process around that? So as we move forward in the next few months, that needs to be a focus for the Showcase site, in kind of improving that pipeline for new sites.</p>\n\n\n\n<p>As of right now, we get a lot of submissions to the Showcase, because it&#8217;s wide open. Anybody can submit. So there is a lot of contributor time that&#8217;s needed to go through each submission, double check that it&#8217;s WordPress. So there&#8217;s a lot of work and man hours that is required for that.</p>\n\n\n\n<p>And that&#8217;s something that needs to be sorted out in a Make post, and get some folks around that who want to commit time to helping manage that process. So, unfortunately that wasn&#8217;t part of the scope of this project, but it is very important to the continued success of a Showcase, and will need to come in the future.</p>\n\n\n\n<p>We also have a few issues that were highlighted during the launch and the development of the site, that will also get improved as we go along. So I do really want to stress that, while the aesthetics of the Showcase right now, very different from what was before, so it really feels like a new experience. It is just another iteration, and more iterations will come as, you know, we fix things and improve things.</p>\n\n\n\n<p>[00:13:22] <strong>Nathan Wrigley:</strong> In terms of the criteria for a minimum basic requirement, if you want to feature on this site. I mean, if you click through to any of the websites, the first thing which springs to mind is, you know, it has to be responsive because it&#8217;s shown in two different ways. There&#8217;s something suggestive of a desktop, and there&#8217;s something suggestive of a mobile phone.</p>\n\n\n\n<p>It doesn&#8217;t actually have the sort of, it&#8217;s not encapsulated by the phone UI or anything. But it&#8217;s pretty clear that&#8217;s what you&#8217;re looking for. So that would be a minimum. But beyond that, do you have any things which are utterly essential? So one thing which jumps into my head would be, I don&#8217;t know, this website is accessible, for example. Or this website is, well, I&#8217;ll hand it over to you. Are there any criteria which, just don&#8217;t submit unless you meet this, this and this?</p>\n\n\n\n<p>[00:14:01] <strong>Nick Diego:</strong> Right. So there are currently three bullet points under the submission criteria, and they&#8217;re purposely quite broad. You need to be using WordPress in a unique and innovative way, representing a notable organisation, government entity, or corporation as a official blog or website.</p>\n\n\n\n<p>The key piece here before I say the last one is that, you need to be doing one or more of the following. So one or more of these, and or you need to be using modern WordPress. So for example, a small little restaurant might have a really cool, interesting design. They&#8217;re not a notable organisation or corporation, but they&#8217;re using it in a unique and innovative way. Maybe they&#8217;re using a block theme to do so. So you don&#8217;t have to apply it to all of these, but these are kind of the broad criteria around that.</p>\n\n\n\n<p>So when it comes to being things like accessibility, and responsiveness or whatever. These are things where there is no criteria right now around a site passing a certain level of accessibility, or a certain lighthouse score. And it&#8217;s not to say that those criteria couldn&#8217;t exist, but they would need to be decided on collectively as a community. Identified what those are, and then that criteria can be implemented to the sites in the Showcase.</p>\n\n\n\n<p>That process is highly opinionated, not highly opinionated, but it requires a lot of group consensus. And that is partially why the whole submission process and, you know, the content moderation was not part of the redesign. Because that requires an, at least personally, that requires its own consideration, its own thought processes, its own discussion with the community. And hopefully that could happen relatively soon as well.</p>\n\n\n\n<p>[00:15:38] <strong>Nathan Wrigley:</strong> It seems like a not particularly onerous submission process, in that case. So long as you hit two out of the three of the criteria that you mentioned, you&#8217;re eligible. And then we must wait for the community to decide which go in, and add to the pool that we can currently see.</p>\n\n\n\n<p>Doing a quick refresh, there&#8217;s always one website which dominates, if you like, it&#8217;s in the, you know, the hero section. And there&#8217;s one website which get featured. But every time I click refresh, broadly speaking, I get what seems to be something random. Although having refreshed probably 50 times or so now, it would appear that the ones which get into the header, there&#8217;s a few that seem to be earmarked.</p>\n\n\n\n<p>There&#8217;s maybe five or six that I&#8217;ve seen so far. I&#8217;m seeing the New York Times. I&#8217;m seeing Meta. I&#8217;m seeing a variety of others that come up. Is there some other criteria there to get right to the top, if you like, of that page?</p>\n\n\n\n<p>[00:16:26] <strong>Nick Diego:</strong> There is not. Behind the scenes, they&#8217;re basically a sticky post. And so there&#8217;s a server cache that refreshes, I believe it&#8217;s every 120 minutes, or every 60 minutes. And once that refreshes you&#8217;ll see a new page. The sites that were up there were selected as part of just the redesign aesthetic process just to have something there.</p>\n\n\n\n<p>But the mechanism around those six sites can completely change. So if the community decides some brand new site really should be part of that six, then it can be. Should be considered kind of a default just to get the site launched. But I kind of put who those six are, kind of falls into that content moderation bucket, and it really can be anything that the community wants. Obviously that&#8217;s within the Showcase.</p>\n\n\n\n<p>[00:17:09] <strong>Nathan Wrigley:</strong> When you click through to any of the particular websites in question, it looks like one of the submission things is A, give us the name. B, give us some imagery, or presumably you scrape that imagery somehow. But then it&#8217;s categorised by country, by the word category in this case, I&#8217;m looking at one which is categorised as business.</p>\n\n\n\n<p>Then there&#8217;s flavor, which is quite an interesting term. Publish date, and then there&#8217;s a bunch of tags, which obviously refer to the industry that you&#8217;re in. So I&#8217;m looking at art, hospitality and so on. But there&#8217;s probably some more there.</p>\n\n\n\n<p>You get a link, which seems to go directly, I don&#8217;t know what kind of a link that is, but maybe it&#8217;s just a regular old link, going directly to the property itself. And then you get some descriptive text, where you get to establish what this business is, and how the website has been put together.</p>\n\n\n\n<p>But it doesn&#8217;t seem on the whole, this isn&#8217;t really a promotional tool for agency X. This is not a technique for an agency that&#8217;s big in the WordPress space, we know all the names. For them to push something and say, look what we did. There&#8217;s no link to them anywhere as far as I can see.</p>\n\n\n\n<p>[00:18:08] <strong>Nick Diego:</strong> Correct. And this is something that, again, we tried to stay out of because it really falls into kind of content moderation again. But ideally, the Showcase should be a very exciting, place to Showcase your best work.</p>\n\n\n\n<p>So it would be amazing if, you know, some of the largest agencies, even small agencies, submitted their work to the Showcase for review. Because we know that there&#8217;s a hundred sites in this Showcase, right? We know that there&#8217;s millions of sites out there. Probably many that are better than the ones that are in the Showcase, right? And so having folks submit their work will be awesome.</p>\n\n\n\n<p>Now, you&#8217;re right. It is not a tool to show off the agencies or promote the agencies. That being said, when you submit a site, you include a description about the site and how it was built. And it would be kind of nice, you know, in the future of these kind of became little mini case studies. Hey, you know, we built this nasa.gov, and we&#8217;re using Multisite.</p>\n\n\n\n<p>And it&#8217;s fine to highlight the agency dimension who built it, that&#8217;s okay. But it&#8217;s really about showcasing the work, and showcasing what can be built with WordPress. An agency can kind of inadvertently promote their work by being on Showcase, but that&#8217;s not the intended purpose. And I don&#8217;t know if we want to jump right into it, but I do want to share some thoughts around the taxonomies because you mentioned you have category and flavor.</p>\n\n\n\n<p>[00:19:27] <strong>Nathan Wrigley:</strong> Categories and flavors. Flavor, by the way, you have three options that I can see at the moment. You have WordPress, WordPress enterprise, you might want to pick that one apart for the audience, and WordPress Multisite. They&#8217;re the options that you&#8217;ve got. So yeah, throw all the taxonomy stuff at us. That&#8217;s good.</p>\n\n\n\n<p>[00:19:41] <strong>Nick Diego:</strong> So the taxonomy stuff is an area of the site that needs a future iteration. A lot of it was just pulled over from the old site to make sure that, you know, we kind of had feature parity as we moved over.</p>\n\n\n\n<p>Flavor is an interesting one. And I think this is where we can really, maybe flex in the future. You could imagine a flavor being block theme, or hybrid theme. You know, maybe it&#8217;s different flavors of how the sites are built. WordPress is just like the catch all, just like normal WordPress. Presumably everything is WordPress.</p>\n\n\n\n<p>But in enterprise, again, kind of a nebulous thing around sites that, and there&#8217;s only a handful of them that are listed as enterprise, where in doing this and reviewing the sites, we knew that this was a massive site that was enterprise grade, quote unquote, like NASA. With, you know, 60,000 pages. Really massive sites. And then Multisites, obviously for folks that are using Multisite.</p>\n\n\n\n<p>Flavor, the current setup for the, you know, the taxonomy needs some work. We left it because it could be reused in a really interesting way in the future. And if folks have ideas around how this taxonomy can be used and additional terms to add, by all means, let us know.</p>\n\n\n\n<p>Category is, and this goes back to thinking about some of the competitors of WordPress. Where we have Squarespace and Wix and so on. If you go to their Showcases, they have some very simple categories. You know, these are like five or six, that kind of bucket the sites. So it&#8217;s a little bit easier to navigate.</p>\n\n\n\n<p>Right now, the category just looks like a normal taxonomy. But one of the ideas, perhaps in a future iteration is like, when you land on the Showcase, maybe there&#8217;s, visually you have some, you know, nice little buttons or something to say like business and portfolio. To try and help users navigate around the site a little bit better.</p>\n\n\n\n<p>For this iteration of the Showcase, we left it very simple. It&#8217;s just another taxonomy term. But it leaves the door open for a new, updated design in the future that kind of leverages those categories a bit more. Makes the site a little bit more navigable for users, especially who are coming there for the first time.</p>\n\n\n\n<p>And then your site tags are, it&#8217;s supposed to be like a fun expression where, we could have a thousand tags. It&#8217;s just a way to provide additional context about what a site is like. So tags are free form. Ideally we&#8217;ll have hundreds of them, that really help provide a little bit of fun to the sites and explain a little bit more.</p>\n\n\n\n<p>[00:21:57] <strong>Nathan Wrigley:</strong> I think the categories will be really useful for novice people coming to WordPress, because it really does break out what WordPress is capable of, as much as anything else. So currently, at the time that I&#8217;m looking at the screen, the options are business. I would imagine a lot of people would immediately grasp what that is, but community. Oh, okay, WordPress can do that kind of thing. Can it? Okay.</p>\n\n\n\n<p>Creative publication, obviously capturing people who are creating blogs or newspapers or whatever that might mean. But also store, you know, okay WordPress can handle that as well, can it? And whilst it&#8217;s obvious to you and I that those things are well within the purview of what WordPress can do, it may not be to other people.</p>\n\n\n\n<p>So, yeah I think they&#8217;ll be really, really useful. And you can stack them on top of each other. So you can filter two or three things at the same time. And it strikes me that that will be, yeah, incredibly useful.</p>\n\n\n\n<p>Now you threw out there, dare we say it on a WordPress podcast. You threw out there the name Squarespace, I don&#8217;t know if you mentioned Wix. But we know who the commercial competitors are. And you also said, if you look at their Showcases. So I haven&#8217;t looked at their Showcases, but I&#8217;m guessing that there must have been, in order for this redesign to happen, there must have been a moment in time where the WordPress Showcase, perhaps fell behind in terms of the appeal, or the design or what have you.</p>\n\n\n\n<p>Did the WordPress Showcase, in times gone by, a few months ago let&#8217;s say, did it not live up to what it does now?</p>\n\n\n\n<p>[00:23:18] <strong>Nick Diego:</strong> I want to be very clear and not disparage anybody that was involved in the original Showcase. It served its purpose, but it felt as old as it was. You know, I don&#8217;t know when that original site was launched, but it felt many years old, and it was.</p>\n\n\n\n<p>And so when, I mean, WordPress.org is not a commercial entity. But at the same time, we are trying to grow the user base of WordPress. And other proprietary platforms, like Squarespace and Wix are also trying to grow their user base. And part of that is showing off what those platforms can do. And that was, that&#8217;s the point of the Showcase, to kind of show what WordPress can do.</p>\n\n\n\n<p>And I think it was very fair to say that the previous aesthetic of the Showcase did not showcase WordPress in the best light, especially compared to some of these other tools that people can use.</p>\n\n\n\n<p>And what we&#8217;re thinking about here is really not, you know, not an agency that already knows WordPress, not people who already know WordPress. But those folks who are just want a website, just want a presence online. And so if you were to compare the old Showcase, and something like Squarespace and Wix, it was a very stark difference there. And it was very clear which direction a user might go if they knew nothing else other than, this looks pretty, I want this.</p>\n\n\n\n<p>And so yes, there was a lot of consideration around what others were doing when the Showcase was designed. And it&#8217;s not necessarily to compete with these other platforms, but it&#8217;s just to really showcase WordPress in a modern way that allows WordPress to kind of, allows us to be excited about directing people to the Showcase, other than perhaps cringing that it was a little bit out of date, and not reflective of the best that WordPress can be.</p>\n\n\n\n<p>[00:24:51] <strong>Nathan Wrigley:</strong> It strikes me that this has lots of layers of use as well. Because, not only could you go to this website, obviously there&#8217;s a hundred at the moment, but that number is going to be in flux. Let&#8217;s imagine that there&#8217;s more in the future. Not only could you go there and just get bucket loads of inspiration, because really, genuinely there&#8217;s not one that looks anything like the other. They really are truly different in nature. And I guess that&#8217;s part of the Showcase, is to maintain that originality, as you said.</p>\n\n\n\n<p>So you can go there to get inspiration. But also, it was always a part of the arsenal, I thought of a freelancer, and an agency when trying to persuade clients that WordPress was a credible choice. It was always really great to, not only show the designs, but also to name the names.</p>\n\n\n\n<p>So, you know, The White House, NASA, you just list it. Well, these people are using WordPress, and immediately credibility just falls out of your mouth. I just wondered if there was any bit of this which was designed for that? You know, to help the community to be able to sell WordPress to their clients.</p>\n\n\n\n<p>[00:25:54] <strong>Nick Diego:</strong> Absolutely. I think that WordPress has, in some circles, a negative connotation. You know, it&#8217;s just a blogging software. People decry security issues, which we know is not necessarily founded. And, you know, these are things where being able to send some customer or client somewhere and say, hey, do you know Noma? One of the most famous restaurants in the world? They&#8217;re using WordPress.</p>\n\n\n\n<p>Hey, do you know the Ray Charles Museum? You&#8217;ve heard of Ray Charles. They&#8217;re using WordPress, so on and so forth. Rolling Stone is using WordPress. And I really think that that, not that we need to prop up the credibility of WordPress, but I think that having something like this really helps with that. And, you know, establishing that credibility, and also showcasing what WordPress can do.</p>\n\n\n\n<p>[00:26:33] <strong>Nathan Wrigley:</strong> This could be completely wrong. Apologies if this comes out and you think, no, no, no, that really wasn&#8217;t the intention. The ones that I&#8217;m looking at, I&#8217;ve got a screen full of, and it probably is by some sort of random query of the database. I&#8217;ve got a screen full of things where everything is in English.</p>\n\n\n\n<p>I doubt that that&#8217;s the case because now that I&#8217;ve gone onto the second page, I can see there&#8217;s one or two where English as the first language is not there. So is that just a coincidence? It&#8217;s not like there&#8217;s a proclivity here to showcase English things. Any language is possible. It&#8217;s the design that&#8217;s the point, not the language.</p>\n\n\n\n<p>[00:27:05] <strong>Nick Diego:</strong> I think that may have been unfortunate happenstance because there was a really strong effort to make sure that there&#8217;s a diversity of sites across other languages. Actually, we do have one on the homepage, the Denmark Museum of Design. The featured name is Design Museum Denmark, but then all the navigation is in Danish, I believe.</p>\n\n\n\n<p>So that was definitely a huge effort as well. Because WordPress is not just the United States, and the state of the word that&#8217;s coming up is taking place in Madrid to kind of show off all the amazing contributors that we have in Spain. You know, so this is really a global Showcase, and it really should reflect that.</p>\n\n\n\n<p>So perhaps we need to add a few more items to the homepage that are from different areas, but absolutely not. We really want to have a broad spectrum of sites across the world.</p>\n\n\n\n<p>[00:27:51] <strong>Nathan Wrigley:</strong> So, WordPress is doing a really good job here, we can see that. WordPress is also doing a really good job in the amount of materials that are being created in order to learn how to use WordPress. And I know this isn&#8217;t directly within your wheelhouse, but i&#8217;m kind of interested where this would go.</p>\n\n\n\n<p>I wonder if in the future it would be kind of interesting to match up some of these designs with learn material. So, you see them on YouTube all the time. Somebody dissects a site, and then quickly rebuilds it in WordPress, with blocks or whatever it may be. This just seems to be enormously popular.</p>\n\n\n\n<p>You know, people love to consume that kind of content because they learn. They&#8217;ve got a template that they can work towards, and they can see how it&#8217;s scaffolded and built on the screen. So I&#8217;m not holding you to anything, but I do wonder if the Showcase might lean in that direction to help people, not just see what&#8217;s beautiful, but also, this is how it was built as well. That would be kind of nice.</p>\n\n\n\n<p>[00:28:42] <strong>Nick Diego:</strong> Absolutely. And I think that there is some work, and I don&#8217;t want to, again, put words in anybody&#8217;s mouth, but there is some work around. So we have an enterprise section. wordpress.org/enterprise. And I know that there&#8217;s some work being done exploring how to create more case studies.</p>\n\n\n\n<p>So if you look at a site, take NASA for example, massive site. And I go, how do you even build that sort of thing? Wouldn&#8217;t it be cool if there was a case study that said, hey, this is what we did. Hey, we had 50 custom blocks, you know, we did this X, Y, and Z. Being able to show what went behind each Showcase entry, in some sort of case study, would be really, really, really cool.</p>\n\n\n\n<p>So I love that idea. And I think that there&#8217;s some exploration around how we can do that. Because it&#8217;s not only enough to show the site that was built, but how it was built. Maybe even in broad terms, would be incredibly helpful for folks to help kind of recreate that sort of thing.</p>\n\n\n\n<p>[00:29:30] <strong>Nathan Wrigley:</strong> Get the excitement going, but also getting people learning how to build it. You may have already answered this question, towards the beginning of the show. I don&#8217;t think you said that all of these, or even many of them, are based upon block themes. Let&#8217;s just firstly clear that up. There&#8217;s no proclivity here of, well, it must be done with, in air quotes, modern WordPress block based themes, no?</p>\n\n\n\n<p>[00:29:51] <strong>Nick Diego:</strong> Nope. There&#8217;s a lot of sites in here that are not. There are some that are, and I think that as we move forward, it would be cool to have maybe a flavor that could clearly call out, okay, this is a full on block theme. Because I think that we do kind of lack some examples of real world examples of block themes.</p>\n\n\n\n<p>But to go to the broader effort, so Showcase is just one piece of this wordpress.org redesign. We want wordpress.org to be fully block based. You know, because it&#8217;s a massive site. There&#8217;s a lot of different pieces of it. There&#8217;s a showcase, there&#8217;s plugins repo and themes repo. Having that all block based really showcases the power of blocks. So we&#8217;re not even close to that yet.</p>\n\n\n\n<p>But the cool thing is, is that the Showcase is entirely block based. So if you want to build a site like the Showcase, you can with blocks.</p>\n\n\n\n<p>[00:30:34] <strong>Nathan Wrigley:</strong> I&#8217;m going to get you to, somewhat unexpectedly, change the hat that you&#8217;re wearing, because I want to just ask you about blocks actually, and block based themes in particular, if that&#8217;s okay? So it wasn&#8217;t exactly why I got you on the call, but I hope I can smuggle the odd question in.</p>\n\n\n\n<p>How is that enterprise going? Because, I&#8217;m specifically talking now about block based themes. We&#8217;ve had these around for a little while now, and it would appear at least on the face of it, that the stats, if you just took the raw stats, the pendulum doesn&#8217;t seem to have swung in the direction of adoption for block based themes, perhaps as much as one would have imagined or hoped, whichever word you prefer there.</p>\n\n\n\n<p>What&#8217;s your opinion of that? Do you think people are just sticking with what they&#8217;re familiar with? They&#8217;re waiting for the right moment. Or do you think this is a permanent thing that WordPress is going to face going into the future? Where we&#8217;ve got this, well, you have to make a decision right at the outset. Are we going to go with a classic theme? Are we going to go with a block theme?</p>\n\n\n\n<p>And that decision will never get resolved. There&#8217;ll always be the option for those two things. Or you have some sort of intuition that, perhaps in the future, block based themes will start to consume that pendulum swing?</p>\n\n\n\n<p>[00:31:39] <strong>Nick Diego:</strong> I think that there will always be a choice between the two. But I think that, actually the development of the Showcase site and the other sites that we&#8217;re doing for wordpress.org, is a very interesting exploration. Because you&#8217;re talking about applying a block theme to a massively trafficed site.</p>\n\n\n\n<p>So one of the other projects that we&#8217;re working on right now is overhauling the developer resources section. So this takes into account the block editor handbook, the themes handbook, a lot of handbooks. You know, it&#8217;s hundreds and hundreds of pages.</p>\n\n\n\n<p>Exploring how to build a block theme that supports that sort of thing, can be challenging. And so, I think that there is a certain level of tension around transitioning from an architecture that you already know, to something like a block theme, where you&#8217;re going to have to implement things in different ways. Learning how to do that at scale can be challenging.</p>\n\n\n\n<p>A good example is that, every page, or almost every page in wordpress.org, actually needs to stay in version control so it can be translated. So when you&#8217;re editing things in the block editor, if you&#8217;re just on your personal site, when you save something to the site editor, that change is saved in the database.</p>\n\n\n\n<p>We can&#8217;t do that in wordpress.org. All those changes need to be synced back to the actual template files that power the theme. This is getting very in the weeds I know, but it&#8217;s just one of these things you have to kind of account for when building a block theme, on a site of this scale.</p>\n\n\n\n<p>Once you figure that out, once you figure out a process for it, it&#8217;s not that big of a deal. It&#8217;s not that bad. But figuring that out can be a little challenging. For anybody that&#8217;s interested in this sort of thing, all the theme files for Showcase and rest of .org. It&#8217;s all open source. It&#8217;s all available to the public in the WordPress repository on GitHub. So if you want to know, how do they do this block that does the big banner image on the homepage? It&#8217;s a custom block, and it&#8217;s available in the GitHub repo for you to check out.</p>\n\n\n\n<p>So I&#8217;m hopeful that as we go through these things and we can actually, you know, show how some of these implementations are done, that might help get others over that hump of transitioning. But there&#8217;s no doubt in my mind that it&#8217;s going to take some time, especially for large sites like this.</p>\n\n\n\n<p>But I know, from somebody who, I didn&#8217;t do the development work, but I did a lot of, you know, editing and, you know, we&#8217;re doing more work now and other sites. Being able to go into a block editor page and scaffold out a design in blocks is so much easier. Like it is so much better.</p>\n\n\n\n<p>And it also requires much less development, because you can scaffold out a page and how you want it to look. You can move blocks around. And once you&#8217;re done, then you can pass it off the development team. They push it into a theme template, and you&#8217;re good to go. So it really cuts down on the development time, once you have the entire architecture set up.</p>\n\n\n\n<p>And it also really empowers, which was kind of the promise of the block editor and site editor, empowers the content creator, or the designer, to build most of it themselves. And we&#8217;re starting to see that with this .org project. We&#8217;re getting to a point where a lot of the ground work is done, a lot of infrastructure is done. And now we can start really moving quickly because it&#8217;s just designing in the editor, which is great.</p>\n\n\n\n<p>[00:34:32] <strong>Nathan Wrigley:</strong> I think by pure coincidence, a bit of serendipity, it&#8217;s the 7th of November, and it&#8217;s a big day for WordPress because 6.4 has landed. I don&#8217;t know if you&#8217;ve got to get off the call go quickly triage things or anything like that.</p>\n\n\n\n<p>It does appear, from my perspective anyway, I keep a pretty close weather eye on what&#8217;s happening in the project. It does seem that version by version, minor release by minor release, the promise of what blocks can do and block themes can do, is becoming more and more compelling. I do understand, you know, if your agency is embedded in a workflow which just is going to be so difficult to untangle, I can understand why that inertia might be there.</p>\n\n\n\n<p>If you had point somebody, Nick, in the direction of a resource, a good website. I mean, we can probably give it, take it as given that you&#8217;d point them in the direction of learn.wordpress.org and various other properties like that. I wondered if you had any good advice as to where to go, to learn about block based themes.</p>\n\n\n\n<p>[00:35:24] <strong>Nick Diego:</strong> Yeah. So, learn.wordpress.org is fantastic. I&#8217;ll also give a little self plug from me and my team. I have a small team with a few others and we&#8217;re on the developer relations team, and if you&#8217;re interested in more developer oriented content, the learn team does a great job with user content and some developer content, but our focus is all developer content.</p>\n\n\n\n<p>And so once a month or once or twice a month, we do a developer hours, which is a live series. And it&#8217;s always a very specific topic. The last one we just did was theme oriented. We had Jessica and Maggie who helped build the new 2024 theme, and they went through how that theme was built. Code examples and, you know, how the whole thing was built.</p>\n\n\n\n<p>And so every month we have these sessions that are very developer oriented, whether it&#8217;s building custom blocks, whether it&#8217;s building block themes. And that&#8217;s where, if you&#8217;re a developer and you really want to learn how to build this stuff, as opposed to using a block theme, that&#8217;s great for learn. I highly recommend that.</p>\n\n\n\n<p>I also want to say again, another shout out. We&#8217;re doing a lot of work to overhaul the block editor handbook document, basically the documentation on how to build blocks, and work with the editor. Justin Tadlock, who used to write for WP Tavern, he&#8217;s been undertaking a massive project to overhaul the themes handbook.</p>\n\n\n\n<p>And so with these two efforts, it&#8217;s going to take into 2024 to kind of complete them. But the idea is that both the block editor handbook and the themes handbook will be much more robust, especially when it comes to building with blocks, whether it&#8217;s a block theme or building custom blocks.</p>\n\n\n\n<p>And we hope that better documentation leads to better projects that people can build. Because right now there&#8217;s some, definitely some holes in both of those pieces of documentation which we hope to fix.</p>\n\n\n\n<p>And we&#8217;re also going to get a brand new design very soon for that developer resources section, which will make navigating the documentation much nicer.</p>\n\n\n\n<p>[00:37:17] <strong>Nathan Wrigley:</strong> And lest anybody forget, this is all free. It&#8217;s entirely free, ready for you to utilize.</p>\n\n\n\n<p>Nick, thank you so much for chatting to us about the Showcase. My hope is that people listening to this will be able to, A, make use of it, you know, perhaps to pitch their own work, but also perhaps submit their own site so that the number there 100, will continue to rise and we can all benefit from the wonderful things that have been produced.</p>\n\n\n\n<p>Where might people find you if they want to communicate with you directly?</p>\n\n\n\n<p>[00:37:46] <strong>Nick Diego:</strong> Absolutely. So anybody is welcome to reach out in the WordPress Slack channel, @ndiego, and also on Twitter, X, whatever we&#8217;re calling days @nickmdiego. But happy to answer any questions about block development, block theme development.</p>\n\n\n\n<p>[00:38:00] <strong>Nathan Wrigley:</strong> Nick Diego, thank you so much for chatting to me about the Showcase. I really appreciate it.</p>\n\n\n\n<p>[00:38:05] <strong>Nick Diego:</strong> Thank you so much for having me back.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/nickmdiego\">Nick Diego</a>.</p>\n\n\n\n<p>Nick is a sponsored full-time contributor at Automattic. His official position is a developer relations advocate, which allows him to focus on creating developer orientated content. Apart from his regular responsibilities, Nick is also involved in a separate project called the <a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a>, and this is the focus of the podcast today.</p>\n\n\n\n<p>The WordPress showcase is a curated collection of websites built with WordPress. Its purpose is to inspire, and show the breadth of what WordPress can achieve. Currently the showcase features around a hundred sites, including large enterprises like the New York times and NASA. It aims to challenge misconceptions about WordPress, and highlight the platforms scale and reach.</p>\n\n\n\n<p>The design of the showcase is contemporary and visually impactful. It shows that whatever proprietary platforms can do, WordPress can also do.</p>\n\n\n\n<p>During the podcast we talk about the intricacies of the Showcase project. We discuss the selection criteria for featured sites, including the possibility of case studies to show the process behind their creation.</p>\n\n\n\n<p>We also explore the importance of block themes within the Showcase, and the ongoing efforts to make wordpress.org fully block-based.</p>\n\n\n\n<p>We also get into the future iterations of taxonomies and navigation on the site to enhance its functionality. Nick suggests that the categories in the showcase will serve as a valuable resource for novice users, trying to understand the capabilities of WordPress.</p>\n\n\n\n<p>The redesigned showcase aims to highlight WordPress in a modern way, inspire web design, and convince clients that WordPress is a credible choice. Everything that you see on the website is open source, meaning that you can download all the theme files for the showcase site to see how it was all put together.</p>\n\n\n\n<p>If you&#8217;re curious about block development, or how you might convince clients that WordPress is a credible CMS, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/enterprise/\">WordPress Enterprise</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/\">The block editor handbook</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/themes/\">The theme handbook</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://wordpress.tv/2023/11/02/developer-hours-exploring-the-twenty-twenty-four-theme/\">Recent Developer Hours</a></p>\n\n\n\n<p><a href=\"https://twitter.com/nickmdiego\">Nick&#8217;s Twitter</a></p>\n\n\n\n<p>You can reach out to Nick in the WordPress Slack channel: @ndiego</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"BuddyPress: BP Classic 1.2.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:32:\"https://buddypress.org/?p=331958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2023/11/bp-classic-1-2-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:2568:\"<p>Dear end users &amp; site owners,</p>\n\n\n\n<p>Never heard about BP Classic? You should read the <a href=\"https://buddypress.org/2023/07/bp-classic-1-0-0/\">Add-ons first version announcement post</a>. Please note <a href=\"https://downloads.wordpress.org/plugin/bp-classic.1.2.0.zip\">version 1.2.0</a> is now available for upgrade/download.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What about 1.2.0 changes?</h2>\n\n\n\n<p>3 issues have been fixed:</p>\n\n\n\n<ul>\n<li>Avoid a type mismatch issue during the migration process (See <a href=\"https://github.com/buddypress/bp-classic/issues/27\">#27</a>).</li>\n\n\n\n<li>Only check once BuddyPress current config &amp; version are ok (See <a href=\"https://github.com/buddypress/bp-classic/issues/28\">#28</a>).</li>\n\n\n\n<li>Make sure the migration script is run on Multisite (See <a href=\"https://github.com/buddypress/bp-classic/issues/31\">#31</a>).</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Many thanks to the contributors who helped BP Classic be ready for the next BP major release (12.0.0)</h2>\n\n\n\n<p><a href=\"https://buddypress.org/members/imath/\">@imath</a>&nbsp;<a href=\"https://buddypress.org/members/emaralive/\">@emaralive</a></p>\n\n\n\n<p>NB: BuddyPress&nbsp;<strong>12.0.0</strong>&nbsp;is still under development (final release is scheduled to December 6). You can contribute to BP Classic to check it makes sure the third party plugins &#8211; not ready yet for the BP Rewrites API (to be introduced in 12.0.0) &#8211; you are using will behave as expected thanks to this backwards compatibility add-on. To do so simply test it &amp; your BP plugins with the <a href=\"https://buddypress.org/2023/11/buddypress-12-0-0-beta4/\">BP 12.0.0-beta4 pre-release</a> and report issues adding a reply to <a href=\"https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/\">this topic</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Please upgrade!</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-classic/\">BP Classic</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></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:\"Tue, 21 Nov 2023 21:01: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: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: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:97:\"Do The Woo Community: Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=78528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/\";s: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:584:\"<p>On Emerging Tech, Timothy Jacobs of SolidWP explores passkeys, a security tech for WordPress. Eliminating passwords, it uses biometric data, ensuring user safety and resisting phishing. Adopted by major firms, passkeys promise enhanced WordPress security.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/\">Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2023 08:39:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:24:\"WPTavern: Whats Next?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=151422\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://wptavern.com/whats-next\";s: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:3913:\"<p>First, I&#8217;d like to repeat <a href=\"https://wptavern.com/last-call#comment-445773\">my comment</a> to <a href=\"https://twitter.com/pollyplummer\">Sarah</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Sarah, you are amazing. Your insightful writing and journalism has been a gift to the WordPress world, and shaped how the project has evolved for the better. Its a key and major contribution to the community. Thank you, deeply, and I cant wait to see what you do next. Ten years… wow!</p>\n</blockquote>\n\n\n\n<p>I&#8217;m sorry I haven&#8217;t had the time to find a new writer for the Tavern in the time between when Sarah gave her notice a few weeks ago and now. There&#8217;s never a dull moment in tech and my priorities with <a href=\"https://wordpress.org/\">WordPress core</a> and <a href=\"https://automattic.com/\">Automattic</a> ended up taking more time than I expected. Funding and supporting the Tavern to do independent WordPress journalism is an important part of the WP ecosystem—we need a site that covers our space without care for affiliate links.</p>\n\n\n\n<p>If you have:</p>\n\n\n\n<ul>\n<li>Impeccable integrity</li>\n\n\n\n<li>Relentless curiosity</li>\n\n\n\n<li>A blogger&#8217;s hustle</li>\n\n\n\n<li>Passion for news and technology</li>\n\n\n\n<li>Technical ability to tinker with WordPress, plugins, and themes</li>\n</ul>\n\n\n\n<p>Please send an email to matt at my last name dot com, with [wptavern] at the beginning of the subject, and the following things in the email:</p>\n\n\n\n<ol>\n<li>Why you think you&#8217;d be best in the world for this job.</li>\n\n\n\n<li>Links to three things you&#8217;ve written that you feel represent your style well.</li>\n\n\n\n<li>A link to your homepage and any social media you keep up with.</li>\n\n\n\n<li>Link or attach a resume, but don&#8217;t worry too much about this, the first two are more important.</li>\n\n\n\n<li>Your <a href=\"https://w.org/\">W.org</a> username, and sign up for the Slack there so I can ping you.</li>\n</ol>\n\n\n\n<p>And please send in the application by November 24th! We&#8217;ll take this week off but hopefully come back blazing after Thanksgiving. I&#8217;ll review everything over the weekend when I have some time off planned.</p>\n\n\n\n<p>We&#8217;ll try out a number of folks on an hourly contract ($25/hr, same as Automattic) as a trial, and if that goes well we&#8217;ll aim to hire two full-time writers by the end of the year. A full-time offer also includes generous benefits including full coverage on health care and 6% 401k matching. You&#8217;ll be an employee of <a href=\"https://audrey.co/\">Audrey</a>.</p>\n\n\n\n<p>The job is to write frequently about the goings-on in the WordPress world and foster a healthy discussion and community here on the site. If you&#8217;re doing your job well, it should be reflected in traffic and comments on the site. You will set the tone and discussion in the WordPress community, and drive the narrative. Every post will be syndicated to every wp-admin in the world. You don&#8217;t have to start out a WordPress expert, but you&#8217;ll become one. You&#8217;ll have a ton of autonomy, so need to be self-driven and able to manage yourself. (You can ask previous writers how much I was in their hair. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f600.png\" alt=\"😀\" class=\"wp-smiley\" />)</p>\n\n\n\n<p><em>Midjourney prompt: a stunning landscape scene with a tranquil atmosphere. The foreground showcases a calm, crystal-clear lake reflecting the serene blue sky above. On the horizon, a majestic mountain range rises, covered in lush, green vegetation. The central focus of the image is the sun, just starting to rise above the peaks, casting a warm, golden glow across the entire scene. Its rays create a mesmerizing play of light on the water&#8217;s surface, symbolizing hope, new beginnings, and the promise of a brighter future.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Nov 2023 01:47:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:38:\"Matt: Sunbird Security Isnt Nothing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=106183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2023/11/sunbird/\";s: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:7495:\"<p>This might get lost in the <a href=\"https://www.techmeme.com/231117/p18#a231117p18\">OpenAI earthquake happening</a>, but it&#8217;s important so I wanted to post about it. (And gosh! <a href=\"https://www.reuters.com/technology/space/spacex-starship-launched-test-flight-texas-after-last-one-blew-up-2023-11-18/\">A Starship launch</a>, which is amazing. We live in interesting times.) On Tuesday, <a href=\"https://us.nothing.tech/\">Nothing</a>, who makes the cleanest and most interesting Android phones (and whose earbuds sound great), <a href=\"https://www.youtube.com/watch?v=ji5HwS3bhlU\">announced via my favorite tech video channel, MKBHD, that the phones would support iMessage on Android</a>, so you can be a blue bubble with your friends. This got a lot of pickup!</p>\n\n\n\n<img width=\"604\" height=\"297\" src=\"https://i0.wp.com/ma.tt/files/2023/11/86cac-1dbenrruyxhyhfjyghrs4sg-1024x504.jpeg?resize=604%2C297&ssl=1\" alt=\"\" class=\"wp-image-106204\" />\n\n\n\n<p>It got a little buried, though, because on Thursday <a href=\"https://9to5mac.com/2023/11/16/apple-rcs-coming-to-iphone/\">Apple said it was going to support the RCS standard</a>, which Google and others had been lobbying hard for. However, it&#8217;s doing the bare minimum: RCS isn&#8217;t actually encrypted, and Apple&#8217;s not doing the Google proprietary thing to encrypt it, and so non-Apple people <a href=\"https://9to5mac.com/2023/11/16/apple-confirms-rcs-messages-will-have-green-bubbles/\">still get green bubbles</a>. (More on that later.)</p>\n\n\n\n<p>iMessage on Android (and Windows!) is on the roadmap for Texts, <a href=\"https://ma.tt/2023/10/texts-joins-automattic/\">the all-in-one messaging platform Automattic acquired last month</a>. The Texts team is obsessed with security, and that&#8217;s part of why the platform is desktop-only right now—to keep everything 100% client-side and fully encrypted in a way that could never be accessed by the team, or have any compromise in the middle, they&#8217;ve been taking their time to get the engineering right on the mobile versions. So they poked around the Sunbird app that Nothing partnered with, and it wasn&#8217;t pretty. Here&#8217;s Texts founder Kishan Bagaria:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">texts team took a quick look at the tech behind nothing chats and found out it\'s extremely insecure<br /><br />it\'s not even using HTTPS, credentials are sent over plaintext HTTP<br /><br />backend is running an instance of BlueBubbles, which doesn\'t support end-to-end encryption yet <a href=\"https://t.co/IcWyIbKE86\">pic.twitter.com/IcWyIbKE86</a></p>&mdash; Kishan Bagaria (@KishanBagaria) <a href=\"https://twitter.com/KishanBagaria/status/1725586252630540555?ref_src=twsrc%5Etfw\">November 17, 2023</a></blockquote>\n</div>\n\n\n\n<p>The BlueBubbles thing might be a mistake, but seeing the unencrypted data on the wire definitely wasn&#8217;t. Sunbird replied and doubled down on Twitter, citing some ISO standard and claiming it was &#8220;encrypted.&#8221;</p>\n\n\n\n<p>Okay! Now you&#8217;re caught up to Friday. Texts says Sunbird isn&#8217;t secure, Sunbird says it is. He said, she said, right? Not quite—there are receipts. <a href=\"https://texts.blog/2023/11/18/sunbird-security/\">This blog post lays out even more than Kishan tweeted originally and shares code so you can confirm this yourself</a>. tl; dr: Sunbird puts all your iMessages and attachments into Firebase.</p>\n\n\n\n<p>What should you take away from this?</p>\n\n\n\n<p><strong>Nothing</strong> (the company) still makes amazing hardware that you should absolutely check out and use. It&#8217;s my favorite Android experience. I think the company got bamboozled by Sunbird, and unfortunately this went mainstream on MKBHD.</p>\n\n\n\n<p><strong>Sunbird</strong> appears either not to understand security or to lie about it, and probably misled Nothing. I would recommend double-checking what that team claims in the future.</p>\n\n\n\n<p>Who should we actually be upset with? </p>\n\n\n\n<p><strong>Apple</strong>. </p>\n\n\n\n<p>You shouldn&#8217;t need to jump through all these hoops to have a blue bubble on iMessage. Design can create great things; it can also harm. Apple&#8217;s design decisions to &#8220;magically&#8221; upgrade SMS or texts or RCS into iMessage, which is better and more secure, creates a green-bubble ghetto that&#8217;s also a terrible user experience for anyone not on an Apple-made device.</p>\n\n\n\n<p>I&#8217;ve heard stories of teenagers being ostracized because they couldn&#8217;t afford an iPhone, of group chats rejecting people who turn the chat from blue to green. I know that sounds petty, but do you remember middle school? It&#8217;s about status, and Apple knows that. Everything they make bleeds status and signaling. They&#8217;re the best in the world at it, and I should know—I&#8217;m typing this post from a M3 Max black MacBook with 128GB of RAM. But while status signaling with amazing hardware and design touches is harmless, in software and social settings in can be harmful.</p>\n\n\n\n<p>Regardless of how it started, today the green bubble indicates cheaper, lower-status, less secure. Apple&#8217;s half-hearted support of RCS just continues this. Sunbird (and others) shouldn&#8217;t need to jump through so many hoops around this stuff by reverse engineering. Apple should open up iMessage APIs so it can be natively supported just like every other 100M+ messaging platform is: Telegram, Signal, WhatsApp, et al. Teens who can&#8217;t afford or don&#8217;t want an iPhone should be able to have an app that lets them connect with their friends as peers, securely and with all the features that are easy to support in messaging.</p>\n\n\n\n<p>Tim Cook, Apple, we love you. Trillion-dollar company, and lots of room still to grow. Allowing iMessage/FaceTime to interoperate (like it used to!) might take .01% off your growth rate, but it&#8217;s the right thing for humanity. Yes, I know Google is shady too, and they&#8217;re locked in this smartphone death match with you. But take person-to-person communication out of the struggle, make it a DMZ, and be content to compete in all the other areas you&#8217;re currently crushing: design, silicon, <a href=\"https://www.apple.com/macos/continuity/\">Continuity</a>, security, privacy, customer experience, retail stores, spatial audio, the list goes on.</p>\n\n\n\n<p>I have no idea how to get in touch with YouTubers, but Marques, if you see this, I&#8217;m happy to chat about the future of technology, open source, freedom, and privacy.</p>\n\n\n\n<p>Update: As I was writing this, <a href=\"https://9to5google.com/2023/11/18/nothing-chats-sunbird-unencrypted-data-privacy-nightmare/\">the Nothing Chats app has been pulled from the Play store</a>.</p>\n\n\n\n<p>Update 2: From my colleague Batuhan:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Ive been banned from <a href=\"https://twitter.com/sunbirdapp?ref_src=twsrc%5Etfw\">@sunbirdapp</a>s Discord, probably because I made a tool that deletes some of the data they keep. <br /><br />If you are a Sunbird/Nothing Chats user, heres my recommendation, in order:<br /><br />&#8211; Change your Apple ID password *now* and revoke their session<br />&#8211; Remove the app<br />-…</p>&mdash; batuhan içöz (@batuhan) <a href=\"https://twitter.com/batuhan/status/1725985096463724838?ref_src=twsrc%5Etfw\">November 18, 2023</a></blockquote>\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:\"Sat, 18 Nov 2023 16:57: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: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: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:107:\"Gutenberg Times: State of the Word, 2024 release schedule, WooCommerce 8.3 and more Weekend Edition 274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/state-of-the-word-2024-release-schedule-woocommerce-8-3-and-more-weekend-edition-274/\";s: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:15395:\"<p>Howdy, </p>\n\n\n\n<p>Now the Fall has come to Munich, Germany and as the Floridian weather wimp, I have to go into hibernation like Mama Bear. To counteract the urge to crawl back into bed, I practiced some exposure therapy with at least 6,000 steps outside in full gear (tuck, gloves, cape, and shawl), even in the rain. It helped a little, and I am not afraid of the cold anymore. That&#8217;s my win for this week. I will let you know how it goes when snow falls. What are the small wins in your life right now? </p>\n\n\n\n<p>I am sad that <a href=\"https://wptavern.com/last-call\">Sarah Gooding, after a decade writing for the WPTavern, is moving on to a new endeavor</a>. She has been a great supporter of the Gutenberg Times, and an even greater supporter of the WordPress Community as a whole. Over three thousand articles. Day in, day out, she kept her ear on the pulse, separated the wheat from the chuff, and helped thousands of WordPress users understand how WordPress works, how businesses thrive in the open-source market and explained some of the more technical decisions and development to us mere mortals. She&#8217;ll be missed for sure, and we wish her a great start into the new adventures. </p>\n\n\n\n<p>Gutenberg wise, there is some wonderful work being done. Learn more below and enjoy the newsletter. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<p>On <strong>December 11, 2023, at 15:00 UTC, Matt Mullenweg</strong>, co-founder of WordPress, will give the State of the Word keynote. This year for the first time ever not from the United States. </p>\n\n\n\n<p>If you want to be there in person, join a watch party near you or watch the live stream, <strong>Dan Soschin</strong> has the details in his post. <a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\"><strong>State of the Word 2023 Madrid, Spain</strong></a>. For the Q &amp; A session, you can send it your question via email or wait for the <a href=\"https://www.slido.com/\">Slido APP</a> QR code at the event. </p>\n\n\n\n<a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\"><img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/image.png?resize=652%2C435&ssl=1\" alt=\"\" class=\"wp-image-26400\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>In her post <a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\"><strong>Proposal: 2024 Major Release Timing</strong></a>, executive Director and release lead of WordPress 6.4, <strong>Josepha Haden Chomphosy </strong>proposed the release schedule for 2024. She envisions again three major releases of WordPress: </p>\n\n\n\n<ul>\n<li>6.5 &nbsp;Beta&nbsp;1 on Feb. 13, final release on Mar. 26 (WordCamp&nbsp;Asia Mar. 7-9)</li>\n\n\n\n<li>6.6 Beta 1 on Jun. 4, final release on Jul. 16 (WordCamp Europe Jun. 13-15)</li>\n\n\n\n<li>6.7 Beta 1 on Sep. 24, final release on Nov. 5 (WordCamp US still TBD)</li>\n</ul>\n\n\n\n<p>Giving a Gutenberg release cycle every other week, the last Gutenberg plugin version that will make it into the next WordPress version 6.5 is 17.7. That&#8217;s six more versions to get new features ready and tested before they make it into core. Speaking of testing, <strong>Andre Maneiro</strong> just released <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v17.1.0-rc.1\"><strong>Gutenberg 17.1 RC 1</strong></a> for testing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Meanwhile, the work for WordPress 6.4 is not done: <strong>Femy Praseeth,</strong> release lead for documentation, published a <a href=\"https://make.wordpress.org/docs/2023/10/25/call-for-volunteers-to-help-with-6-4-end-user-documentation/\"><strong>Call for volunteers to help with 6.4 end-user documentation</strong></a>. It&#8217;s a great chance to apply your knowledge of how to use WordPress and help others to understand it too. You&#8217;ll find onboarding information, a list of tasks and links to the handbook in the post. </p>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-73585e4999e0b0a97d04b3f568647e9e\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\">Gutenberg Changelog #93 Gutenberg 17.1, Command Palette, Data Views and Grid Layout</a> &#8211; a chat with Isabel Brison</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>For the default theme, Twenty-Twenty-Four developers had three uses cases in mind and provided patterns and page layouts for bloggers, portfolio artists and small business owners. <strong>Jamie Marsland</strong> took them by their word and he created five new websites using Twenty-Twenty-four. In his video <a href=\"https://www.youtube.com/watch?v=qoX3uNmH5LY\"><strong>Is this the best WordPress Theme ever! </strong></a>he shows you how he built five sites, only using the built-in patterns, block variations and style variations. The examples, are one-page, a woo-commerce theme and also a small business website. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you are looking for a second (or third or fourth) opinion on the Twenty-Twenty-Four theme, <strong><a href=\"https://twitter.com/mattmedeiros\">Matt Medeiros</a></strong>, feels you should <a href=\"https://www.youtube.com/watch?v=0H37o1SBFr4\"><strong>Watch this before you try Twenty Twenty-Four theme for WordPress</strong></a>. Medeiros top four takeaways: </p>\n\n\n\n<ul>\n<li>Groups allow you to style sections of content and turn them into reusable patterns. </li>\n\n\n\n<li>The site editor lets you edit styles, templates, and parts for the whole site. </li>\n\n\n\n<li>Template parts like headers and footers apply across templates. </li>\n\n\n\n<li>The query loop block customizes how posts/content are displayed. </li>\n</ul>\n\n\n\n<p> &#8220;While not yet perfect, Twenty Twenty-Four shows the direction WordPress is headed for easy site building without needing page builders or premium themes.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video, <a href=\"https://www.youtube.com/watch?v=erT8LxuI5r4\"><strong>Mastering WordPress 6.4 in under 5 Minutes: every feature revealed</strong></a>, <strong>Dave Smith</strong> walks you through the key features of the new WordPress release: new default theme, image Lightbox, background image for group block, List view updates and enhancements to patterns management, vertical text orientation and adding buttons to the Navigation block. It&#8217;s a great overview if you want to know what&#8217;s new in WordPress 6.4 for content creators.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Using the site of the <em><a href=\"https://block-museum.com/\">Museum of Block Art</a></em>, <strong>Anne McCarthy</strong> demonstrated in this video the impact of the enhanced pagination that came with WordPress 6.4 to the Query block. <strong><a href=\"https://www.youtube.com/watch?v=y7YHFncLvD4\">Effortless Pagination: How a new WordPress 6.4 feature elevates the user experience</a>.</strong> </p>\n\n\n\n<img width=\"652\" height=\"409\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/Screenshot-2023-11-15-at-16.45.01.png?resize=652%2C409&ssl=1\" alt=\"\" class=\"wp-image-26357\" />\n\n\n\n<p>Last week, we mentioned the new block theme by Ellen Bauer and Manuel Esposito.. <strong>Sarah Gooding</strong> gave it a review, <a href=\"https://wptavern.com/elmastudio-releases-moog-a-free-block-theme-for-blogs\"><strong>ElmaStudio Releases Moog: A Free Block Theme for Blogs</strong></a>. &#8220;It features a minimal and bold layout with a responsive, masonry style grid on the homepage. Moog is well suited to blogs or even small magazine websites, with options to radically change the style with the click of a button.&#8221; she wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new version of WooCommerce is now available. <strong>Nigel Stevenson</strong> has the release notes for you. <a href=\"https://developer.woo.com/2023/11/16/woocommerce-8-3-0-released/\"><strong>WooCommerce 8.3.0 Released</strong></a>. He highlighted: </p>\n\n\n\n<ul>\n<li>For new installation, Card, Check-out and Order confirmation blocks are switched on by default. </li>\n\n\n\n<li>For existing stores, the release provides an effortless migration using the page creation tool</li>\n\n\n\n<li>Marketplace and Extension pages are revamped, and </li>\n\n\n\n<li>the mobile app onboarding experience has been improved</li>\n</ul>\n\n\n\n<p><strong>Sarah Gooding</strong> shared more details in <a href=\"https://wptavern.com/woocommerce-8-3-makes-cart-checkout-and-order-confirmation-blocks-default-on-new-installations\"><strong>WooCommerce 8.3 Makes Cart, Checkout, and Order Confirmation Blocks Default on New Installations</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On Learn.WordPress, <a href=\"https://twitter.com/LauraAdamonis\"><strong>Laura Adamonis</strong></a> posted a tutorial on <a href=\"https://learn.wordpress.org/tutorial/how-to-create-a-menu-with-the-navigation-block-2/\"><strong>How to create a menu with the navigation block</strong></a>. The description reads: &#8220;This tutorial will walk a user through how to create a menu with the navigation block in the site editor of updated 6.4. The tutorial will use the 2024 theme. It will also touch on moving menu items, creating a second menu, adding a button and a sub-menu&#8221;. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Brian Coords</strong> wrote in his post <a href=\"https://www.briancoords.com/custom-settings-screens-in-block-themes/\"><strong>Custom Settings Screens in Block Themes</strong></a> about his approach and considering all API options available. Customizer and Settings API after suitable for the task, Coords selected the Gutenberg design language and components and their more contemporary look to get started. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong> is running a <a href=\"https://www.youtube.com/watch?v=VroaPsoTFkg\">WordPress Block Theme Live Special</a> on YouTube with Rich Tabor,&nbsp;on the <strong>13th December, 20:00 UTC</strong> &#8220;If you are looking to get into WordPress Block Themes then this session is for you. Rich Tabor, Core Gutenberg Product Manager, is helping me explain the basics and more advanced features of Block Themes.&#8221; he wrote in the description. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>The latest recipe of <strong>Ryan Welcher&#8217;s </strong> <em>Block Developer Cook Book</em>, is about <strong><a href=\"https://www.youtube.com/watch?v=MtVRifFbUaQ\">Connecting to Post Meta</a></strong> and you&#8217;ll learn to extract and update data from WordPress custom post meta, &#8220;adding a flavorful twist to your post meta management.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: &#8220;Blocks of ice ready for next years ice hotel&#8221; by Rose Robinson is licensed under CC BY-NC-ND 2.0</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;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, 18 Nov 2023 09:49:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:19:\"WPTavern: Last Call\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=151409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/last-call\";s: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:4939:\"<p>This has been an emotional, bittersweet morning for me, reading through old posts, as I close the book on my time at this beloved publication. Today is my last day before moving on to embrace a new challenge in the world of tech.&nbsp;&nbsp;</p>\n\n\n\n<p>In 2013, the year I started writing at the Tavern, just <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">17.4% of the web</a> was running on WordPress, but the momentum I felt at that <a href=\"https://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\">last WordCamp San Francisco</a> was intoxicating and undeniable. It marked the ascendency of the global WordPress community and the move to embrace new tools like Slack and GitHub for contributing to core.</p>\n\n\n\n<p>At that time, one frustrating thing I frequently heard was &#8220;It&#8217;s just WordPress, don&#8217;t take it so seriously.&#8221; Yet there we were, standing on the edge of an amazing acceleration of WordPress&#8217; adoption and expansion of the ecosystem that brought meaningful work to millions and gave people a voice on the web. It was never &#8220;just WordPress&#8221; to me. As the software enters its third decade, powering 43% of the world&#8217;s websites, WordPress continues to be an irrepressible force of good on the web. I&#8217;d like to think the Tavern had a small part in that.</p>\n\n\n\n<p>I want to thank past colleagues Jeff Chandler, Justin Tadlock, and Nathan Wrigley, as well as Matt Mullenweg for supporting the publication for so many years. We have done a lot of daily reporting but the Tavern keeper is a watchdog at heart. Our commitment to serving the public interest was instrumental in holding companies, authorities, and the open source project accountable, and I am proud of the work we did together.</p>\n\n\n\n<p>When I started, I had no idea how I would fully embrace the challenge of writing, editing, and publishing&nbsp;WordPress news every day. It changed me. Writing news is an intensely public job that comes with a nearly constant onslaught of criticism. I found that showing up even on my worst days forged a level of discipline that was previously inaccessible to me. Today, 3,021 articles later, publishing is in my blood.</p>\n\n\n\n<p>To our wonderful community of readers: Thank you for trusting us to tell your stories. Thank you to every one of you who chose to speak to the press &#8211; both on the record and anonymously when something needed to come to light. You made it possible for the Tavern to become the most authoritative and reliable source of WordPress news on the web.</p>\n\n\n\n<p>We navigated many challenging times together and celebrated previously unbelievable milestones. I&#8217;ve been privileged to have a front row seat to your innovation and determination, and I&#8217;ll continue cheering for your success. Thank you, beautiful WordPress community.</p>\n\n\n\n<p>In honor of 10 years at the Tavern, I&#8217;ll leave you with 10 of my favorite articles for a short trip down memory lane. </p>\n\n\n\n<p><a href=\"https://wptavern.com/finding-freedom-and-opportunity-with-wordpress-how-wolf-bishop-overcame-prison-and-addiction-to-launch-a-career\">Finding Freedom and Opportunity With WordPress: How Wolf Bishop Overcame Prison and Addiction to Launch a Career</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/how-the-welch-news-uses-wordpress-to-keep-local-news-alive-in-west-virginia\">How The Welch News Uses WordPress To Keep Local News Alive in West Virginia</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives\">AMP Has Irreparably Damaged Publishers Trust in Google-led Initiatives</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-turns-20\">WordPress Turns 20</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\">Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">Finding WordPress in the Post-Print News Era</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-0-rc-expected-on-u-s-thanksgiving-holiday-despite-last-minute-pushback-from-contributors\">WordPress 5.0 RC Expected on U.S. Thanksgiving Holiday, Despite Last-Minute Pushback from Contributors</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-smiley-wars-will-core-adopt-new-emoticons\">WordPress Smiley Wars: Will Core Adopt New Emoticons?</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/rip-buddypress-default-theme-finally-laid-to-rest-in-1-9\">RIP BuddyPress Default Theme: Finally Laid to Rest in 1.9</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\">WordPress Beyond Boundaries: A Recap of WordCamp Europe 2014</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, 17 Nov 2023 20:50:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"Do The Woo Community: Talking Woo Agencies with Andrew Behla and Patrick Garman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=63221\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/a-woobiz-chat-with-agency-owners-andrew-behla-and-patrick-garman/\";s: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:469:\"<p>Listen in as they chat about market disruptions, business tools, client off hour expectations and the differentiators that set Woo apart from other ecommerce platforms.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-woobiz-chat-with-agency-owners-andrew-behla-and-patrick-garman/\">Talking Woo Agencies with Andrew Behla and Patrick Garman</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:87:\"Do The Woo Community: WooCommerce Development Insights &amp; Empowering Clients with DJ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=63183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/woocommerce-development-insights-empowering-clients-with-d-j/\";s: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:455:\"<p>DJ\'s development skills with WooCommerce blend his willingness to learn quickly and deeply while giving his clients more empowerment over their site.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-development-insights-empowering-clients-with-d-j/\">WooCommerce Development Insights &#038; Empowering Clients with DJ</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: A Roundtable Chat with Clara Lee, Product Marketing at WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=63172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://dothewoo.io/a-roundtable-chat-with-clara-lee-product-marketing-at-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:442:\"<p>A conversation with Clara Lee takes a deep dive behind the scenes into the product marketing at WooCommerce and what makes it tick.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-roundtable-chat-with-clara-lee-product-marketing-at-woocommerce/\">A Roundtable Chat with Clara Lee, Product Marketing at WooCommerce</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:75:\"Do The Woo Community: A Mastering WooCommerce Snippets with 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=63160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/a-master-of-woocommerce-snippets-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:398:\"<p>Listen in as Rodolfo talks about dedicating his site over the years to help developers level up their coding skills. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-master-of-woocommerce-snippets-rodolfo-melogli/\">A Mastering WooCommerce Snippets with Rodolfo Melogli</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:75:\"Do The Woo Community: All You Need to Know to Organize a WooCommerce Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=63052\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/all-you-need-to-know-to-organize-a-woocommerce-meetup/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:410:\"<p>When you get five meetup co-organizers together for a chat, the insights and experiences shared are going to flood the gates</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/all-you-need-to-know-to-organize-a-woocommerce-meetup/\">All You Need to Know to Organize a WooCommerce Meetup</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:52:\"Do The Woo Community: When Did You First Do the Woo?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62904\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/when-did-you-first-do-the-woo/\";s: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:338:\"<p>Listen in as we hear from ten past guests about how they discovered and started using WooCommerce. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/when-did-you-first-do-the-woo/\">When Did You First Do the Woo?</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:69:\"Do The Woo Community: WooCommerce and Mobile Apps with Scott Bolinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62878\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/woocommerce-and-mobile-apps-with-scott-bolinger/\";s: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:401:\"<p>Whether it\'s your clients site or your own store, you may or may not be keeping mobile apps aligned with what you are building.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-and-mobile-apps-with-scott-bolinger/\">WooCommerce and Mobile Apps with Scott Bolinger</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:82:\"Do The Woo Community: A Look at WordPress Core and Blocks with Grzegorz Ziolkowski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://dothewoo.io/wordpress-core-and-blocks-with-grzegorz-ziolkowski/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"<p>We catch up with what\'s happening with blocks and get some insights from Greg on how WooCommerce blocks play into the bigger picture.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/wordpress-core-and-blocks-with-grzegorz-ziolkowski/\">A Look at WordPress Core and Blocks with Grzegorz Ziolkowski</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: A Roundtable Discussion with Warren Holmes, COO at WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=62612\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://dothewoo.io/a-roundtable-discussion-with-warren-holmes-coo-at-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"<p>Warren Holmes has been with WooCommerce for 10 years and sheds some light on very important questions with his insights and experience.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-roundtable-discussion-with-warren-holmes-coo-at-woocommerce/\">A Roundtable Discussion with Warren Holmes, COO at WooCommerce</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:94:\"Do The Woo Community: Hooking and Integrating WooCommerce into Warehousing with David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/hooking-woocommerce-into-warehousing-with-david-baumwald/\";s: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:475:\"<p>From being an expert into hooking WooCommerce into a warehouse to being a release lead for WordPress Core, David has done a lot as a full stack developer for 17 years.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/hooking-woocommerce-into-warehousing-with-david-baumwald/\">Hooking and Integrating WooCommerce into Warehousing with David Baumwald</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:82:\"Do The Woo Community: Developers and Meetups with Alicia St. Rose and 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=62561\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/developers-and-meetups-with-alicia-st-rose-and-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:466:\"<p>There are a lot of opportunities for developers to attend or even start up a WordPress or WooCommerce meetup. Alicia and David dive into it from first-hand experience.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/developers-and-meetups-with-alicia-st-rose-and-david-bisset/\">Developers and Meetups with Alicia St. Rose and David Bisset</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: Keeping Woo Devs on Top of WordPress Core with Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=62542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/keeping-on-top-of-wordpress-core-with-jonathan-desrosiers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"<p>As a WooCommerce builder, you need to keep on top of all the major changes in WordPress core. This episode will get you started.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/keeping-on-top-of-wordpress-core-with-jonathan-desrosiers/\">Keeping Woo Devs on Top of WordPress Core with Jonathan Desrosiers</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Do The Woo Community: Promoting Products to WooCommerce Developers and Agencies with Jodie Florenza and Michael Bragg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/promoting-products-to-woocommerce-developers-and-agencies/\";s: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:439:\"<p>Get agencies and developers to become your fans and recommend and use your WooCommerce product or service.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/promoting-products-to-woocommerce-developers-and-agencies/\">Promoting Products to WooCommerce Developers and Agencies with Jodie Florenza and Michael Bragg</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:88:\"Do The Woo Community: A Deep Dive into the WooCommerce User Community with Jonathan Wold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/woocommerce-roundtable-with-guest-jonathan-wold/\";s: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:361:\"<p>A great conversation around the WooCommerce ecosystem and community.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-roundtable-with-guest-jonathan-wold/\">A Deep Dive into the WooCommerce User Community with Jonathan Wold</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:81:\"Do The Woo Community: Funding and Growth for WooCommerce Shops with Aidan Corbett\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://dothewoo.io/funding-growth-and-deliberation-with-aidan-corbett/\";s: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:433:\"<p>Aidan shares thoughts on outside funding, seasonal inventory, low risk businesses and how he views WooCommerce favorably as a deliberate choice.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/funding-growth-and-deliberation-with-aidan-corbett/\">Funding and Growth for WooCommerce Shops with Aidan Corbett</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:85:\"Do The Woo Community: A Q&amp;A on Developer Advocacy at WooCommerce with Allen Smith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/question-and-answer-with-allen-smith-developer-advocate-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"<p>Listen in to this live chat with Allen Smith as we talk about WooCommerce documentation, resources, contributing, headless and more.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/question-and-answer-with-allen-smith-developer-advocate-woocommerce/\">A Q&#038;A on Developer Advocacy at WooCommerce with Allen Smith</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:63:\"Do The Woo Community: Conversation, Chatter and Core with 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=62369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/conversation-chatter-and-core/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"<p>We are bring more conversation to the podcast. Added perspectives through both the Woo Builder Events and WordPress core.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/conversation-chatter-and-core/\">Conversation, Chatter and Core with BobWP</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"Do The Woo Community: Training, Open Source and WooCommerce with Robbie Adair\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/training-open-source-and-woocommerce-with-robbie-adair/\";s: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:418:\"<p>Listen in as Robbie shares her diverse background of open source work through her agency and her experience with online training.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/training-open-source-and-woocommerce-with-robbie-adair/\">Training, Open Source and WooCommerce with Robbie Adair</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:79:\"Do The Woo Community: WooCommerce, eCommerce and Accessibility with Amber Hinds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/woocommerce-ecommerce-and-accessibility-with-amber-hinds/\";s: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:430:\"<p>This conversation takes us deeper into accessibility. Not only do we learn the important basics, but how eCommerce fits into the picture.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-ecommerce-and-accessibility-with-amber-hinds/\">WooCommerce, eCommerce and Accessibility with Amber Hinds</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:68:\"Do The Woo Community: The WooCommerce Marketplace with Adepeju Oduye\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/the-woocommerce-marketplace-with-adepeju-oduye/\";s: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:380:\"<p>Listen in as Adepeju Oduye talks about developers, selling on WooCommerce and the future of the marketplace.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/the-woocommerce-marketplace-with-adepeju-oduye/\">The WooCommerce Marketplace with Adepeju Oduye</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Do The Woo Community: Online Events for the WooCommerce Builder 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=62070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/online-events-for-the-woocommerce-builder-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:391:\"<p>Listen as the co-organizers chat about what WooCommerce builders can expect if they attend the weekly events.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/online-events-for-the-woocommerce-builder-community/\">Online Events for the WooCommerce Builder Community</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: A Conversation Around WooCommerce Blocks Gary, Darren and Manos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=62037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/a-conversation-around-woocommerce-blocks/\";s: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:419:\"<p>Darren Ethier and Gary Murray from WooCommerce join Manos Psychogyiopoulos, Head of Product at SomewhereWarm to talk WooCommerce blocks.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-conversation-around-woocommerce-blocks/\">A Conversation Around WooCommerce Blocks Gary, Darren and Manos</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Do The Woo Community: Building a WooCommerce Store on WordPress.com with Timmy Crawford\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/woocommerce-on-wordpress-com-with-timmy-crawford/\";s: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:407:\"<p>Timmy works on the Woo team and shares what people may not now about building a WooCommerce shop on WordPress.com.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-on-wordpress-com-with-timmy-crawford/\">Building a WooCommerce Store on WordPress.com with Timmy Crawford</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Do The Woo Community: Growing an Agency and WooCommerce Enterprise Sites with Jake Goldman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/growing-an-agency-enterprise-and-woocommerce-with-jake-goldman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"<p>Jakes shares his insights about WooCommerce in the enterprise state as well as the 10-year growth of his agency. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/growing-an-agency-enterprise-and-woocommerce-with-jake-goldman/\">Growing an Agency and WooCommerce Enterprise Sites with Jake Goldman</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Do The Woo Community: The Do the Woo WooCommerce Builder Survey 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61717\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/how-2020-played-out-for-woocommerce-businesses/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"<p>In this episode I share the results of my WooCommerce Builder Survey and some snippets on 2020 from past episodes.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/how-2020-played-out-for-woocommerce-businesses/\">The Do the Woo WooCommerce Builder Survey 2020</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:90:\"Do The Woo Community: Walking Clients Through the WooCommerce Journey with Alicia St. Rose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/taking-clients-on-the-entire-woocommerce-journey-with-alicia-st-rose/\";s: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:475:\"<p>Alicia brings in a unique combination of coaching and development that takes her clients through the entire process of building and growing your site or shop. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/taking-clients-on-the-entire-woocommerce-journey-with-alicia-st-rose/\">Walking Clients Through the WooCommerce Journey with Alicia St. Rose</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:80:\"Do The Woo Community: Celebrating 100 Episodes on Do the Woo Podcast with an AMA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61519\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/celebrating-100-episodes-on-do-the-woo-podcast-with-an-ama/\";s: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:362:\"<p>When we hit 100 episodes its time for questions and celebration</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/celebrating-100-episodes-on-do-the-woo-podcast-with-an-ama/\">Celebrating 100 Episodes on Do the Woo Podcast with an AMA</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:82:\"Do The Woo Community: Load Testing and Building WooCommerce Sites with Lauri Kasti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/load-testing-and-woocommerce-with-lauri-robert-and-zach/\";s: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:373:\"<p>Listen in to an interesting deep-dive into load testing your WooCommerce shop.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/load-testing-and-woocommerce-with-lauri-robert-and-zach/\">Load Testing and Building WooCommerce Sites with Lauri Kasti</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:72:\"Do The Woo Community: WooCommerce and Accessibility Tips with Bet Hannon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/woocommerce-and-accessibility-with-bet-hannon/\";s: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:417:\"<p>Bet has a deep passion for accessibility. This is filled with stories, insights and tips for both WooCommerce and WordPress sites in general. </p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-and-accessibility-with-bet-hannon/\">WooCommerce and Accessibility Tips with Bet Hannon</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:81:\"Do The Woo Community: A Guide to Agency Rebranding and Growth with Patrick Garman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/agency-rebranding-and-growth-with-patrick-garman-from-mindsize/\";s: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:431:\"<p>Patrick talks about the WooCommerce space over the years, the rebranding of his agency Mindsize and the potential WooCommerce has.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/agency-rebranding-and-growth-with-patrick-garman-from-mindsize/\">A Guide to Agency Rebranding and Growth with Patrick Garman</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:70:\"Do The Woo Community: A WooCommerce Reunion with Adii, Magnus and Mark\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=61362\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://dothewoo.io/a-woo-reunion-with-adii-magnus-and-mark/\";s: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:426:\"<p>in 2007 three guys, two from South Africa and one from Norway got together when an idea to start a theme shop called WooThemes. Well, one thing led to another.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-woo-reunion-with-adii-magnus-and-mark/\">A WooCommerce Reunion with Adii, Magnus and Mark</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</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, 17 Nov 2023 14:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Nov 2023 14:26:34 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 30 Nov 2023 14:15:32 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20231130140026\";}','no'),(10009,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1701397593','no'),(10010,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1701354393','no'),(10011,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1701397593','no'),(10012,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/11/openverse-photo-directory-rewind/\'>WP Briefing: Episode 67: Openverse &amp; Photo Directory Rewind</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\'>State of the Word 2023 Madrid, Spain</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\'>Do The Woo Community: Working on Different Open Source Platforms and More with Ian Gordon and Philip James Wylie</a></li><li><a class=\'rsswidget\' href=\'https://blog.gravatar.com/2023/11/29/introducing-an-all-new-gravatar-profile-editor/\'>Gravatar: Introducing An All New Gravatar Profile Editor</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/101-pooja-derashri-on-creating-educational-wordpress-content\'>WPTavern: #101 Pooja Derashri on Creating Educational WordPress Content</a></li></ul></div>','no'),(10013,'can_compress_scripts','0','yes'),(10020,'_site_transient_timeout_kirki_googlefonts_4347b5bbc16ca4d6e6b9000966ba73a2','1701362081','no'),(10021,'_site_transient_kirki_googlefonts_4347b5bbc16ca4d6e6b9000966ba73a2','a:1358:{i:0;s:7:\"ABeeZee\";i:1;s:4:\"Abel\";i:2;s:12:\"Abhaya Libre\";i:3;s:13:\"Abril Fatface\";i:4;s:8:\"Aclonica\";i:5;s:4:\"Acme\";i:6;s:5:\"Actor\";i:7;s:7:\"Adamina\";i:8;s:10:\"Advent Pro\";i:9;s:15:\"Aguafina Script\";i:10;s:14:\"Akaya Kanadaka\";i:11;s:16:\"Akaya Telivigala\";i:12;s:7:\"Akronim\";i:13;s:6:\"Aladin\";i:14;s:5:\"Alata\";i:15;s:6:\"Alatsi\";i:16;s:7:\"Aldrich\";i:17;s:4:\"Alef\";i:18;s:8:\"Alegreya\";i:19;s:11:\"Alegreya SC\";i:20;s:13:\"Alegreya Sans\";i:21;s:16:\"Alegreya Sans SC\";i:22;s:4:\"Aleo\";i:23;s:10:\"Alex Brush\";i:24;s:13:\"Alfa Slab One\";i:25;s:5:\"Alice\";i:26;s:5:\"Alike\";i:27;s:13:\"Alike Angular\";i:28;s:5:\"Allan\";i:29;s:7:\"Allerta\";i:30;s:15:\"Allerta Stencil\";i:31;s:7:\"Allison\";i:32;s:6:\"Allura\";i:33;s:7:\"Almarai\";i:34;s:8:\"Almendra\";i:35;s:16:\"Almendra Display\";i:36;s:11:\"Almendra SC\";i:37;s:11:\"Alumni Sans\";i:38;s:8:\"Amarante\";i:39;s:8:\"Amaranth\";i:40;s:9:\"Amatic SC\";i:41;s:9:\"Amethysta\";i:42;s:5:\"Amiko\";i:43;s:5:\"Amiri\";i:44;s:5:\"Amita\";i:45;s:7:\"Anaheim\";i:46;s:10:\"Andada Pro\";i:47;s:6:\"Andika\";i:48;s:16:\"Andika New Basic\";i:49;s:6:\"Angkor\";i:50;s:24:\"Annie Use Your Telescope\";i:51;s:13:\"Anonymous Pro\";i:52;s:5:\"Antic\";i:53;s:12:\"Antic Didone\";i:54;s:10:\"Antic Slab\";i:55;s:5:\"Anton\";i:56;s:7:\"Antonio\";i:57;s:6:\"Arapey\";i:58;s:7:\"Arbutus\";i:59;s:12:\"Arbutus Slab\";i:60;s:19:\"Architects Daughter\";i:61;s:7:\"Archivo\";i:62;s:13:\"Archivo Black\";i:63;s:14:\"Archivo Narrow\";i:64;s:15:\"Are You Serious\";i:65;s:10:\"Aref Ruqaa\";i:66;s:13:\"Arima Madurai\";i:67;s:5:\"Arimo\";i:68;s:8:\"Arizonia\";i:69;s:6:\"Armata\";i:70;s:7:\"Arsenal\";i:71;s:8:\"Artifika\";i:72;s:4:\"Arvo\";i:73;s:4:\"Arya\";i:74;s:4:\"Asap\";i:75;s:14:\"Asap Condensed\";i:76;s:4:\"Asar\";i:77;s:5:\"Asset\";i:78;s:9:\"Assistant\";i:79;s:7:\"Astloch\";i:80;s:4:\"Asul\";i:81;s:6:\"Athiti\";i:82;s:21:\"Atkinson Hyperlegible\";i:83;s:4:\"Atma\";i:84;s:10:\"Atomic Age\";i:85;s:6:\"Aubrey\";i:86;s:9:\"Audiowide\";i:87;s:10:\"Autour One\";i:88;s:7:\"Average\";i:89;s:12:\"Average Sans\";i:90;s:19:\"Averia Gruesa Libre\";i:91;s:12:\"Averia Libre\";i:92;s:17:\"Averia Sans Libre\";i:93;s:18:\"Averia Serif Libre\";i:94;s:11:\"Azeret Mono\";i:95;s:4:\"B612\";i:96;s:9:\"B612 Mono\";i:97;s:10:\"Bad Script\";i:98;s:7:\"Bahiana\";i:99;s:9:\"Bahianita\";i:100;s:12:\"Bai Jamjuree\";i:101;s:10:\"Bakbak One\";i:102;s:6:\"Ballet\";i:103;s:7:\"Baloo 2\";i:104;s:12:\"Baloo Bhai 2\";i:105;s:16:\"Baloo Bhaijaan 2\";i:106;s:14:\"Baloo Bhaina 2\";i:107;s:15:\"Baloo Chettan 2\";i:108;s:10:\"Baloo Da 2\";i:109;s:13:\"Baloo Paaji 2\";i:110;s:13:\"Baloo Tamma 2\";i:111;s:15:\"Baloo Tammudu 2\";i:112;s:14:\"Baloo Thambi 2\";i:113;s:13:\"Balsamiq Sans\";i:114;s:9:\"Balthazar\";i:115;s:7:\"Bangers\";i:116;s:6:\"Barlow\";i:117;s:16:\"Barlow Condensed\";i:118;s:21:\"Barlow Semi Condensed\";i:119;s:10:\"Barriecito\";i:120;s:6:\"Barrio\";i:121;s:5:\"Basic\";i:122;s:12:\"Baskervville\";i:123;s:10:\"Battambang\";i:124;s:7:\"Baumans\";i:125;s:5:\"Bayon\";i:126;s:14:\"Be Vietnam Pro\";i:127;s:10:\"Bebas Neue\";i:128;s:8:\"Belgrano\";i:129;s:9:\"Bellefair\";i:130;s:7:\"Belleza\";i:131;s:7:\"Bellota\";i:132;s:12:\"Bellota Text\";i:133;s:9:\"BenchNine\";i:134;s:5:\"Benne\";i:135;s:7:\"Bentham\";i:136;s:15:\"Berkshire Swash\";i:137;s:6:\"Besley\";i:138;s:10:\"Beth Ellen\";i:139;s:5:\"Bevan\";i:140;s:21:\"Big Shoulders Display\";i:141;s:28:\"Big Shoulders Inline Display\";i:142;s:25:\"Big Shoulders Inline Text\";i:143;s:29:\"Big Shoulders Stencil Display\";i:144;s:26:\"Big Shoulders Stencil Text\";i:145;s:18:\"Big Shoulders Text\";i:146;s:13:\"Bigelow Rules\";i:147;s:11:\"Bigshot One\";i:148;s:5:\"Bilbo\";i:149;s:16:\"Bilbo Swash Caps\";i:150;s:8:\"BioRhyme\";i:151;s:17:\"BioRhyme Expanded\";i:152;s:10:\"Birthstone\";i:153;s:17:\"Birthstone Bounce\";i:154;s:7:\"Biryani\";i:155;s:6:\"Bitter\";i:156;s:23:\"Black And White Picture\";i:157;s:14:\"Black Han Sans\";i:158;s:13:\"Black Ops One\";i:159;s:7:\"Blinker\";i:160;s:11:\"Bodoni Moda\";i:161;s:5:\"Bokor\";i:162;s:9:\"Bona Nova\";i:163;s:6:\"Bonbon\";i:164;s:14:\"Bonheur Royale\";i:165;s:8:\"Boogaloo\";i:166;s:10:\"Bowlby One\";i:167;s:13:\"Bowlby One SC\";i:168;s:7:\"Brawler\";i:169;s:10:\"Bree Serif\";i:170;s:12:\"Brygada 1918\";i:171;s:14:\"Bubblegum Sans\";i:172;s:11:\"Bubbler One\";i:173;s:4:\"Buda\";i:174;s:7:\"Buenard\";i:175;s:6:\"Bungee\";i:176;s:15:\"Bungee Hairline\";i:177;s:13:\"Bungee Inline\";i:178;s:14:\"Bungee Outline\";i:179;s:12:\"Bungee Shade\";i:180;s:10:\"Butcherman\";i:181;s:14:\"Butterfly Kids\";i:182;s:5:\"Cabin\";i:183;s:15:\"Cabin Condensed\";i:184;s:12:\"Cabin Sketch\";i:185;s:15:\"Caesar Dressing\";i:186;s:10:\"Cagliostro\";i:187;s:5:\"Cairo\";i:188;s:7:\"Caladea\";i:189;s:9:\"Calistoga\";i:190;s:14:\"Calligraffitti\";i:191;s:6:\"Cambay\";i:192;s:5:\"Cambo\";i:193;s:6:\"Candal\";i:194;s:9:\"Cantarell\";i:195;s:11:\"Cantata One\";i:196;s:11:\"Cantora One\";i:197;s:8:\"Capriola\";i:198;s:7:\"Caramel\";i:199;s:9:\"Carattere\";i:200;s:5:\"Cardo\";i:201;s:5:\"Carme\";i:202;s:14:\"Carrois Gothic\";i:203;s:17:\"Carrois Gothic SC\";i:204;s:10:\"Carter One\";i:205;s:7:\"Castoro\";i:206;s:9:\"Catamaran\";i:207;s:6:\"Caudex\";i:208;s:6:\"Caveat\";i:209;s:12:\"Caveat Brush\";i:210;s:18:\"Cedarville Cursive\";i:211;s:11:\"Ceviche One\";i:212;s:12:\"Chakra Petch\";i:213;s:6:\"Changa\";i:214;s:10:\"Changa One\";i:215;s:6:\"Chango\";i:216;s:5:\"Charm\";i:217;s:10:\"Charmonman\";i:218;s:8:\"Chathura\";i:219;s:18:\"Chau Philomene One\";i:220;s:9:\"Chela One\";i:221;s:14:\"Chelsea Market\";i:222;s:6:\"Chenla\";i:223;s:7:\"Cherish\";i:224;s:17:\"Cherry Cream Soda\";i:225;s:12:\"Cherry Swash\";i:226;s:5:\"Chewy\";i:227;s:6:\"Chicle\";i:228;s:8:\"Chilanka\";i:229;s:5:\"Chivo\";i:230;s:8:\"Chonburi\";i:231;s:6:\"Cinzel\";i:232;s:17:\"Cinzel Decorative\";i:233;s:14:\"Clicker Script\";i:234;s:4:\"Coda\";i:235;s:12:\"Coda Caption\";i:236;s:8:\"Codystar\";i:237;s:5:\"Coiny\";i:238;s:5:\"Combo\";i:239;s:9:\"Comfortaa\";i:240;s:9:\"Comforter\";i:241;s:15:\"Comforter Brush\";i:242;s:10:\"Comic Neue\";i:243;s:11:\"Coming Soon\";i:244;s:12:\"Commissioner\";i:245;s:11:\"Concert One\";i:246;s:9:\"Condiment\";i:247;s:7:\"Content\";i:248;s:12:\"Contrail One\";i:249;s:11:\"Convergence\";i:250;s:6:\"Cookie\";i:251;s:5:\"Copse\";i:252;s:6:\"Corben\";i:253;s:9:\"Corinthia\";i:254;s:9:\"Cormorant\";i:255;s:18:\"Cormorant Garamond\";i:256;s:16:\"Cormorant Infant\";i:257;s:12:\"Cormorant SC\";i:258;s:17:\"Cormorant Unicase\";i:259;s:17:\"Cormorant Upright\";i:260;s:9:\"Courgette\";i:261;s:13:\"Courier Prime\";i:262;s:7:\"Cousine\";i:263;s:8:\"Coustard\";i:264;s:21:\"Covered By Your Grace\";i:265;s:12:\"Crafty Girls\";i:266;s:9:\"Creepster\";i:267;s:11:\"Crete Round\";i:268;s:11:\"Crimson Pro\";i:269;s:13:\"Croissant One\";i:270;s:7:\"Crushed\";i:271;s:6:\"Cuprum\";i:272;s:9:\"Cute Font\";i:273;s:6:\"Cutive\";i:274;s:11:\"Cutive Mono\";i:275;s:7:\"DM Mono\";i:276;s:7:\"DM Sans\";i:277;s:16:\"DM Serif Display\";i:278;s:13:\"DM Serif Text\";i:279;s:6:\"Damion\";i:280;s:14:\"Dancing Script\";i:281;s:7:\"Dangrek\";i:282;s:16:\"Darker Grotesque\";i:283;s:11:\"David Libre\";i:284;s:20:\"Dawning of a New Day\";i:285;s:8:\"Days One\";i:286;s:5:\"Dekko\";i:287;s:15:\"Dela Gothic One\";i:288;s:6:\"Delius\";i:289;s:17:\"Delius Swash Caps\";i:290;s:14:\"Delius Unicase\";i:291;s:13:\"Della Respira\";i:292;s:8:\"Denk One\";i:293;s:10:\"Devonshire\";i:294;s:8:\"Dhurjati\";i:295;s:13:\"Didact Gothic\";i:296;s:9:\"Diplomata\";i:297;s:12:\"Diplomata SC\";i:298;s:8:\"Do Hyeon\";i:299;s:5:\"Dokdo\";i:300;s:6:\"Domine\";i:301;s:11:\"Donegal One\";i:302;s:6:\"Dongle\";i:303;s:10:\"Doppio One\";i:304;s:5:\"Dorsa\";i:305;s:5:\"Dosis\";i:306;s:11:\"DotGothic16\";i:307;s:11:\"Dr Sugiyama\";i:308;s:9:\"Duru Sans\";i:309;s:9:\"Dynalight\";i:310;s:11:\"EB Garamond\";i:311;s:10:\"Eagle Lake\";i:312;s:14:\"East Sea Dokdo\";i:313;s:5:\"Eater\";i:314;s:9:\"Economica\";i:315;s:5:\"Eczar\";i:316;s:10:\"El Messiri\";i:317;s:11:\"Electrolize\";i:318;s:5:\"Elsie\";i:319;s:16:\"Elsie Swash Caps\";i:320;s:11:\"Emblema One\";i:321;s:12:\"Emilys Candy\";i:322;s:11:\"Encode Sans\";i:323;s:21:\"Encode Sans Condensed\";i:324;s:20:\"Encode Sans Expanded\";i:325;s:14:\"Encode Sans SC\";i:326;s:26:\"Encode Sans Semi Condensed\";i:327;s:25:\"Encode Sans Semi Expanded\";i:328;s:10:\"Engagement\";i:329;s:9:\"Englebert\";i:330;s:9:\"Enriqueta\";i:331;s:7:\"Ephesis\";i:332;s:8:\"Epilogue\";i:333;s:9:\"Erica One\";i:334;s:7:\"Esteban\";i:335;s:7:\"Estonia\";i:336;s:15:\"Euphoria Script\";i:337;s:5:\"Ewert\";i:338;s:3:\"Exo\";i:339;s:5:\"Exo 2\";i:340;s:13:\"Expletus Sans\";i:341;s:7:\"Explora\";i:342;s:8:\"Fahkwang\";i:343;s:12:\"Fanwood Text\";i:344;s:5:\"Farro\";i:345;s:6:\"Farsan\";i:346;s:9:\"Fascinate\";i:347;s:16:\"Fascinate Inline\";i:348;s:10:\"Faster One\";i:349;s:8:\"Fasthand\";i:350;s:9:\"Fauna One\";i:351;s:8:\"Faustina\";i:352;s:8:\"Federant\";i:353;s:6:\"Federo\";i:354;s:6:\"Felipa\";i:355;s:5:\"Fenix\";i:356;s:7:\"Festive\";i:357;s:12:\"Finger Paint\";i:358;s:9:\"Fira Code\";i:359;s:9:\"Fira Mono\";i:360;s:9:\"Fira Sans\";i:361;s:19:\"Fira Sans Condensed\";i:362;s:25:\"Fira Sans Extra Condensed\";i:363;s:10:\"Fjalla One\";i:364;s:9:\"Fjord One\";i:365;s:8:\"Flamenco\";i:366;s:7:\"Flavors\";i:367;s:13:\"Fleur De Leah\";i:368;s:10:\"Flow Block\";i:369;s:13:\"Flow Circular\";i:370;s:12:\"Flow Rounded\";i:371;s:10:\"Fondamento\";i:372;s:16:\"Fontdiner Swanky\";i:373;s:5:\"Forum\";i:374;s:12:\"Francois One\";i:375;s:16:\"Frank Ruhl Libre\";i:376;s:8:\"Fraunces\";i:377;s:12:\"Freckle Face\";i:378;s:20:\"Fredericka the Great\";i:379;s:11:\"Fredoka One\";i:380;s:8:\"Freehand\";i:381;s:6:\"Fresca\";i:382;s:7:\"Frijole\";i:383;s:7:\"Fruktur\";i:384;s:9:\"Fugaz One\";i:385;s:7:\"Fuggles\";i:386;s:13:\"Fuzzy Bubbles\";i:387;s:9:\"GFS Didot\";i:388;s:15:\"GFS Neohellenic\";i:389;s:8:\"Gabriela\";i:390;s:5:\"Gaegu\";i:391;s:6:\"Gafata\";i:392;s:6:\"Galada\";i:393;s:8:\"Galdeano\";i:394;s:7:\"Galindo\";i:395;s:12:\"Gamja Flower\";i:396;s:8:\"Gayathri\";i:397;s:7:\"Gelasio\";i:398;s:12:\"Gemunu Libre\";i:399;s:5:\"Genos\";i:400;s:13:\"Gentium Basic\";i:401;s:18:\"Gentium Book Basic\";i:402;s:3:\"Geo\";i:403;s:7:\"Georama\";i:404;s:7:\"Geostar\";i:405;s:12:\"Geostar Fill\";i:406;s:12:\"Germania One\";i:407;s:12:\"Gideon Roman\";i:408;s:6:\"Gidugu\";i:409;s:13:\"Gilda Display\";i:410;s:8:\"Girassol\";i:411;s:14:\"Give You Glory\";i:412;s:13:\"Glass Antiqua\";i:413;s:6:\"Glegoo\";i:414;s:17:\"Gloria Hallelujah\";i:415;s:5:\"Glory\";i:416;s:6:\"Gluten\";i:417;s:10:\"Goblin One\";i:418;s:10:\"Gochi Hand\";i:419;s:7:\"Goldman\";i:420;s:8:\"Gorditas\";i:421;s:9:\"Gothic A1\";i:422;s:4:\"Gotu\";i:423;s:21:\"Goudy Bookletter 1911\";i:424;s:12:\"Gowun Batang\";i:425;s:11:\"Gowun Dodum\";i:426;s:8:\"Graduate\";i:427;s:11:\"Grand Hotel\";i:428;s:12:\"Grandstander\";i:429;s:12:\"Gravitas One\";i:430;s:11:\"Great Vibes\";i:431;s:14:\"Grechen Fuemen\";i:432;s:6:\"Grenze\";i:433;s:14:\"Grenze Gotisch\";i:434;s:7:\"Grey Qo\";i:435;s:6:\"Griffy\";i:436;s:6:\"Gruppo\";i:437;s:5:\"Gudea\";i:438;s:4:\"Gugi\";i:439;s:6:\"Gupter\";i:440;s:8:\"Gurajada\";i:441;s:9:\"Gwendolyn\";i:442;s:6:\"Habibi\";i:443;s:14:\"Hachi Maru Pop\";i:444;s:7:\"Hahmlet\";i:445;s:6:\"Halant\";i:446;s:15:\"Hammersmith One\";i:447;s:7:\"Hanalei\";i:448;s:12:\"Hanalei Fill\";i:449;s:7:\"Handlee\";i:450;s:7:\"Hanuman\";i:451;s:12:\"Happy Monkey\";i:452;s:9:\"Harmattan\";i:453;s:12:\"Headland One\";i:454;s:5:\"Heebo\";i:455;s:11:\"Henny Penny\";i:456;s:10:\"Hepta Slab\";i:457;s:20:\"Herr Von Muellerhoff\";i:458;s:9:\"Hi Melody\";i:459;s:11:\"Hina Mincho\";i:460;s:4:\"Hind\";i:461;s:11:\"Hind Guntur\";i:462;s:12:\"Hind Madurai\";i:463;s:13:\"Hind Siliguri\";i:464;s:13:\"Hind Vadodara\";i:465;s:15:\"Holtwood One SC\";i:466;s:14:\"Homemade Apple\";i:467;s:8:\"Homenaje\";i:468;s:9:\"Hurricane\";i:469;s:13:\"IBM Plex Mono\";i:470;s:13:\"IBM Plex Sans\";i:471;s:20:\"IBM Plex Sans Arabic\";i:472;s:23:\"IBM Plex Sans Condensed\";i:473;s:24:\"IBM Plex Sans Devanagari\";i:474;s:20:\"IBM Plex Sans Hebrew\";i:475;s:16:\"IBM Plex Sans KR\";i:476;s:18:\"IBM Plex Sans Thai\";i:477;s:25:\"IBM Plex Sans Thai Looped\";i:478;s:14:\"IBM Plex Serif\";i:479;s:15:\"IM Fell DW Pica\";i:480;s:18:\"IM Fell DW Pica SC\";i:481;s:19:\"IM Fell Double Pica\";i:482;s:22:\"IM Fell Double Pica SC\";i:483;s:15:\"IM Fell English\";i:484;s:18:\"IM Fell English SC\";i:485;s:20:\"IM Fell French Canon\";i:486;s:23:\"IM Fell French Canon SC\";i:487;s:20:\"IM Fell Great Primer\";i:488;s:23:\"IM Fell Great Primer SC\";i:489;s:16:\"Ibarra Real Nova\";i:490;s:7:\"Iceberg\";i:491;s:7:\"Iceland\";i:492;s:5:\"Imbue\";i:493;s:15:\"Imperial Script\";i:494;s:7:\"Imprima\";i:495;s:11:\"Inconsolata\";i:496;s:5:\"Inder\";i:497;s:12:\"Indie Flower\";i:498;s:5:\"Inika\";i:499;s:14:\"Inknut Antiqua\";i:500;s:10:\"Inria Sans\";i:501;s:11:\"Inria Serif\";i:502;s:11:\"Inspiration\";i:503;s:5:\"Inter\";i:504;s:12:\"Irish Grover\";i:505;s:14:\"Island Moments\";i:506;s:9:\"Istok Web\";i:507;s:8:\"Italiana\";i:508;s:9:\"Italianno\";i:509;s:4:\"Itim\";i:510;s:16:\"Jacques Francois\";i:511;s:23:\"Jacques Francois Shadow\";i:512;s:5:\"Jaldi\";i:513;s:14:\"JetBrains Mono\";i:514;s:14:\"Jim Nightshade\";i:515;s:10:\"Jockey One\";i:516;s:12:\"Jolly Lodger\";i:517;s:8:\"Jomhuria\";i:518;s:9:\"Jomolhari\";i:519;s:12:\"Josefin Sans\";i:520;s:12:\"Josefin Slab\";i:521;s:4:\"Jost\";i:522;s:8:\"Joti One\";i:523;s:3:\"Jua\";i:524;s:6:\"Judson\";i:525;s:5:\"Julee\";i:526;s:15:\"Julius Sans One\";i:527;s:5:\"Junge\";i:528;s:4:\"Jura\";i:529;s:17:\"Just Another Hand\";i:530;s:23:\"Just Me Again Down Here\";i:531;s:3:\"K2D\";i:532;s:5:\"Kadwa\";i:533;s:12:\"Kaisei Decol\";i:534;s:16:\"Kaisei HarunoUmi\";i:535;s:11:\"Kaisei Opti\";i:536;s:14:\"Kaisei Tokumin\";i:537;s:5:\"Kalam\";i:538;s:7:\"Kameron\";i:539;s:5:\"Kanit\";i:540;s:9:\"Kantumruy\";i:541;s:9:\"Karantina\";i:542;s:5:\"Karla\";i:543;s:5:\"Karma\";i:544;s:7:\"Katibeh\";i:545;s:14:\"Kaushan Script\";i:546;s:9:\"Kavivanar\";i:547;s:6:\"Kavoon\";i:548;s:10:\"Kdam Thmor\";i:549;s:10:\"Keania One\";i:550;s:10:\"Kelly Slab\";i:551;s:5:\"Kenia\";i:552;s:5:\"Khand\";i:553;s:5:\"Khmer\";i:554;s:5:\"Khula\";i:555;s:5:\"Kings\";i:556;s:14:\"Kirang Haerang\";i:557;s:8:\"Kite One\";i:558;s:9:\"Kiwi Maru\";i:559;s:8:\"Klee One\";i:560;s:7:\"Knewave\";i:561;s:4:\"KoHo\";i:562;s:9:\"Kodchasan\";i:563;s:14:\"Koh Santepheap\";i:564;s:12:\"Kolker Brush\";i:565;s:6:\"Kosugi\";i:566;s:11:\"Kosugi Maru\";i:567;s:9:\"Kotta One\";i:568;s:6:\"Koulen\";i:569;s:6:\"Kranky\";i:570;s:5:\"Kreon\";i:571;s:6:\"Kristi\";i:572;s:9:\"Krona One\";i:573;s:4:\"Krub\";i:574;s:5:\"Kufam\";i:575;s:10:\"Kulim Park\";i:576;s:9:\"Kumar One\";i:577;s:17:\"Kumar One Outline\";i:578;s:10:\"Kumbh Sans\";i:579;s:6:\"Kurale\";i:580;s:15:\"La Belle Aurore\";i:581;s:7:\"Lacquer\";i:582;s:5:\"Laila\";i:583;s:11:\"Lakki Reddy\";i:584;s:7:\"Lalezar\";i:585;s:8:\"Lancelot\";i:586;s:6:\"Langar\";i:587;s:6:\"Lateef\";i:588;s:4:\"Lato\";i:589;s:13:\"League Script\";i:590;s:12:\"Leckerli One\";i:591;s:6:\"Ledger\";i:592;s:6:\"Lekton\";i:593;s:5:\"Lemon\";i:594;s:8:\"Lemonada\";i:595;s:6:\"Lexend\";i:596;s:11:\"Lexend Deca\";i:597;s:10:\"Lexend Exa\";i:598;s:11:\"Lexend Giga\";i:599;s:11:\"Lexend Mega\";i:600;s:11:\"Lexend Peta\";i:601;s:11:\"Lexend Tera\";i:602;s:12:\"Lexend Zetta\";i:603;s:17:\"Libre Barcode 128\";i:604;s:22:\"Libre Barcode 128 Text\";i:605;s:16:\"Libre Barcode 39\";i:606;s:25:\"Libre Barcode 39 Extended\";i:607;s:30:\"Libre Barcode 39 Extended Text\";i:608;s:21:\"Libre Barcode 39 Text\";i:609;s:24:\"Libre Barcode EAN13 Text\";i:610;s:17:\"Libre Baskerville\";i:611;s:20:\"Libre Caslon Display\";i:612;s:17:\"Libre Caslon Text\";i:613;s:14:\"Libre Franklin\";i:614;s:8:\"Licorice\";i:615;s:11:\"Life Savers\";i:616;s:10:\"Lilita One\";i:617;s:15:\"Lily Script One\";i:618;s:9:\"Limelight\";i:619;s:11:\"Linden Hill\";i:620;s:8:\"Literata\";i:621;s:16:\"Liu Jian Mao Cao\";i:622;s:6:\"Livvic\";i:623;s:7:\"Lobster\";i:624;s:11:\"Lobster Two\";i:625;s:16:\"Londrina Outline\";i:626;s:15:\"Londrina Shadow\";i:627;s:15:\"Londrina Sketch\";i:628;s:14:\"Londrina Solid\";i:629;s:9:\"Long Cang\";i:630;s:4:\"Lora\";i:631;s:10:\"Love Light\";i:632;s:21:\"Love Ya Like A Sister\";i:633;s:17:\"Loved by the King\";i:634;s:14:\"Lovers Quarrel\";i:635;s:12:\"Luckiest Guy\";i:636;s:8:\"Lusitana\";i:637;s:7:\"Lustria\";i:638;s:15:\"Luxurious Roman\";i:639;s:16:\"Luxurious Script\";i:640;s:8:\"M PLUS 1\";i:641;s:13:\"M PLUS 1 Code\";i:642;s:9:\"M PLUS 1p\";i:643;s:8:\"M PLUS 2\";i:644;s:17:\"M PLUS Code Latin\";i:645;s:17:\"M PLUS Rounded 1c\";i:646;s:13:\"Ma Shan Zheng\";i:647;s:7:\"Macondo\";i:648;s:18:\"Macondo Swash Caps\";i:649;s:4:\"Mada\";i:650;s:5:\"Magra\";i:651;s:13:\"Maiden Orange\";i:652;s:7:\"Maitree\";i:653;s:18:\"Major Mono Display\";i:654;s:4:\"Mako\";i:655;s:4:\"Mali\";i:656;s:8:\"Mallanna\";i:657;s:7:\"Mandali\";i:658;s:7:\"Manjari\";i:659;s:7:\"Manrope\";i:660;s:8:\"Mansalva\";i:661;s:7:\"Manuale\";i:662;s:9:\"Marcellus\";i:663;s:12:\"Marcellus SC\";i:664;s:12:\"Marck Script\";i:665;s:9:\"Margarine\";i:666;s:12:\"Markazi Text\";i:667;s:9:\"Marko One\";i:668;s:8:\"Marmelad\";i:669;s:6:\"Martel\";i:670;s:11:\"Martel Sans\";i:671;s:6:\"Marvel\";i:672;s:4:\"Mate\";i:673;s:7:\"Mate SC\";i:674;s:9:\"Maven Pro\";i:675;s:7:\"McLaren\";i:676;s:9:\"Mea Culpa\";i:677;s:6:\"Meddon\";i:678;s:13:\"MedievalSharp\";i:679;s:10:\"Medula One\";i:680;s:12:\"Meera Inimai\";i:681;s:6:\"Megrim\";i:682;s:11:\"Meie Script\";i:683;s:11:\"Meow Script\";i:684;s:8:\"Merienda\";i:685;s:12:\"Merienda One\";i:686;s:12:\"Merriweather\";i:687;s:17:\"Merriweather Sans\";i:688;s:5:\"Metal\";i:689;s:11:\"Metal Mania\";i:690;s:12:\"Metamorphous\";i:691;s:11:\"Metrophobic\";i:692;s:8:\"Michroma\";i:693;s:7:\"Milonga\";i:694;s:9:\"Miltonian\";i:695;s:16:\"Miltonian Tattoo\";i:696;s:4:\"Mina\";i:697;s:7:\"Miniver\";i:698;s:12:\"Miriam Libre\";i:699;s:5:\"Mirza\";i:700;s:14:\"Miss Fajardose\";i:701;s:4:\"Mitr\";i:702;s:14:\"Mochiy Pop One\";i:703;s:16:\"Mochiy Pop P One\";i:704;s:5:\"Modak\";i:705;s:14:\"Modern Antiqua\";i:706;s:5:\"Mogra\";i:707;s:6:\"Mohave\";i:708;s:7:\"Molengo\";i:709;s:5:\"Molle\";i:710;s:5:\"Monda\";i:711;s:8:\"Monofett\";i:712;s:7:\"Monoton\";i:713;s:20:\"Monsieur La Doulaise\";i:714;s:7:\"Montaga\";i:715;s:12:\"Montagu Slab\";i:716;s:10:\"MonteCarlo\";i:717;s:6:\"Montez\";i:718;s:10:\"Montserrat\";i:719;s:21:\"Montserrat Alternates\";i:720;s:20:\"Montserrat Subrayada\";i:721;s:11:\"Moo Lah Lah\";i:722;s:10:\"Moon Dance\";i:723;s:4:\"Moul\";i:724;s:8:\"Moulpali\";i:725;s:22:\"Mountains of Christmas\";i:726;s:13:\"Mouse Memoirs\";i:727;s:10:\"Mr Bedfort\";i:728;s:8:\"Mr Dafoe\";i:729;s:14:\"Mr De Haviland\";i:730;s:19:\"Mrs Saint Delafield\";i:731;s:13:\"Mrs Sheppards\";i:732;s:5:\"Mukta\";i:733;s:11:\"Mukta Mahee\";i:734;s:11:\"Mukta Malar\";i:735;s:11:\"Mukta Vaani\";i:736;s:6:\"Mulish\";i:737;s:7:\"Murecho\";i:738;s:12:\"MuseoModerno\";i:739;s:13:\"Mystery Quest\";i:740;s:3:\"NTR\";i:741;s:18:\"Nanum Brush Script\";i:742;s:12:\"Nanum Gothic\";i:743;s:19:\"Nanum Gothic Coding\";i:744;s:14:\"Nanum Myeongjo\";i:745;s:16:\"Nanum Pen Script\";i:746;s:9:\"Nerko One\";i:747;s:6:\"Neucha\";i:748;s:6:\"Neuton\";i:749;s:10:\"New Rocker\";i:750;s:11:\"New Tegomin\";i:751;s:10:\"News Cycle\";i:752;s:10:\"Newsreader\";i:753;s:7:\"Niconne\";i:754;s:7:\"Niramit\";i:755;s:9:\"Nixie One\";i:756;s:6:\"Nobile\";i:757;s:6:\"Nokora\";i:758;s:7:\"Norican\";i:759;s:7:\"Nosifer\";i:760;s:7:\"Notable\";i:761;s:20:\"Nothing You Could Do\";i:762;s:12:\"Noticia Text\";i:763;s:16:\"Noto Kufi Arabic\";i:764;s:10:\"Noto Music\";i:765;s:17:\"Noto Naskh Arabic\";i:766;s:18:\"Noto Nastaliq Urdu\";i:767;s:17:\"Noto Rashi Hebrew\";i:768;s:9:\"Noto Sans\";i:769;s:15:\"Noto Sans Adlam\";i:770;s:24:\"Noto Sans Adlam Unjoined\";i:771;s:31:\"Noto Sans Anatolian Hieroglyphs\";i:772;s:16:\"Noto Sans Arabic\";i:773;s:18:\"Noto Sans Armenian\";i:774;s:17:\"Noto Sans Avestan\";i:775;s:18:\"Noto Sans Balinese\";i:776;s:15:\"Noto Sans Bamum\";i:777;s:19:\"Noto Sans Bassa Vah\";i:778;s:15:\"Noto Sans Batak\";i:779;s:17:\"Noto Sans Bengali\";i:780;s:19:\"Noto Sans Bhaiksuki\";i:781;s:16:\"Noto Sans Brahmi\";i:782;s:18:\"Noto Sans Buginese\";i:783;s:15:\"Noto Sans Buhid\";i:784;s:29:\"Noto Sans Canadian Aboriginal\";i:785;s:16:\"Noto Sans Carian\";i:786;s:28:\"Noto Sans Caucasian Albanian\";i:787;s:16:\"Noto Sans Chakma\";i:788;s:14:\"Noto Sans Cham\";i:789;s:18:\"Noto Sans Cherokee\";i:790;s:16:\"Noto Sans Coptic\";i:791;s:19:\"Noto Sans Cuneiform\";i:792;s:17:\"Noto Sans Cypriot\";i:793;s:17:\"Noto Sans Deseret\";i:794;s:20:\"Noto Sans Devanagari\";i:795;s:17:\"Noto Sans Display\";i:796;s:18:\"Noto Sans Duployan\";i:797;s:30:\"Noto Sans Egyptian Hieroglyphs\";i:798;s:17:\"Noto Sans Elbasan\";i:799;s:17:\"Noto Sans Elymaic\";i:800;s:18:\"Noto Sans Georgian\";i:801;s:20:\"Noto Sans Glagolitic\";i:802;s:16:\"Noto Sans Gothic\";i:803;s:17:\"Noto Sans Grantha\";i:804;s:18:\"Noto Sans Gujarati\";i:805;s:23:\"Noto Sans Gunjala Gondi\";i:806;s:18:\"Noto Sans Gurmukhi\";i:807;s:12:\"Noto Sans HK\";i:808;s:25:\"Noto Sans Hanifi Rohingya\";i:809;s:17:\"Noto Sans Hanunoo\";i:810;s:16:\"Noto Sans Hatran\";i:811;s:16:\"Noto Sans Hebrew\";i:812;s:26:\"Noto Sans Imperial Aramaic\";i:813;s:29:\"Noto Sans Indic Siyaq Numbers\";i:814;s:31:\"Noto Sans Inscriptional Pahlavi\";i:815;s:32:\"Noto Sans Inscriptional Parthian\";i:816;s:12:\"Noto Sans JP\";i:817;s:18:\"Noto Sans Javanese\";i:818;s:12:\"Noto Sans KR\";i:819;s:16:\"Noto Sans Kaithi\";i:820;s:17:\"Noto Sans Kannada\";i:821;s:18:\"Noto Sans Kayah Li\";i:822;s:20:\"Noto Sans Kharoshthi\";i:823;s:15:\"Noto Sans Khmer\";i:824;s:16:\"Noto Sans Khojki\";i:825;s:19:\"Noto Sans Khudawadi\";i:826;s:13:\"Noto Sans Lao\";i:827;s:16:\"Noto Sans Lepcha\";i:828;s:15:\"Noto Sans Limbu\";i:829;s:18:\"Noto Sans Linear A\";i:830;s:18:\"Noto Sans Linear B\";i:831;s:14:\"Noto Sans Lisu\";i:832;s:16:\"Noto Sans Lycian\";i:833;s:16:\"Noto Sans Lydian\";i:834;s:18:\"Noto Sans Mahajani\";i:835;s:19:\"Noto Sans Malayalam\";i:836;s:17:\"Noto Sans Mandaic\";i:837;s:20:\"Noto Sans Manichaean\";i:838;s:17:\"Noto Sans Marchen\";i:839;s:23:\"Noto Sans Masaram Gondi\";i:840;s:14:\"Noto Sans Math\";i:841;s:24:\"Noto Sans Mayan Numerals\";i:842;s:21:\"Noto Sans Medefaidrin\";i:843;s:22:\"Noto Sans Meetei Mayek\";i:844;s:18:\"Noto Sans Meroitic\";i:845;s:14:\"Noto Sans Miao\";i:846;s:14:\"Noto Sans Modi\";i:847;s:19:\"Noto Sans Mongolian\";i:848;s:14:\"Noto Sans Mono\";i:849;s:13:\"Noto Sans Mro\";i:850;s:17:\"Noto Sans Multani\";i:851;s:17:\"Noto Sans Myanmar\";i:852;s:14:\"Noto Sans N Ko\";i:853;s:19:\"Noto Sans Nabataean\";i:854;s:21:\"Noto Sans New Tai Lue\";i:855;s:14:\"Noto Sans Newa\";i:856;s:15:\"Noto Sans Nushu\";i:857;s:15:\"Noto Sans Ogham\";i:858;s:18:\"Noto Sans Ol Chiki\";i:859;s:23:\"Noto Sans Old Hungarian\";i:860;s:20:\"Noto Sans Old Italic\";i:861;s:27:\"Noto Sans Old North Arabian\";i:862;s:20:\"Noto Sans Old Permic\";i:863;s:21:\"Noto Sans Old Persian\";i:864;s:21:\"Noto Sans Old Sogdian\";i:865;s:27:\"Noto Sans Old South Arabian\";i:866;s:20:\"Noto Sans Old Turkic\";i:867;s:15:\"Noto Sans Oriya\";i:868;s:15:\"Noto Sans Osage\";i:869;s:17:\"Noto Sans Osmanya\";i:870;s:22:\"Noto Sans Pahawh Hmong\";i:871;s:19:\"Noto Sans Palmyrene\";i:872;s:21:\"Noto Sans Pau Cin Hau\";i:873;s:18:\"Noto Sans Phags Pa\";i:874;s:20:\"Noto Sans Phoenician\";i:875;s:25:\"Noto Sans Psalter Pahlavi\";i:876;s:16:\"Noto Sans Rejang\";i:877;s:15:\"Noto Sans Runic\";i:878;s:12:\"Noto Sans SC\";i:879;s:19:\"Noto Sans Samaritan\";i:880;s:20:\"Noto Sans Saurashtra\";i:881;s:17:\"Noto Sans Sharada\";i:882;s:17:\"Noto Sans Shavian\";i:883;s:17:\"Noto Sans Siddham\";i:884;s:17:\"Noto Sans Sinhala\";i:885;s:17:\"Noto Sans Sogdian\";i:886;s:22:\"Noto Sans Sora Sompeng\";i:887;s:17:\"Noto Sans Soyombo\";i:888;s:19:\"Noto Sans Sundanese\";i:889;s:22:\"Noto Sans Syloti Nagri\";i:890;s:17:\"Noto Sans Symbols\";i:891;s:19:\"Noto Sans Symbols 2\";i:892;s:16:\"Noto Sans Syriac\";i:893;s:12:\"Noto Sans TC\";i:894;s:17:\"Noto Sans Tagalog\";i:895;s:18:\"Noto Sans Tagbanwa\";i:896;s:16:\"Noto Sans Tai Le\";i:897;s:18:\"Noto Sans Tai Tham\";i:898;s:18:\"Noto Sans Tai Viet\";i:899;s:15:\"Noto Sans Takri\";i:900;s:15:\"Noto Sans Tamil\";i:901;s:26:\"Noto Sans Tamil Supplement\";i:902;s:16:\"Noto Sans Telugu\";i:903;s:16:\"Noto Sans Thaana\";i:904;s:14:\"Noto Sans Thai\";i:905;s:21:\"Noto Sans Thai Looped\";i:906;s:18:\"Noto Sans Tifinagh\";i:907;s:17:\"Noto Sans Tirhuta\";i:908;s:18:\"Noto Sans Ugaritic\";i:909;s:13:\"Noto Sans Vai\";i:910;s:16:\"Noto Sans Wancho\";i:911;s:21:\"Noto Sans Warang Citi\";i:912;s:12:\"Noto Sans Yi\";i:913;s:26:\"Noto Sans Zanabazar Square\";i:914;s:10:\"Noto Serif\";i:915;s:15:\"Noto Serif Ahom\";i:916;s:19:\"Noto Serif Armenian\";i:917;s:19:\"Noto Serif Balinese\";i:918;s:18:\"Noto Serif Bengali\";i:919;s:21:\"Noto Serif Devanagari\";i:920;s:18:\"Noto Serif Display\";i:921;s:16:\"Noto Serif Dogra\";i:922;s:19:\"Noto Serif Ethiopic\";i:923;s:19:\"Noto Serif Georgian\";i:924;s:18:\"Noto Serif Grantha\";i:925;s:19:\"Noto Serif Gujarati\";i:926;s:19:\"Noto Serif Gurmukhi\";i:927;s:17:\"Noto Serif Hebrew\";i:928;s:13:\"Noto Serif JP\";i:929;s:13:\"Noto Serif KR\";i:930;s:18:\"Noto Serif Kannada\";i:931;s:16:\"Noto Serif Khmer\";i:932;s:14:\"Noto Serif Lao\";i:933;s:20:\"Noto Serif Malayalam\";i:934;s:18:\"Noto Serif Myanmar\";i:935;s:33:\"Noto Serif Nyiakeng Puachue Hmong\";i:936;s:13:\"Noto Serif SC\";i:937;s:18:\"Noto Serif Sinhala\";i:938;s:13:\"Noto Serif TC\";i:939;s:16:\"Noto Serif Tamil\";i:940;s:17:\"Noto Serif Tangut\";i:941;s:17:\"Noto Serif Telugu\";i:942;s:15:\"Noto Serif Thai\";i:943;s:18:\"Noto Serif Tibetan\";i:944;s:17:\"Noto Serif Yezidi\";i:945;s:22:\"Noto Traditional Nushu\";i:946;s:8:\"Nova Cut\";i:947;s:9:\"Nova Flat\";i:948;s:9:\"Nova Mono\";i:949;s:9:\"Nova Oval\";i:950;s:10:\"Nova Round\";i:951;s:11:\"Nova Script\";i:952;s:9:\"Nova Slim\";i:953;s:11:\"Nova Square\";i:954;s:6:\"Numans\";i:955;s:6:\"Nunito\";i:956;s:11:\"Nunito Sans\";i:957;s:11:\"Odibee Sans\";i:958;s:14:\"Odor Mean Chey\";i:959;s:7:\"Offside\";i:960;s:2:\"Oi\";i:961;s:15:\"Old Standard TT\";i:962;s:9:\"Oldenburg\";i:963;s:3:\"Ole\";i:964;s:11:\"Oleo Script\";i:965;s:22:\"Oleo Script Swash Caps\";i:966;s:9:\"Oooh Baby\";i:967;s:9:\"Open Sans\";i:968;s:19:\"Open Sans Condensed\";i:969;s:11:\"Oranienbaum\";i:970;s:8:\"Orbitron\";i:971;s:7:\"Oregano\";i:972;s:11:\"Orelega One\";i:973;s:7:\"Orienta\";i:974;s:15:\"Original Surfer\";i:975;s:6:\"Oswald\";i:976;s:14:\"Otomanopee One\";i:977;s:6:\"Outfit\";i:978;s:16:\"Over the Rainbow\";i:979;s:8:\"Overlock\";i:980;s:11:\"Overlock SC\";i:981;s:8:\"Overpass\";i:982;s:13:\"Overpass Mono\";i:983;s:3:\"Ovo\";i:984;s:7:\"Oxanium\";i:985;s:6:\"Oxygen\";i:986;s:11:\"Oxygen Mono\";i:987;s:7:\"PT Mono\";i:988;s:7:\"PT Sans\";i:989;s:15:\"PT Sans Caption\";i:990;s:14:\"PT Sans Narrow\";i:991;s:8:\"PT Serif\";i:992;s:16:\"PT Serif Caption\";i:993;s:8:\"Pacifico\";i:994;s:6:\"Padauk\";i:995;s:9:\"Palanquin\";i:996;s:14:\"Palanquin Dark\";i:997;s:14:\"Palette Mosaic\";i:998;s:8:\"Pangolin\";i:999;s:7:\"Paprika\";i:1000;s:10:\"Parisienne\";i:1001;s:11:\"Passero One\";i:1002;s:11:\"Passion One\";i:1003;s:17:\"Passions Conflict\";i:1004;s:18:\"Pathway Gothic One\";i:1005;s:12:\"Patrick Hand\";i:1006;s:15:\"Patrick Hand SC\";i:1007;s:7:\"Pattaya\";i:1008;s:9:\"Patua One\";i:1009;s:7:\"Pavanam\";i:1010;s:11:\"Paytone One\";i:1011;s:7:\"Peddana\";i:1012;s:7:\"Peralta\";i:1013;s:16:\"Permanent Marker\";i:1014;s:8:\"Petemoss\";i:1015;s:19:\"Petit Formal Script\";i:1016;s:7:\"Petrona\";i:1017;s:11:\"Philosopher\";i:1018;s:9:\"Piazzolla\";i:1019;s:6:\"Piedra\";i:1020;s:13:\"Pinyon Script\";i:1021;s:10:\"Pirata One\";i:1022;s:7:\"Plaster\";i:1023;s:4:\"Play\";i:1024;s:8:\"Playball\";i:1025;s:16:\"Playfair Display\";i:1026;s:19:\"Playfair Display SC\";i:1027;s:7:\"Podkova\";i:1028;s:10:\"Poiret One\";i:1029;s:10:\"Poller One\";i:1030;s:4:\"Poly\";i:1031;s:8:\"Pompiere\";i:1032;s:12:\"Pontano Sans\";i:1033;s:10:\"Poor Story\";i:1034;s:7:\"Poppins\";i:1035;s:16:\"Port Lligat Sans\";i:1036;s:16:\"Port Lligat Slab\";i:1037;s:9:\"Potta One\";i:1038;s:14:\"Pragati Narrow\";i:1039;s:6:\"Praise\";i:1040;s:5:\"Prata\";i:1041;s:11:\"Preahvihear\";i:1042;s:14:\"Press Start 2P\";i:1043;s:5:\"Pridi\";i:1044;s:14:\"Princess Sofia\";i:1045;s:8:\"Prociono\";i:1046;s:6:\"Prompt\";i:1047;s:10:\"Prosto One\";i:1048;s:11:\"Proza Libre\";i:1049;s:11:\"Public Sans\";i:1050;s:12:\"Puppies Play\";i:1051;s:7:\"Puritan\";i:1052;s:12:\"Purple Purse\";i:1053;s:8:\"Pushster\";i:1054;s:6:\"Qahiri\";i:1055;s:6:\"Quando\";i:1056;s:8:\"Quantico\";i:1057;s:12:\"Quattrocento\";i:1058;s:17:\"Quattrocento Sans\";i:1059;s:9:\"Questrial\";i:1060;s:9:\"Quicksand\";i:1061;s:14:\"Quintessential\";i:1062;s:7:\"Qwigley\";i:1063;s:15:\"Qwitcher Grypen\";i:1064;s:15:\"Racing Sans One\";i:1065;s:6:\"Radley\";i:1066;s:8:\"Rajdhani\";i:1067;s:6:\"Rakkas\";i:1068;s:7:\"Raleway\";i:1069;s:12:\"Raleway Dots\";i:1070;s:10:\"Ramabhadra\";i:1071;s:8:\"Ramaraja\";i:1072;s:6:\"Rambla\";i:1073;s:12:\"Rammetto One\";i:1074;s:11:\"Rampart One\";i:1075;s:8:\"Ranchers\";i:1076;s:6:\"Rancho\";i:1077;s:5:\"Ranga\";i:1078;s:4:\"Rasa\";i:1079;s:9:\"Rationale\";i:1080;s:12:\"Ravi Prakash\";i:1081;s:10:\"Readex Pro\";i:1082;s:9:\"Recursive\";i:1083;s:15:\"Red Hat Display\";i:1084;s:12:\"Red Hat Mono\";i:1085;s:12:\"Red Hat Text\";i:1086;s:8:\"Red Rose\";i:1087;s:8:\"Redacted\";i:1088;s:15:\"Redacted Script\";i:1089;s:9:\"Redressed\";i:1090;s:9:\"Reem Kufi\";i:1091;s:13:\"Reenie Beanie\";i:1092;s:10:\"Reggae One\";i:1093;s:7:\"Revalia\";i:1094;s:13:\"Rhodium Libre\";i:1095;s:6:\"Ribeye\";i:1096;s:13:\"Ribeye Marrow\";i:1097;s:9:\"Righteous\";i:1098;s:6:\"Risque\";i:1099;s:9:\"Road Rage\";i:1100;s:6:\"Roboto\";i:1101;s:16:\"Roboto Condensed\";i:1102;s:11:\"Roboto Mono\";i:1103;s:11:\"Roboto Slab\";i:1104;s:9:\"Rochester\";i:1105;s:7:\"Rock 3D\";i:1106;s:9:\"Rock Salt\";i:1107;s:13:\"RocknRoll One\";i:1108;s:7:\"Rokkitt\";i:1109;s:9:\"Romanesco\";i:1110;s:9:\"Ropa Sans\";i:1111;s:7:\"Rosario\";i:1112;s:8:\"Rosarivo\";i:1113;s:12:\"Rouge Script\";i:1114;s:7:\"Rowdies\";i:1115;s:9:\"Rozha One\";i:1116;s:5:\"Rubik\";i:1117;s:13:\"Rubik Beastly\";i:1118;s:14:\"Rubik Mono One\";i:1119;s:4:\"Ruda\";i:1120;s:6:\"Rufina\";i:1121;s:11:\"Ruge Boogie\";i:1122;s:6:\"Ruluko\";i:1123;s:10:\"Rum Raisin\";i:1124;s:14:\"Ruslan Display\";i:1125;s:9:\"Russo One\";i:1126;s:6:\"Ruthie\";i:1127;s:3:\"Rye\";i:1128;s:13:\"STIX Two Text\";i:1129;s:10:\"Sacramento\";i:1130;s:7:\"Sahitya\";i:1131;s:4:\"Sail\";i:1132;s:5:\"Saira\";i:1133;s:15:\"Saira Condensed\";i:1134;s:21:\"Saira Extra Condensed\";i:1135;s:20:\"Saira Semi Condensed\";i:1136;s:17:\"Saira Stencil One\";i:1137;s:5:\"Salsa\";i:1138;s:7:\"Sanchez\";i:1139;s:8:\"Sancreek\";i:1140;s:7:\"Sansita\";i:1141;s:15:\"Sansita Swashed\";i:1142;s:7:\"Sarabun\";i:1143;s:6:\"Sarala\";i:1144;s:6:\"Sarina\";i:1145;s:8:\"Sarpanch\";i:1146;s:11:\"Sassy Frass\";i:1147;s:7:\"Satisfy\";i:1148;s:15:\"Sawarabi Gothic\";i:1149;s:15:\"Sawarabi Mincho\";i:1150;s:5:\"Scada\";i:1151;s:16:\"Scheherazade New\";i:1152;s:10:\"Schoolbell\";i:1153;s:9:\"Scope One\";i:1154;s:14:\"Seaweed Script\";i:1155;s:11:\"Secular One\";i:1156;s:12:\"Sedgwick Ave\";i:1157;s:20:\"Sedgwick Ave Display\";i:1158;s:3:\"Sen\";i:1159;s:9:\"Sevillana\";i:1160;s:11:\"Seymour One\";i:1161;s:18:\"Shadows Into Light\";i:1162;s:22:\"Shadows Into Light Two\";i:1163;s:8:\"Shalimar\";i:1164;s:6:\"Shanti\";i:1165;s:5:\"Share\";i:1166;s:10:\"Share Tech\";i:1167;s:15:\"Share Tech Mono\";i:1168;s:16:\"Shippori Antique\";i:1169;s:19:\"Shippori Antique B1\";i:1170;s:15:\"Shippori Mincho\";i:1171;s:18:\"Shippori Mincho B1\";i:1172;s:7:\"Shizuru\";i:1173;s:9:\"Shojumaru\";i:1174;s:11:\"Short Stack\";i:1175;s:9:\"Shrikhand\";i:1176;s:8:\"Siemreap\";i:1177;s:10:\"Sigmar One\";i:1178;s:7:\"Signika\";i:1179;s:16:\"Signika Negative\";i:1180;s:9:\"Simonetta\";i:1181;s:10:\"Single Day\";i:1182;s:7:\"Sintony\";i:1183;s:13:\"Sirin Stencil\";i:1184;s:8:\"Six Caps\";i:1185;s:7:\"Skranji\";i:1186;s:10:\"Slabo 13px\";i:1187;s:10:\"Slabo 27px\";i:1188;s:7:\"Slackey\";i:1189;s:6:\"Smokum\";i:1190;s:6:\"Smooch\";i:1191;s:6:\"Smythe\";i:1192;s:7:\"Sniglet\";i:1193;s:7:\"Snippet\";i:1194;s:13:\"Snowburst One\";i:1195;s:10:\"Sofadi One\";i:1196;s:5:\"Sofia\";i:1197;s:6:\"Solway\";i:1198;s:10:\"Song Myung\";i:1199;s:10:\"Sonsie One\";i:1200;s:4:\"Sora\";i:1201;s:16:\"Sorts Mill Goudy\";i:1202;s:15:\"Source Code Pro\";i:1203;s:13:\"Source Sans 3\";i:1204;s:15:\"Source Sans Pro\";i:1205;s:14:\"Source Serif 4\";i:1206;s:16:\"Source Serif Pro\";i:1207;s:13:\"Space Grotesk\";i:1208;s:10:\"Space Mono\";i:1209;s:7:\"Spartan\";i:1210;s:13:\"Special Elite\";i:1211;s:8:\"Spectral\";i:1212;s:11:\"Spectral SC\";i:1213;s:10:\"Spicy Rice\";i:1214;s:9:\"Spinnaker\";i:1215;s:6:\"Spirax\";i:1216;s:11:\"Spline Sans\";i:1217;s:10:\"Squada One\";i:1218;s:20:\"Sree Krushnadevaraya\";i:1219;s:8:\"Sriracha\";i:1220;s:8:\"Srisakdi\";i:1221;s:11:\"Staatliches\";i:1222;s:9:\"Stalemate\";i:1223;s:13:\"Stalinist One\";i:1224;s:15:\"Stardos Stencil\";i:1225;s:5:\"Stick\";i:1226;s:14:\"Stick No Bills\";i:1227;s:21:\"Stint Ultra Condensed\";i:1228;s:20:\"Stint Ultra Expanded\";i:1229;s:5:\"Stoke\";i:1230;s:6:\"Strait\";i:1231;s:12:\"Style Script\";i:1232;s:7:\"Stylish\";i:1233;s:19:\"Sue Ellen Francisco\";i:1234;s:8:\"Suez One\";i:1235;s:13:\"Sulphur Point\";i:1236;s:6:\"Sumana\";i:1237;s:9:\"Sunflower\";i:1238;s:9:\"Sunshiney\";i:1239;s:16:\"Supermercado One\";i:1240;s:4:\"Sura\";i:1241;s:7:\"Suranna\";i:1242;s:9:\"Suravaram\";i:1243;s:11:\"Suwannaphum\";i:1244;s:18:\"Swanky and Moo Moo\";i:1245;s:9:\"Syncopate\";i:1246;s:4:\"Syne\";i:1247;s:9:\"Syne Mono\";i:1248;s:12:\"Syne Tactile\";i:1249;s:7:\"Tajawal\";i:1250;s:9:\"Tangerine\";i:1251;s:6:\"Taprom\";i:1252;s:5:\"Tauri\";i:1253;s:7:\"Taviraj\";i:1254;s:4:\"Teko\";i:1255;s:5:\"Telex\";i:1256;s:18:\"Tenali Ramakrishna\";i:1257;s:10:\"Tenor Sans\";i:1258;s:11:\"Text Me One\";i:1259;s:9:\"Texturina\";i:1260;s:9:\"Thasadith\";i:1261;s:18:\"The Girl Next Door\";i:1262;s:12:\"The Nautigal\";i:1263;s:6:\"Tienne\";i:1264;s:7:\"Tillana\";i:1265;s:7:\"Timmana\";i:1266;s:5:\"Tinos\";i:1267;s:9:\"Titan One\";i:1268;s:13:\"Titillium Web\";i:1269;s:8:\"Tomorrow\";i:1270;s:7:\"Tourney\";i:1271;s:11:\"Trade Winds\";i:1272;s:9:\"Train One\";i:1273;s:7:\"Trirong\";i:1274;s:8:\"Trispace\";i:1275;s:7:\"Trocchi\";i:1276;s:7:\"Trochut\";i:1277;s:10:\"Truculenta\";i:1278;s:7:\"Trykker\";i:1279;s:10:\"Tulpen One\";i:1280;s:11:\"Turret Road\";i:1281;s:12:\"Twinkle Star\";i:1282;s:6:\"Ubuntu\";i:1283;s:16:\"Ubuntu Condensed\";i:1284;s:11:\"Ubuntu Mono\";i:1285;s:5:\"Uchen\";i:1286;s:5:\"Ultra\";i:1287;s:14:\"Uncial Antiqua\";i:1288;s:8:\"Underdog\";i:1289;s:9:\"Unica One\";i:1290;s:14:\"UnifrakturCook\";i:1291;s:18:\"UnifrakturMaguntia\";i:1292;s:7:\"Unkempt\";i:1293;s:6:\"Unlock\";i:1294;s:4:\"Unna\";i:1295;s:8:\"Urbanist\";i:1296;s:5:\"VT323\";i:1297;s:11:\"Vampiro One\";i:1298;s:6:\"Varela\";i:1299;s:12:\"Varela Round\";i:1300;s:5:\"Varta\";i:1301;s:11:\"Vast Shadow\";i:1302;s:12:\"Vesper Libre\";i:1303;s:12:\"Viaoda Libre\";i:1304;s:5:\"Vibes\";i:1305;s:5:\"Vibur\";i:1306;s:8:\"Vidaloka\";i:1307;s:4:\"Viga\";i:1308;s:5:\"Voces\";i:1309;s:7:\"Volkhov\";i:1310;s:8:\"Vollkorn\";i:1311;s:11:\"Vollkorn SC\";i:1312;s:8:\"Voltaire\";i:1313;s:15:\"Vujahday Script\";i:1314;s:23:\"Waiting for the Sunrise\";i:1315;s:8:\"Wallpoet\";i:1316;s:15:\"Walter Turncoat\";i:1317;s:6:\"Warnes\";i:1318;s:9:\"Waterfall\";i:1319;s:9:\"Wellfleet\";i:1320;s:9:\"Wendy One\";i:1321;s:8:\"WindSong\";i:1322;s:8:\"Wire One\";i:1323;s:9:\"Work Sans\";i:1324;s:9:\"Xanh Mono\";i:1325;s:7:\"Yaldevi\";i:1326;s:17:\"Yanone Kaffeesatz\";i:1327;s:11:\"Yantramanav\";i:1328;s:9:\"Yatra One\";i:1329;s:10:\"Yellowtail\";i:1330;s:9:\"Yeon Sung\";i:1331;s:10:\"Yeseva One\";i:1332;s:10:\"Yesteryear\";i:1333;s:6:\"Yomogi\";i:1334;s:4:\"Yrsa\";i:1335;s:9:\"Yuji Boku\";i:1336;s:21:\"Yuji Hentaigana Akari\";i:1337;s:23:\"Yuji Hentaigana Akebono\";i:1338;s:8:\"Yuji Mai\";i:1339;s:10:\"Yuji Syuku\";i:1340;s:11:\"Yusei Magic\";i:1341;s:12:\"ZCOOL KuaiLe\";i:1342;s:21:\"ZCOOL QingKe HuangYou\";i:1343;s:13:\"ZCOOL XiaoWei\";i:1344;s:11:\"Zen Antique\";i:1345;s:16:\"Zen Antique Soft\";i:1346;s:8:\"Zen Dots\";i:1347;s:23:\"Zen Kaku Gothic Antique\";i:1348;s:19:\"Zen Kaku Gothic New\";i:1349;s:13:\"Zen Kurenaido\";i:1350;s:8:\"Zen Loop\";i:1351;s:15:\"Zen Maru Gothic\";i:1352;s:14:\"Zen Old Mincho\";i:1353;s:13:\"Zen Tokyo Zoo\";i:1354;s:6:\"Zeyada\";i:1355;s:13:\"Zhi Mang Xing\";i:1356;s:10:\"Zilla Slab\";i:1357;s:20:\"Zilla Slab Highlight\";}','no'),(10022,'_site_transient_timeout_kirki_googlefont_names_cache','1701362158','no'),(10023,'_site_transient_kirki_googlefont_names_cache','a:1358:{i:0;s:6:\"Roboto\";i:1;s:9:\"Open Sans\";i:2;s:12:\"Noto Sans JP\";i:3;s:4:\"Lato\";i:4;s:10:\"Montserrat\";i:5;s:16:\"Roboto Condensed\";i:6;s:15:\"Source Sans Pro\";i:7;s:7:\"Poppins\";i:8;s:6:\"Oswald\";i:9;s:11:\"Roboto Mono\";i:10;s:7:\"Raleway\";i:11;s:9:\"Noto Sans\";i:12;s:6:\"Nunito\";i:13;s:6:\"Ubuntu\";i:14;s:7:\"PT Sans\";i:15;s:12:\"Merriweather\";i:16;s:11:\"Roboto Slab\";i:17;s:16:\"Playfair Display\";i:18;s:5:\"Inter\";i:19;s:5:\"Mukta\";i:20;s:5:\"Rubik\";i:21;s:19:\"Open Sans Condensed\";i:22;s:4:\"Lora\";i:23;s:12:\"Noto Sans KR\";i:24;s:9:\"Work Sans\";i:25;s:11:\"Nunito Sans\";i:26;s:12:\"Nanum Gothic\";i:27;s:9:\"Fira Sans\";i:28;s:8:\"PT Serif\";i:29;s:9:\"Quicksand\";i:30;s:13:\"Titillium Web\";i:31;s:13:\"Hind Siliguri\";i:32;s:10:\"Noto Serif\";i:33;s:5:\"Karla\";i:34;s:6:\"Barlow\";i:35;s:12:\"Noto Sans TC\";i:36;s:11:\"Inconsolata\";i:37;s:5:\"Heebo\";i:38;s:13:\"IBM Plex Sans\";i:39;s:14:\"Libre Franklin\";i:40;s:14:\"PT Sans Narrow\";i:41;s:17:\"Libre Baskerville\";i:42;s:6:\"Oxygen\";i:43;s:15:\"Source Code Pro\";i:44;s:5:\"Arimo\";i:45;s:5:\"Dosis\";i:46;s:12:\"Josefin Sans\";i:47;s:10:\"Bebas Neue\";i:48;s:6:\"Mulish\";i:49;s:5:\"Cabin\";i:50;s:7:\"Lobster\";i:51;s:6:\"Bitter\";i:52;s:11:\"EB Garamond\";i:53;s:5:\"Anton\";i:54;s:7:\"DM Sans\";i:55;s:14:\"Dancing Script\";i:56;s:16:\"Source Serif Pro\";i:57;s:6:\"Prompt\";i:58;s:5:\"Cairo\";i:59;s:17:\"Yanone Kaffeesatz\";i:60;s:12:\"Varela Round\";i:61;s:4:\"Hind\";i:62;s:4:\"Abel\";i:63;s:5:\"Kanit\";i:64;s:16:\"Barlow Condensed\";i:65;s:10:\"Fjalla One\";i:66;s:9:\"Comfortaa\";i:67;s:4:\"Arvo\";i:68;s:5:\"Exo 2\";i:69;s:8:\"Pacifico\";i:70;s:8:\"Overpass\";i:71;s:9:\"Maven Pro\";i:72;s:4:\"Teko\";i:73;s:17:\"Merriweather Sans\";i:74;s:18:\"Shadows Into Light\";i:75;s:4:\"Asap\";i:76;s:12:\"Indie Flower\";i:77;s:16:\"Signika Negative\";i:78;s:12:\"Noto Sans SC\";i:79;s:13:\"Abril Fatface\";i:80;s:8:\"Rajdhani\";i:81;s:19:\"Architects Daughter\";i:82;s:12:\"Hind Madurai\";i:83;s:9:\"Questrial\";i:84;s:18:\"Cormorant Garamond\";i:85;s:15:\"Saira Condensed\";i:86;s:10:\"Slabo 27px\";i:87;s:13:\"Noto Serif JP\";i:88;s:14:\"IBM Plex Serif\";i:89;s:9:\"Assistant\";i:90;s:6:\"Caveat\";i:91;s:19:\"Fira Sans Condensed\";i:92;s:9:\"Catamaran\";i:93;s:7:\"Manrope\";i:94;s:16:\"Permanent Marker\";i:95;s:13:\"Balsamiq Sans\";i:96;s:14:\"Nanum Myeongjo\";i:97;s:3:\"Exo\";i:98;s:11:\"Ubuntu Mono\";i:99;s:7:\"Tajawal\";i:100;s:6:\"Padauk\";i:101;s:7:\"Archivo\";i:102;s:12:\"Patrick Hand\";i:103;s:14:\"Archivo Narrow\";i:104;s:6:\"Domine\";i:105;s:7:\"Satisfy\";i:106;s:11:\"Secular One\";i:107;s:4:\"Play\";i:108;s:10:\"Zilla Slab\";i:109;s:4:\"Acme\";i:110;s:17:\"M PLUS Rounded 1c\";i:111;s:7:\"ABeeZee\";i:112;s:13:\"Alfa Slab One\";i:113;s:7:\"Spartan\";i:114;s:11:\"Public Sans\";i:115;s:10:\"Bree Serif\";i:116;s:7:\"Signika\";i:117;s:9:\"Amatic SC\";i:118;s:17:\"Noto Sans Display\";i:119;s:17:\"Gloria Hallelujah\";i:120;s:4:\"Jost\";i:121;s:9:\"Patua One\";i:122;s:21:\"Barlow Semi Condensed\";i:123;s:11:\"Staatliches\";i:124;s:11:\"Crete Round\";i:125;s:9:\"Righteous\";i:126;s:7:\"Sarabun\";i:127;s:8:\"Vollkorn\";i:128;s:11:\"Fredoka One\";i:129;s:15:\"Red Hat Display\";i:130;s:6:\"Cinzel\";i:131;s:5:\"Eczar\";i:132;s:6:\"Martel\";i:133;s:6:\"Cookie\";i:134;s:12:\"Chakra Petch\";i:135;s:13:\"Alegreya Sans\";i:136;s:11:\"Yantramanav\";i:137;s:10:\"Space Mono\";i:138;s:10:\"Antic Slab\";i:139;s:5:\"Amiri\";i:140;s:9:\"Courgette\";i:141;s:13:\"Space Grotesk\";i:142;s:7:\"Almarai\";i:143;s:9:\"M PLUS 1p\";i:144;s:11:\"Lobster Two\";i:145;s:13:\"IBM Plex Mono\";i:146;s:11:\"Great Vibes\";i:147;s:15:\"PT Sans Caption\";i:148;s:16:\"Ubuntu Condensed\";i:149;s:5:\"Tinos\";i:150;s:8:\"Alegreya\";i:151;s:13:\"Didact Gothic\";i:152;s:11:\"Encode Sans\";i:153;s:9:\"Gothic A1\";i:154;s:5:\"Prata\";i:155;s:16:\"DM Serif Display\";i:156;s:9:\"Russo One\";i:157;s:14:\"Kaushan Script\";i:158;s:21:\"Montserrat Alternates\";i:159;s:13:\"Archivo Black\";i:160;s:16:\"Frank Ruhl Libre\";i:161;s:8:\"Spectral\";i:162;s:12:\"Noticia Text\";i:163;s:5:\"Cardo\";i:164;s:12:\"Francois One\";i:165;s:10:\"Parisienne\";i:166;s:15:\"Old Standard TT\";i:167;s:7:\"Baloo 2\";i:168;s:5:\"Kalam\";i:169;s:11:\"Passion One\";i:170;s:16:\"Noto Kufi Arabic\";i:171;s:6:\"Changa\";i:172;s:10:\"Sacramento\";i:173;s:14:\"Asap Condensed\";i:174;s:11:\"Crimson Pro\";i:175;s:7:\"Rokkitt\";i:176;s:9:\"Cantarell\";i:177;s:13:\"Special Elite\";i:178;s:8:\"Orbitron\";i:179;s:9:\"Cormorant\";i:180;s:11:\"Paytone One\";i:181;s:17:\"Quattrocento Sans\";i:182;s:11:\"Concert One\";i:183;s:6:\"Cuprum\";i:184;s:5:\"Saira\";i:185;s:18:\"Pathway Gothic One\";i:186;s:12:\"Luckiest Guy\";i:187;s:13:\"Noto Serif TC\";i:188;s:7:\"Volkhov\";i:189;s:5:\"Chivo\";i:190;s:7:\"Handlee\";i:191;s:12:\"Josefin Slab\";i:192;s:5:\"Khand\";i:193;s:9:\"Ropa Sans\";i:194;s:7:\"PT Mono\";i:195;s:8:\"Faustina\";i:196;s:15:\"Sawarabi Mincho\";i:197;s:9:\"Titan One\";i:198;s:4:\"Itim\";i:199;s:4:\"Unna\";i:200;s:7:\"Gelasio\";i:201;s:10:\"News Cycle\";i:202;s:19:\"Playfair Display SC\";i:203;s:11:\"Philosopher\";i:204;s:12:\"Quattrocento\";i:205;s:9:\"Syncopate\";i:206;s:7:\"Sanchez\";i:207;s:14:\"Press Start 2P\";i:208;s:4:\"Mitr\";i:209;s:10:\"Poiret One\";i:210;s:5:\"Alata\";i:211;s:8:\"Vidaloka\";i:212;s:5:\"Monda\";i:213;s:10:\"Advent Pro\";i:214;s:6:\"Bungee\";i:215;s:13:\"Arima Madurai\";i:216;s:6:\"Neuton\";i:217;s:8:\"Playball\";i:218;s:4:\"Viga\";i:219;s:12:\"Noto Sans HK\";i:220;s:10:\"Yeseva One\";i:221;s:5:\"Ultra\";i:222;s:10:\"Yellowtail\";i:223;s:7:\"Taviraj\";i:224;s:20:\"Saira Semi Condensed\";i:225;s:25:\"Fira Sans Extra Condensed\";i:226;s:9:\"Marcellus\";i:227;s:5:\"Karma\";i:228;s:9:\"Tangerine\";i:229;s:9:\"Creepster\";i:230;s:7:\"Bangers\";i:231;s:13:\"Noto Serif KR\";i:232;s:10:\"Sigmar One\";i:233;s:15:\"Hammersmith One\";i:234;s:4:\"Sora\";i:235;s:4:\"Aleo\";i:236;s:8:\"Lusitana\";i:237;s:5:\"Alice\";i:238;s:5:\"Actor\";i:239;s:10:\"Gochi Hand\";i:240;s:10:\"El Messiri\";i:241;s:6:\"Arapey\";i:242;s:9:\"Istok Web\";i:243;s:15:\"Sawarabi Gothic\";i:244;s:4:\"Mali\";i:245;s:6:\"Neucha\";i:246;s:5:\"Gudea\";i:247;s:8:\"Merienda\";i:248;s:19:\"Nanum Gothic Coding\";i:249;s:13:\"DM Serif Text\";i:250;s:4:\"Ruda\";i:251;s:9:\"Fugaz One\";i:252;s:14:\"Homemade Apple\";i:253;s:16:\"Nanum Pen Script\";i:254;s:7:\"Adamina\";i:255;s:4:\"Jura\";i:256;s:6:\"Allura\";i:257;s:10:\"Carter One\";i:258;s:9:\"Recursive\";i:259;s:15:\"Cabin Condensed\";i:260;s:10:\"Lilita One\";i:261;s:9:\"BenchNine\";i:262;s:12:\"Bai Jamjuree\";i:263;s:13:\"Hind Vadodara\";i:264;s:11:\"Lexend Deca\";i:265;s:12:\"Marck Script\";i:266;s:13:\"Noto Serif SC\";i:267;s:8:\"Amaranth\";i:268;s:9:\"Economica\";i:269;s:9:\"Unica One\";i:270;s:4:\"Alef\";i:271;s:14:\"Pragati Narrow\";i:272;s:9:\"Palanquin\";i:273;s:13:\"Gentium Basic\";i:274;s:11:\"Mukta Malar\";i:275;s:5:\"Khula\";i:276;s:15:\"Julius Sans One\";i:277;s:18:\"IM Fell English SC\";i:278;s:3:\"Sen\";i:279;s:9:\"Rock Salt\";i:280;s:6:\"Armata\";i:281;s:7:\"Monoton\";i:282;s:10:\"Ramabhadra\";i:283;s:12:\"Abhaya Libre\";i:284;s:20:\"Nothing You Could Do\";i:285;s:10:\"Alex Brush\";i:286;s:9:\"Audiowide\";i:287;s:18:\"Gentium Book Basic\";i:288;s:12:\"Pontano Sans\";i:289;s:10:\"Tenor Sans\";i:290;s:6:\"Gruppo\";i:291;s:10:\"Bad Script\";i:292;s:7:\"Allerta\";i:293;s:13:\"Courier Prime\";i:294;s:15:\"Share Tech Mono\";i:295;s:7:\"Cousine\";i:296;s:8:\"Aclonica\";i:297;s:13:\"Reenie Beanie\";i:298;s:8:\"Pangolin\";i:299;s:11:\"Electrolize\";i:300;s:6:\"Varela\";i:301;s:9:\"Fira Code\";i:302;s:11:\"Kosugi Maru\";i:303;s:6:\"Rufina\";i:304;s:16:\"Sorts Mill Goudy\";i:305;s:12:\"Commissioner\";i:306;s:6:\"Sarala\";i:307;s:11:\"Oleo Script\";i:308;s:13:\"Black Ops One\";i:309;s:7:\"Arsenal\";i:310;s:7:\"Mate SC\";i:311;s:11:\"Martel Sans\";i:312;s:7:\"Mandali\";i:313;s:14:\"Rubik Mono One\";i:314;s:12:\"Red Hat Text\";i:315;s:8:\"Sriracha\";i:316;s:6:\"Damion\";i:317;s:5:\"Forum\";i:318;s:22:\"Shadows Into Light Two\";i:319;s:11:\"Cantata One\";i:320;s:4:\"Coda\";i:321;s:8:\"Suez One\";i:322;s:7:\"Lalezar\";i:323;s:8:\"Quantico\";i:324;s:9:\"Fira Mono\";i:325;s:4:\"Krub\";i:326;s:14:\"Bubblegum Sans\";i:327;s:5:\"Basic\";i:328;s:14:\"Black Han Sans\";i:329;s:23:\"IBM Plex Sans Condensed\";i:330;s:8:\"Mr Dafoe\";i:331;s:10:\"Changa One\";i:332;s:9:\"Italianno\";i:333;s:8:\"Michroma\";i:334;s:5:\"Laila\";i:335;s:12:\"Markazi Text\";i:336;s:4:\"Mada\";i:337;s:24:\"Annie Use Your Telescope\";i:338;s:8:\"Literata\";i:339;s:8:\"Boogaloo\";i:340;s:5:\"Jaldi\";i:341;s:7:\"Sintony\";i:342;s:7:\"Average\";i:343;s:8:\"Days One\";i:344;s:8:\"Six Caps\";i:345;s:4:\"Rasa\";i:346;s:8:\"Overlock\";i:347;s:12:\"Caveat Brush\";i:348;s:13:\"Overpass Mono\";i:349;s:6:\"Lexend\";i:350;s:9:\"Spinnaker\";i:351;s:13:\"Pinyon Script\";i:352;s:15:\"Berkshire Swash\";i:353;s:4:\"Yrsa\";i:354;s:7:\"Niramit\";i:355;s:8:\"Arizonia\";i:356;s:16:\"Alegreya Sans SC\";i:357;s:5:\"Chewy\";i:358;s:11:\"Bodoni Moda\";i:359;s:21:\"Encode Sans Condensed\";i:360;s:5:\"Antic\";i:361;s:6:\"Candal\";i:362;s:20:\"Fredericka the Great\";i:363;s:7:\"Blinker\";i:364;s:6:\"Rancho\";i:365;s:6:\"Judson\";i:366;s:8:\"Voltaire\";i:367;s:9:\"Shrikhand\";i:368;s:7:\"Norican\";i:369;s:9:\"Harmattan\";i:370;s:5:\"Pridi\";i:371;s:6:\"Glegoo\";i:372;s:7:\"Sansita\";i:373;s:6:\"Corben\";i:374;s:5:\"Kreon\";i:375;s:8:\"Lemonada\";i:376;s:21:\"Stint Ultra Condensed\";i:377;s:10:\"Squada One\";i:378;s:7:\"Kameron\";i:379;s:9:\"Enriqueta\";i:380;s:17:\"Noto Naskh Arabic\";i:381;s:13:\"Anonymous Pro\";i:382;s:6:\"Lateef\";i:383;s:8:\"Belgrano\";i:384;s:9:\"Reem Kufi\";i:385;s:5:\"VT323\";i:386;s:11:\"Hind Guntur\";i:387;s:14:\"Londrina Solid\";i:388;s:16:\"PT Serif Caption\";i:389;s:13:\"Bowlby One SC\";i:390;s:5:\"Bevan\";i:391;s:16:\"Darker Grotesque\";i:392;s:7:\"Aldrich\";i:393;s:5:\"Telex\";i:394;s:7:\"Knewave\";i:395;s:12:\"Cabin Sketch\";i:396;s:14:\"Palanquin Dark\";i:397;s:21:\"Covered By Your Grace\";i:398;s:5:\"Charm\";i:399;s:7:\"Niconne\";i:400;s:12:\"Leckerli One\";i:401;s:15:\"Allerta Stencil\";i:402;s:11:\"Coming Soon\";i:403;s:12:\"Arbutus Slab\";i:404;s:8:\"Graduate\";i:405;s:9:\"GFS Didot\";i:406;s:7:\"Castoro\";i:407;s:19:\"Mrs Saint Delafield\";i:408;s:12:\"Baskervville\";i:409;s:15:\"Holtwood One SC\";i:410;s:9:\"Rozha One\";i:411;s:20:\"Herr Von Muellerhoff\";i:412;s:21:\"Saira Extra Condensed\";i:413;s:17:\"Libre Caslon Text\";i:414;s:4:\"Mate\";i:415;s:11:\"Grand Hotel\";i:416;s:7:\"Trocchi\";i:417;s:17:\"Cinzel Decorative\";i:418;s:4:\"Syne\";i:419;s:5:\"Scada\";i:420;s:17:\"Just Another Hand\";i:421;s:15:\"Racing Sans One\";i:422;s:13:\"Gilda Display\";i:423;s:8:\"Capriola\";i:424;s:5:\"Amita\";i:425;s:7:\"Trirong\";i:426;s:6:\"Caudex\";i:427;s:8:\"Epilogue\";i:428;s:20:\"Noto Sans Devanagari\";i:429;s:10:\"Bowlby One\";i:430;s:5:\"Alike\";i:431;s:5:\"Magra\";i:432;s:6:\"Rambla\";i:433;s:6:\"Kristi\";i:434;s:5:\"Share\";i:435;s:3:\"Rye\";i:436;s:13:\"Alike Angular\";i:437;s:18:\"Nanum Brush Script\";i:438;s:3:\"Jua\";i:439;s:6:\"Delius\";i:440;s:9:\"Rochester\";i:441;s:6:\"Alatsi\";i:442;s:7:\"Lustria\";i:443;s:6:\"Athiti\";i:444;s:11:\"Mukta Vaani\";i:445;s:5:\"Copse\";i:446;s:11:\"Oranienbaum\";i:447;s:8:\"Coustard\";i:448;s:7:\"Biryani\";i:449;s:10:\"Yesteryear\";i:450;s:12:\"Marcellus SC\";i:451;s:11:\"Alegreya SC\";i:452;s:3:\"K2D\";i:453;s:12:\"Miriam Libre\";i:454;s:9:\"Amethysta\";i:455;s:7:\"Skranji\";i:456;s:4:\"Gugi\";i:457;s:9:\"Krona One\";i:458;s:15:\"Noto Sans Tamil\";i:459;s:10:\"Comic Neue\";i:460;s:6:\"Nobile\";i:461;s:11:\"Convergence\";i:462;s:9:\"Nixie One\";i:463;s:7:\"Pattaya\";i:464;s:5:\"Carme\";i:465;s:14:\"Seaweed Script\";i:466;s:12:\"Contrail One\";i:467;s:7:\"Suranna\";i:468;s:9:\"Fauna One\";i:469;s:9:\"Sunflower\";i:470;s:12:\"Average Sans\";i:471;s:19:\"Petit Formal Script\";i:472;s:18:\"Cedarville Cursive\";i:473;s:7:\"Podkova\";i:474;s:7:\"Belleza\";i:475;s:13:\"Bungee Inline\";i:476;s:3:\"NTR\";i:477;s:21:\"Big Shoulders Display\";i:478;s:14:\"JetBrains Mono\";i:479;s:6:\"Halant\";i:480;s:8:\"Do Hyeon\";i:481;s:13:\"Baloo Tamma 2\";i:482;s:18:\"Averia Serif Libre\";i:483;s:5:\"Amiko\";i:484;s:5:\"Allan\";i:485;s:6:\"Aladin\";i:486;s:6:\"Outfit\";i:487;s:14:\"Carrois Gothic\";i:488;s:8:\"BioRhyme\";i:489;s:7:\"Maitree\";i:490;s:16:\"Cormorant Infant\";i:491;s:7:\"Georama\";i:492;s:10:\"Kumbh Sans\";i:493;s:14:\"Calligraffitti\";i:494;s:3:\"Ovo\";i:495;s:7:\"Hanuman\";i:496;s:22:\"Mountains of Christmas\";i:497;s:16:\"Libre Barcode 39\";i:498;s:8:\"Wallpoet\";i:499;s:12:\"Merienda One\";i:500;s:14:\"Mr De Haviland\";i:501;s:5:\"Sofia\";i:502;s:15:\"La Belle Aurore\";i:503;s:7:\"Antonio\";i:504;s:8:\"Marmelad\";i:505;s:7:\"Molengo\";i:506;s:15:\"Stardos Stencil\";i:507;s:26:\"Encode Sans Semi Condensed\";i:508;s:10:\"Slabo 13px\";i:509;s:11:\"Spectral SC\";i:510;s:7:\"Rosario\";i:511;s:10:\"Jockey One\";i:512;s:11:\"Cutive Mono\";i:513;s:7:\"Qwigley\";i:514;s:12:\"Rammetto One\";i:515;s:13:\"STIX Two Text\";i:516;s:11:\"Metrophobic\";i:517;s:8:\"Mansalva\";i:518;s:12:\"Grandstander\";i:519;s:9:\"Hi Melody\";i:520;s:11:\"Oxygen Mono\";i:521;s:10:\"Schoolbell\";i:522;s:20:\"Monsieur La Doulaise\";i:523;s:6:\"Kosugi\";i:524;s:12:\"Raleway Dots\";i:525;s:6:\"Radley\";i:526;s:11:\"David Libre\";i:527;s:9:\"Bellefair\";i:528;s:7:\"Oxanium\";i:529;s:7:\"Esteban\";i:530;s:11:\"Short Stack\";i:531;s:9:\"Duru Sans\";i:532;s:15:\"Dela Gothic One\";i:533;s:7:\"Manjari\";i:534;s:9:\"Thasadith\";i:535;s:12:\"Averia Libre\";i:536;s:10:\"Kelly Slab\";i:537;s:6:\"Marvel\";i:538;s:6:\"Cambay\";i:539;s:10:\"Baloo Da 2\";i:540;s:8:\"Chonburi\";i:541;s:7:\"Sniglet\";i:542;s:15:\"IM Fell DW Pica\";i:543;s:4:\"Poly\";i:544;s:8:\"Mallanna\";i:545;s:9:\"Calistoga\";i:546;s:5:\"Cambo\";i:547;s:9:\"B612 Mono\";i:548;s:5:\"Farro\";i:549;s:7:\"Bentham\";i:550;s:6:\"Kurale\";i:551;s:21:\"Atkinson Hyperlegible\";i:552;s:10:\"Hepta Slab\";i:553;s:11:\"Proza Libre\";i:554;s:15:\"Shippori Mincho\";i:555;s:5:\"Lemon\";i:556;s:20:\"Dawning of a New Day\";i:557;s:8:\"Gabriela\";i:558;s:10:\"Poller One\";i:559;s:15:\"IM Fell English\";i:560;s:18:\"Noto Serif Display\";i:561;s:6:\"Andika\";i:562;s:14:\"Chelsea Market\";i:563;s:18:\"UnifrakturMaguntia\";i:564;s:7:\"Oregano\";i:565;s:13:\"Expletus Sans\";i:566;s:6:\"Zeyada\";i:567;s:12:\"Coda Caption\";i:568;s:21:\"Goudy Bookletter 1911\";i:569;s:21:\"ZCOOL QingKe HuangYou\";i:570;s:5:\"Mirza\";i:571;s:12:\"Bungee Shade\";i:572;s:6:\"Cutive\";i:573;s:12:\"Fanwood Text\";i:574;s:19:\"Noto Sans Malayalam\";i:575;s:6:\"Montez\";i:576;s:17:\"Noto Sans Mandaic\";i:577;s:9:\"Limelight\";i:578;s:12:\"Emilys Candy\";i:579;s:12:\"Cormorant SC\";i:580;s:9:\"Nova Mono\";i:581;s:22:\"Oleo Script Swash Caps\";i:582;s:14:\"Noto Sans Thai\";i:583;s:6:\"Megrim\";i:584;s:19:\"IM Fell Double Pica\";i:585;s:23:\"Waiting for the Sunrise\";i:586;s:21:\"Love Ya Like A Sister\";i:587;s:6:\"Quando\";i:588;s:8:\"Fahkwang\";i:589;s:7:\"Buenard\";i:590;s:7:\"Tillana\";i:591;s:7:\"Brawler\";i:592;s:12:\"Rouge Script\";i:593;s:19:\"Sue Ellen Francisco\";i:594;s:8:\"Urbanist\";i:595;s:14:\"Grenze Gotisch\";i:596;s:7:\"Katibeh\";i:597;s:8:\"Pompiere\";i:598;s:14:\"Give You Glory\";i:599;s:12:\"Happy Monkey\";i:600;s:12:\"Finger Paint\";i:601;s:12:\"Gravitas One\";i:602;s:12:\"Irish Grover\";i:603;s:11:\"Turret Road\";i:604;s:7:\"McLaren\";i:605;s:13:\"Source Sans 3\";i:606;s:5:\"Kadwa\";i:607;s:15:\"Original Surfer\";i:608;s:11:\"Azeret Mono\";i:609;s:14:\"Clicker Script\";i:610;s:13:\"ZCOOL XiaoWei\";i:611;s:11:\"Henny Penny\";i:612;s:16:\"Over the Rainbow\";i:613;s:14:\"Inknut Antiqua\";i:614;s:15:\"Euphoria Script\";i:615;s:8:\"Sarpanch\";i:616;s:10:\"Nova Round\";i:617;s:8:\"Homenaje\";i:618;s:11:\"Ceviche One\";i:619;s:9:\"Piazzolla\";i:620;s:5:\"Inder\";i:621;s:8:\"Ranchers\";i:622;s:13:\"Della Respira\";i:623;s:5:\"Dokdo\";i:624;s:8:\"Gurajada\";i:625;s:6:\"Galada\";i:626;s:16:\"Noto Sans Hebrew\";i:627;s:7:\"Timmana\";i:628;s:12:\"Sedgwick Ave\";i:629;s:12:\"Freckle Face\";i:630;s:15:\"Patrick Hand SC\";i:631;s:6:\"Praise\";i:632;s:4:\"Atma\";i:633;s:18:\"Major Mono Display\";i:634;s:7:\"Trykker\";i:635;s:11:\"Vast Shadow\";i:636;s:6:\"Livvic\";i:637;s:14:\"Mochiy Pop One\";i:638;s:15:\"Aguafina Script\";i:639;s:11:\"Vollkorn SC\";i:640;s:18:\"Big Shoulders Text\";i:641;s:11:\"Mukta Mahee\";i:642;s:7:\"DM Mono\";i:643;s:6:\"Rakkas\";i:644;s:10:\"Fondamento\";i:645;s:17:\"Noto Sans Kannada\";i:646;s:12:\"Antic Didone\";i:647;s:17:\"Cormorant Upright\";i:648;s:17:\"Noto Sans Bengali\";i:649;s:18:\"Tenali Ramakrishna\";i:650;s:10:\"Share Tech\";i:651;s:14:\"Baloo Thambi 2\";i:652;s:7:\"Anaheim\";i:653;s:10:\"Battambang\";i:654;s:10:\"Doppio One\";i:655;s:12:\"Vesper Libre\";i:656;s:6:\"Meddon\";i:657;s:16:\"Noto Sans Telugu\";i:658;s:6:\"Federo\";i:659;s:6:\"Tienne\";i:660;s:7:\"Baumans\";i:661;s:9:\"Road Rage\";i:662;s:3:\"Geo\";i:663;s:13:\"Mouse Memoirs\";i:664;s:10:\"Faster One\";i:665;s:7:\"Unkempt\";i:666;s:8:\"Codystar\";i:667;s:18:\"Chau Philomene One\";i:668;s:13:\"Ma Shan Zheng\";i:669;s:12:\"Metamorphous\";i:670;s:4:\"Sail\";i:671;s:17:\"Averia Sans Libre\";i:672;s:9:\"Kiwi Maru\";i:673;s:7:\"Peralta\";i:674;s:9:\"Yatra One\";i:675;s:12:\"Bellota Text\";i:676;s:10:\"Reggae One\";i:677;s:6:\"Ledger\";i:678;s:4:\"B612\";i:679;s:6:\"Lekton\";i:680;s:15:\"Walter Turncoat\";i:681;s:7:\"Caladea\";i:682;s:10:\"Aref Ruqaa\";i:683;s:10:\"Goblin One\";i:684;s:7:\"Frijole\";i:685;s:15:\"Baloo Chettan 2\";i:686;s:9:\"Balthazar\";i:687;s:15:\"Noto Sans Oriya\";i:688;s:8:\"Flamenco\";i:689;s:10:\"Prosto One\";i:690;s:17:\"Cherry Cream Soda\";i:691;s:7:\"Notable\";i:692;s:11:\"Odibee Sans\";i:693;s:20:\"Montserrat Subrayada\";i:694;s:8:\"Italiana\";i:695;s:8:\"Fraunces\";i:696;s:10:\"Readex Pro\";i:697;s:12:\"Headland One\";i:698;s:12:\"Crafty Girls\";i:699;s:9:\"Shojumaru\";i:700;s:4:\"Arya\";i:701;s:16:\"Bilbo Swash Caps\";i:702;s:5:\"Varta\";i:703;s:5:\"Eater\";i:704;s:12:\"Meera Inimai\";i:705;s:6:\"Numans\";i:706;s:5:\"Coiny\";i:707;s:6:\"Strait\";i:708;s:12:\"Lexend Zetta\";i:709;s:7:\"Orienta\";i:710;s:12:\"Cherry Swash\";i:711;s:9:\"Wendy One\";i:712;s:5:\"Elsie\";i:713;s:18:\"Noto Sans Gujarati\";i:714;s:10:\"Newsreader\";i:715;s:18:\"Noto Sans Gurmukhi\";i:716;s:17:\"Loved by the King\";i:717;s:16:\"Port Lligat Sans\";i:718;s:9:\"Fjord One\";i:719;s:7:\"Montaga\";i:720;s:7:\"Imprima\";i:721;s:6:\"Mohave\";i:722;s:18:\"Shippori Mincho B1\";i:723;s:15:\"Baloo Tammudu 2\";i:724;s:16:\"Port Lligat Slab\";i:725;s:5:\"Salsa\";i:726;s:13:\"RocknRoll One\";i:727;s:8:\"Amarante\";i:728;s:20:\"Encode Sans Expanded\";i:729;s:15:\"Sansita Swashed\";i:730;s:8:\"Shalimar\";i:731;s:10:\"MonteCarlo\";i:732;s:11:\"Trade Winds\";i:733;s:9:\"Stalemate\";i:734;s:12:\"Style Script\";i:735;s:7:\"Iceland\";i:736;s:5:\"Ranga\";i:737;s:13:\"Baloo Paaji 2\";i:738;s:4:\"Mako\";i:739;s:17:\"Carrois Gothic SC\";i:740;s:17:\"Delius Swash Caps\";i:741;s:10:\"Spicy Rice\";i:742;s:6:\"Shanti\";i:743;s:6:\"Fresca\";i:744;s:4:\"Mina\";i:745;s:8:\"Artifika\";i:746;s:18:\"The Girl Next Door\";i:747;s:23:\"Just Me Again Down Here\";i:748;s:5:\"Bilbo\";i:749;s:7:\"Pavanam\";i:750;s:9:\"Englebert\";i:751;s:11:\"Life Savers\";i:752;s:9:\"Scope One\";i:753;s:19:\"Averia Gruesa Libre\";i:754;s:11:\"Yusei Magic\";i:755;s:8:\"Wire One\";i:756;s:10:\"Charmonman\";i:757;s:5:\"Gaegu\";i:758;s:10:\"Bakbak One\";i:759;s:15:\"Lily Script One\";i:760;s:9:\"Kodchasan\";i:761;s:4:\"Asul\";i:762;s:12:\"Baloo Bhai 2\";i:763;s:11:\"Nova Square\";i:764;s:21:\"Libre Barcode 39 Text\";i:765;s:11:\"Bubbler One\";i:766;s:6:\"Gafata\";i:767;s:4:\"KoHo\";i:768;s:9:\"Dynalight\";i:769;s:6:\"Solway\";i:770;s:7:\"Goldman\";i:771;s:5:\"Voces\";i:772;s:14:\"Ruslan Display\";i:773;s:14:\"Delius Unicase\";i:774;s:26:\"Big Shoulders Stencil Text\";i:775;s:17:\"Cormorant Unicase\";i:776;s:7:\"Festive\";i:777;s:9:\"Corinthia\";i:778;s:11:\"Overlock SC\";i:779;s:7:\"Puritan\";i:780;s:10:\"Medula One\";i:781;s:25:\"Encode Sans Semi Expanded\";i:782;s:5:\"Vibur\";i:783;s:14:\"UnifrakturCook\";i:784;s:7:\"Slackey\";i:785;s:17:\"Noto Sans Sinhala\";i:786;s:11:\"Cantora One\";i:787;s:5:\"Tauri\";i:788;s:10:\"Engagement\";i:789;s:13:\"League Script\";i:790;s:14:\"Baloo Bhaina 2\";i:791;s:16:\"Ibarra Real Nova\";i:792;s:12:\"MuseoModerno\";i:793;s:8:\"Denk One\";i:794;s:10:\"Poor Story\";i:795;s:14:\"Akaya Kanadaka\";i:796;s:8:\"Kite One\";i:797;s:6:\"Chango\";i:798;s:7:\"Milonga\";i:799;s:7:\"Manuale\";i:800;s:6:\"Sarina\";i:801;s:10:\"Song Myung\";i:802;s:4:\"Buda\";i:803;s:8:\"Almendra\";i:804;s:18:\"Macondo Swash Caps\";i:805;s:12:\"Germania One\";i:806;s:30:\"Libre Barcode 39 Extended Text\";i:807;s:6:\"Besley\";i:808;s:5:\"Modak\";i:809;s:5:\"Stoke\";i:810;s:6:\"Kranky\";i:811;s:7:\"Paprika\";i:812;s:13:\"MedievalSharp\";i:813;s:20:\"IM Fell French Canon\";i:814;s:6:\"Habibi\";i:815;s:10:\"Sonsie One\";i:816;s:9:\"Yeon Sung\";i:817;s:14:\"Lovers Quarrel\";i:818;s:9:\"Nova Flat\";i:819;s:12:\"Gamja Flower\";i:820;s:11:\"DotGothic16\";i:821;s:16:\"Akaya Telivigala\";i:822;s:17:\"Libre Barcode 128\";i:823;s:10:\"Kulim Park\";i:824;s:8:\"Tomorrow\";i:825;s:7:\"Allison\";i:826;s:7:\"Bellota\";i:827;s:6:\"Ribeye\";i:828;s:8:\"Redacted\";i:829;s:13:\"Mystery Quest\";i:830;s:17:\"Saira Stencil One\";i:831;s:8:\"Ramaraja\";i:832;s:20:\"Zilla Slab Highlight\";i:833;s:16:\"Fontdiner Swanky\";i:834;s:20:\"Libre Caslon Display\";i:835;s:9:\"Cute Font\";i:836;s:5:\"Julee\";i:837;s:13:\"Sulphur Point\";i:838;s:8:\"Prociono\";i:839;s:7:\"Ephesis\";i:840;s:12:\"ZCOOL KuaiLe\";i:841;s:9:\"Margarine\";i:842;s:16:\"Londrina Outline\";i:843;s:5:\"Khmer\";i:844;s:6:\"Farsan\";i:845;s:7:\"Iceberg\";i:846;s:10:\"Lexend Exa\";i:847;s:4:\"Asar\";i:848;s:5:\"Inika\";i:849;s:14:\"Uncial Antiqua\";i:850;s:6:\"Nokora\";i:851;s:8:\"Rosarivo\";i:852;s:5:\"Dekko\";i:853;s:11:\"Lakki Reddy\";i:854;s:6:\"Sumana\";i:855;s:20:\"Stint Ultra Expanded\";i:856;s:11:\"Meie Script\";i:857;s:5:\"Fenix\";i:858;s:5:\"Kufam\";i:859;s:13:\"Croissant One\";i:860;s:11:\"Donegal One\";i:861;s:11:\"Vampiro One\";i:862;s:6:\"Chicle\";i:863;s:9:\"Rationale\";i:864;s:13:\"Fuzzy Bubbles\";i:865;s:23:\"IM Fell French Canon SC\";i:866;s:10:\"Single Day\";i:867;s:10:\"New Rocker\";i:868;s:11:\"Text Me One\";i:869;s:10:\"Pirata One\";i:870;s:9:\"Condiment\";i:871;s:10:\"Autour One\";i:872;s:20:\"Sree Krushnadevaraya\";i:873;s:8:\"Jomhuria\";i:874;s:16:\"Andika New Basic\";i:875;s:10:\"Cagliostro\";i:876;s:9:\"Simonetta\";i:877;s:7:\"Akronim\";i:878;s:6:\"Ruluko\";i:879;s:7:\"Petrona\";i:880;s:9:\"Kotta One\";i:881;s:18:\"IBM Plex Sans Thai\";i:882;s:7:\"Crushed\";i:883;s:8:\"Sancreek\";i:884;s:8:\"Gayathri\";i:885;s:5:\"Glory\";i:886;s:7:\"Rowdies\";i:887;s:16:\"Noto Sans Arabic\";i:888;s:6:\"Angkor\";i:889;s:9:\"Potta One\";i:890;s:14:\"Quintessential\";i:891;s:10:\"Rum Raisin\";i:892;s:18:\"Swanky and Moo Moo\";i:893;s:7:\"Stylish\";i:894;s:14:\"Be Vietnam Pro\";i:895;s:7:\"Nosifer\";i:896;s:14:\"Hachi Maru Pop\";i:897;s:7:\"Offside\";i:898;s:6:\"Piedra\";i:899;s:15:\"Redacted Script\";i:900;s:9:\"Kumar One\";i:901;s:9:\"Kavivanar\";i:902;s:8:\"Chilanka\";i:903;s:10:\"Eagle Lake\";i:904;s:29:\"Big Shoulders Stencil Display\";i:905;s:6:\"Griffy\";i:906;s:9:\"Wellfleet\";i:907;s:8:\"Underdog\";i:908;s:11:\"Inria Serif\";i:909;s:4:\"Moul\";i:910;s:5:\"Asset\";i:911;s:14:\"East Sea Dokdo\";i:912;s:15:\"Londrina Shadow\";i:913;s:20:\"IM Fell Great Primer\";i:914;s:6:\"Ruthie\";i:915;s:13:\"Bigelow Rules\";i:916;s:8:\"Zen Dots\";i:917;s:16:\"Scheherazade New\";i:918;s:12:\"Gemunu Libre\";i:919;s:5:\"Junge\";i:920;s:18:\"IM Fell DW Pica SC\";i:921;s:4:\"Sura\";i:922;s:14:\"Princess Sofia\";i:923;s:10:\"Barriecito\";i:924;s:11:\"Ruge Boogie\";i:925;s:10:\"Tulpen One\";i:926;s:7:\"Miniver\";i:927;s:6:\"Felipa\";i:928;s:5:\"Dorsa\";i:929;s:13:\"Sirin Stencil\";i:930;s:18:\"Noto Nastaliq Urdu\";i:931;s:6:\"Risque\";i:932;s:4:\"Gotu\";i:933;s:16:\"Elsie Swash Caps\";i:934;s:7:\"Tourney\";i:935;s:6:\"Barrio\";i:936;s:7:\"Yaldevi\";i:937;s:8:\"Gorditas\";i:938;s:8:\"WindSong\";i:939;s:9:\"Kantumruy\";i:940;s:9:\"Marko One\";i:941;s:14:\"Modern Antiqua\";i:942;s:14:\"Noto Sans Mono\";i:943;s:6:\"Spirax\";i:944;s:8:\"Chathura\";i:945;s:7:\"Content\";i:946;s:9:\"Redressed\";i:947;s:5:\"Combo\";i:948;s:7:\"Sahitya\";i:949;s:8:\"Monofett\";i:950;s:5:\"Bayon\";i:951;s:13:\"Maiden Orange\";i:952;s:8:\"Red Rose\";i:953;s:5:\"Mogra\";i:954;s:13:\"Mrs Sheppards\";i:955;s:7:\"Arbutus\";i:956;s:9:\"Jomolhari\";i:957;s:6:\"Kavoon\";i:958;s:12:\"Ravi Prakash\";i:959;s:11:\"Linden Hill\";i:960;s:13:\"Ribeye Marrow\";i:961;s:17:\"Kumar One Outline\";i:962;s:12:\"Brygada 1918\";i:963;s:11:\"Lexend Mega\";i:964;s:8:\"Joti One\";i:965;s:13:\"Rhodium Libre\";i:966;s:5:\"Molle\";i:967;s:11:\"Metal Mania\";i:968;s:10:\"Beth Ellen\";i:969;s:12:\"Diplomata SC\";i:970;s:8:\"Lancelot\";i:971;s:9:\"Romanesco\";i:972;s:16:\"Fascinate Inline\";i:973;s:9:\"Diplomata\";i:974;s:5:\"Stick\";i:975;s:23:\"Black And White Picture\";i:976;s:11:\"Almendra SC\";i:977;s:18:\"Noto Serif Bengali\";i:978;s:10:\"Devonshire\";i:979;s:11:\"Lexend Giga\";i:980;s:13:\"Glass Antiqua\";i:981;s:25:\"Libre Barcode 39 Extended\";i:982;s:12:\"Viaoda Libre\";i:983;s:12:\"Jolly Lodger\";i:984;s:8:\"Galdeano\";i:985;s:11:\"Bigshot One\";i:986;s:14:\"Kaisei Tokumin\";i:987;s:10:\"Inria Sans\";i:988;s:14:\"Zen Old Mincho\";i:989;s:22:\"Libre Barcode 128 Text\";i:990;s:14:\"Jim Nightshade\";i:991;s:8:\"Girassol\";i:992;s:15:\"Caesar Dressing\";i:993;s:10:\"Atomic Age\";i:994;s:16:\"Luxurious Script\";i:995;s:16:\"Baloo Bhaijaan 2\";i:996;s:7:\"Galindo\";i:997;s:11:\"Orelega One\";i:998;s:7:\"Peddana\";i:999;s:7:\"Revalia\";i:1000;s:6:\"Smythe\";i:1001;s:6:\"Koulen\";i:1002;s:15:\"Londrina Sketch\";i:1003;s:7:\"Dangrek\";i:1004;s:8:\"Srisakdi\";i:1005;s:23:\"Jacques Francois Shadow\";i:1006;s:9:\"Train One\";i:1007;s:15:\"GFS Neohellenic\";i:1008;s:5:\"Ewert\";i:1009;s:17:\"Noto Sans Myanmar\";i:1010;s:7:\"Plaster\";i:1011;s:14:\"Kirang Haerang\";i:1012;s:10:\"Keania One\";i:1013;s:6:\"Gupter\";i:1014;s:9:\"Bona Nova\";i:1015;s:15:\"Zen Maru Gothic\";i:1016;s:7:\"Bahiana\";i:1017;s:12:\"Purple Purse\";i:1018;s:23:\"IM Fell Great Primer SC\";i:1019;s:12:\"Kaisei Decol\";i:1020;s:14:\"Bungee Outline\";i:1021;s:12:\"Hanalei Fill\";i:1022;s:14:\"Miss Fajardose\";i:1023;s:6:\"Grenze\";i:1024;s:14:\"Odor Mean Chey\";i:1025;s:7:\"Trochut\";i:1026;s:6:\"Unlock\";i:1027;s:9:\"Chela One\";i:1028;s:9:\"Oldenburg\";i:1029;s:9:\"Sunshiney\";i:1030;s:8:\"Federant\";i:1031;s:11:\"Dr Sugiyama\";i:1032;s:11:\"Lexend Tera\";i:1033;s:19:\"Zen Kaku Gothic New\";i:1034;s:7:\"Snippet\";i:1035;s:6:\"Smooch\";i:1036;s:9:\"Nova Slim\";i:1037;s:6:\"Yomogi\";i:1038;s:16:\"Jacques Francois\";i:1039;s:12:\"Montagu Slab\";i:1040;s:5:\"Metal\";i:1041;s:18:\"Noto Sans Georgian\";i:1042;s:13:\"Zhi Mang Xing\";i:1043;s:11:\"Emblema One\";i:1044;s:7:\"Flavors\";i:1045;s:7:\"Macondo\";i:1046;s:9:\"Texturina\";i:1047;s:10:\"Kdam Thmor\";i:1048;s:11:\"Kaisei Opti\";i:1049;s:11:\"Meow Script\";i:1050;s:18:\"Noto Sans Armenian\";i:1051;s:9:\"Fascinate\";i:1052;s:10:\"Mr Bedfort\";i:1053;s:9:\"Syne Mono\";i:1054;s:11:\"Rampart One\";i:1055;s:16:\"Almendra Display\";i:1056;s:5:\"Vibes\";i:1057;s:7:\"Fuggles\";i:1058;s:23:\"Zen Kaku Gothic Antique\";i:1059;s:8:\"Klee One\";i:1060;s:14:\"Butterfly Kids\";i:1061;s:10:\"Truculenta\";i:1062;s:9:\"Nerko One\";i:1063;s:12:\"Gowun Batang\";i:1064;s:8:\"Siemreap\";i:1065;s:6:\"Smokum\";i:1066;s:9:\"Bahianita\";i:1067;s:9:\"Erica One\";i:1068;s:20:\"Sedgwick Ave Display\";i:1069;s:8:\"Freehand\";i:1070;s:11:\"Passero One\";i:1071;s:7:\"Fruktur\";i:1072;s:17:\"Noto Sans Symbols\";i:1073;s:11:\"Suwannaphum\";i:1074;s:9:\"Gwendolyn\";i:1075;s:9:\"Sevillana\";i:1076;s:11:\"Seymour One\";i:1077;s:11:\"Hina Mincho\";i:1078;s:22:\"IM Fell Double Pica SC\";i:1079;s:14:\"Otomanopee One\";i:1080;s:13:\"Stalinist One\";i:1081;s:5:\"Bokor\";i:1082;s:16:\"Kaisei HarunoUmi\";i:1083;s:6:\"Bonbon\";i:1084;s:16:\"Liu Jian Mao Cao\";i:1085;s:11:\"Preahvihear\";i:1086;s:15:\"Bungee Hairline\";i:1087;s:7:\"Lacquer\";i:1088;s:20:\"IBM Plex Sans Arabic\";i:1089;s:13:\"Snowburst One\";i:1090;s:7:\"Hanalei\";i:1091;s:16:\"Miltonian Tattoo\";i:1092;s:8:\"Zen Loop\";i:1093;s:9:\"Comforter\";i:1094;s:6:\"Gidugu\";i:1095;s:6:\"Ballet\";i:1096;s:7:\"Hahmlet\";i:1097;s:6:\"Chenla\";i:1098;s:9:\"Miltonian\";i:1099;s:16:\"IBM Plex Sans KR\";i:1100;s:9:\"Karantina\";i:1101;s:10:\"Butcherman\";i:1102;s:11:\"Zen Antique\";i:1103;s:7:\"Astloch\";i:1104;s:16:\"Supermercado One\";i:1105;s:7:\"Murecho\";i:1106;s:5:\"Benne\";i:1107;s:11:\"Nova Script\";i:1108;s:11:\"New Tegomin\";i:1109;s:6:\"Aubrey\";i:1110;s:6:\"Taprom\";i:1111;s:17:\"BioRhyme Expanded\";i:1112;s:10:\"Birthstone\";i:1113;s:9:\"Nova Oval\";i:1114;s:9:\"Long Cang\";i:1115;s:8:\"Nova Cut\";i:1116;s:14:\"Stick No Bills\";i:1117;s:8:\"Moulpali\";i:1118;s:10:\"Sofadi One\";i:1119;s:16:\"Shippori Antique\";i:1120;s:6:\"Gluten\";i:1121;s:16:\"Noto Sans Gothic\";i:1122;s:12:\"Geostar Fill\";i:1123;s:16:\"Zen Antique Soft\";i:1124;s:9:\"Suravaram\";i:1125;s:8:\"Petemoss\";i:1126;s:11:\"Alumni Sans\";i:1127;s:14:\"Bonheur Royale\";i:1128;s:17:\"Birthstone Bounce\";i:1129;s:10:\"Andada Pro\";i:1130;s:9:\"Carattere\";i:1131;s:20:\"Noto Serif Malayalam\";i:1132;s:15:\"Comforter Brush\";i:1133;s:8:\"Dhurjati\";i:1134;s:5:\"Imbue\";i:1135;s:16:\"Mochiy Pop P One\";i:1136;s:9:\"Xanh Mono\";i:1137;s:13:\"Zen Kurenaido\";i:1138;s:14:\"Encode Sans SC\";i:1139;s:8:\"Fasthand\";i:1140;s:6:\"Langar\";i:1141;s:7:\"Estonia\";i:1142;s:14:\"Palette Mosaic\";i:1143;s:11:\"Gowun Dodum\";i:1144;s:11:\"Lexend Peta\";i:1145;s:25:\"Big Shoulders Inline Text\";i:1146;s:5:\"Genos\";i:1147;s:24:\"Libre Barcode EAN13 Text\";i:1148;s:5:\"Kenia\";i:1149;s:13:\"Zen Tokyo Zoo\";i:1150;s:7:\"Geostar\";i:1151;s:16:\"Noto Serif Tamil\";i:1152;s:8:\"M PLUS 1\";i:1153;s:8:\"Trispace\";i:1154;s:14:\"Grechen Fuemen\";i:1155;s:26:\"Noto Sans Tamil Supplement\";i:1156;s:6:\"Warnes\";i:1157;s:6:\"Qahiri\";i:1158;s:13:\"M PLUS 1 Code\";i:1159;s:7:\"Cherish\";i:1160;s:15:\"Are You Serious\";i:1161;s:5:\"Kings\";i:1162;s:8:\"M PLUS 2\";i:1163;s:13:\"Flow Circular\";i:1164;s:10:\"Yuji Syuku\";i:1165;s:13:\"Rubik Beastly\";i:1166;s:13:\"Fleur De Leah\";i:1167;s:28:\"Big Shoulders Inline Display\";i:1168;s:9:\"Hurricane\";i:1169;s:12:\"Syne Tactile\";i:1170;s:25:\"IBM Plex Sans Thai Looped\";i:1171;s:12:\"Flow Rounded\";i:1172;s:10:\"Flow Block\";i:1173;s:2:\"Oi\";i:1174;s:7:\"Grey Qo\";i:1175;s:9:\"Yuji Boku\";i:1176;s:6:\"Dongle\";i:1177;s:12:\"Puppies Play\";i:1178;s:17:\"Passions Conflict\";i:1179;s:11:\"Sassy Frass\";i:1180;s:8:\"Yuji Mai\";i:1181;s:14:\"Koh Santepheap\";i:1182;s:12:\"Gideon Roman\";i:1183;s:19:\"Shippori Antique B1\";i:1184;s:7:\"Explora\";i:1185;s:7:\"Caramel\";i:1186;s:20:\"IBM Plex Sans Hebrew\";i:1187;s:24:\"IBM Plex Sans Devanagari\";i:1188;s:16:\"Noto Sans Coptic\";i:1189;s:17:\"M PLUS Code Latin\";i:1190;s:19:\"Noto Serif Georgian\";i:1191;s:18:\"Noto Serif Sinhala\";i:1192;s:13:\"Noto Sans Lao\";i:1193;s:18:\"Noto Sans Tai Viet\";i:1194;s:15:\"Noto Serif Thai\";i:1195;s:12:\"Red Hat Mono\";i:1196;s:5:\"Uchen\";i:1197;s:15:\"Noto Sans Khmer\";i:1198;s:17:\"Noto Sans Deseret\";i:1199;s:19:\"Noto Serif Armenian\";i:1200;s:19:\"Noto Sans Symbols 2\";i:1201;s:28:\"Noto Sans Caucasian Albanian\";i:1202;s:18:\"Noto Sans Javanese\";i:1203;s:16:\"Noto Serif Khmer\";i:1204;s:19:\"Noto Serif Ethiopic\";i:1205;s:16:\"Noto Sans Brahmi\";i:1206;s:21:\"Noto Sans Thai Looped\";i:1207;s:21:\"Noto Serif Devanagari\";i:1208;s:14:\"Noto Serif Lao\";i:1209;s:18:\"Noto Sans Cherokee\";i:1210;s:17:\"Noto Sans Cypriot\";i:1211;s:26:\"Noto Sans Imperial Aramaic\";i:1212;s:17:\"Noto Sans Tagalog\";i:1213;s:23:\"Noto Sans Old Hungarian\";i:1214;s:17:\"Noto Serif Hebrew\";i:1215;s:14:\"Noto Sans Cham\";i:1216;s:16:\"Noto Sans Thaana\";i:1217;s:19:\"Noto Serif Gujarati\";i:1218;s:18:\"Noto Sans Ol Chiki\";i:1219;s:20:\"Noto Sans Old Turkic\";i:1220;s:18:\"Noto Serif Kannada\";i:1221;s:17:\"Noto Rashi Hebrew\";i:1222;s:18:\"Noto Serif Myanmar\";i:1223;s:17:\"Noto Serif Yezidi\";i:1224;s:19:\"Noto Serif Gurmukhi\";i:1225;s:18:\"Noto Serif Tibetan\";i:1226;s:10:\"Noto Music\";i:1227;s:16:\"Noto Sans Carian\";i:1228;s:29:\"Noto Sans Canadian Aboriginal\";i:1229;s:17:\"Noto Serif Telugu\";i:1230;s:18:\"Noto Sans Tifinagh\";i:1231;s:16:\"Noto Sans Tai Le\";i:1232;s:22:\"Noto Sans Meetei Mayek\";i:1233;s:17:\"Noto Sans Osmanya\";i:1234;s:18:\"Noto Sans Tai Tham\";i:1235;s:18:\"Noto Sans Balinese\";i:1236;s:20:\"Noto Sans Saurashtra\";i:1237;s:22:\"Noto Sans Sora Sompeng\";i:1238;s:20:\"Noto Sans Old Italic\";i:1239;s:33:\"Noto Serif Nyiakeng Puachue Hmong\";i:1240;s:19:\"Noto Sans Mongolian\";i:1241;s:24:\"Noto Sans Adlam Unjoined\";i:1242;s:19:\"Noto Sans Sundanese\";i:1243;s:17:\"Noto Sans Grantha\";i:1244;s:31:\"Noto Sans Anatolian Hieroglyphs\";i:1245;s:15:\"Noto Sans Adlam\";i:1246;s:32:\"Noto Sans Inscriptional Parthian\";i:1247;s:21:\"Noto Sans Medefaidrin\";i:1248;s:15:\"Noto Sans Bamum\";i:1249;s:25:\"Noto Sans Hanifi Rohingya\";i:1250;s:18:\"Noto Sans Kayah Li\";i:1251;s:16:\"Noto Serif Dogra\";i:1252;s:30:\"Noto Sans Egyptian Hieroglyphs\";i:1253;s:14:\"Noto Sans Lisu\";i:1254;s:31:\"Noto Sans Inscriptional Pahlavi\";i:1255;s:18:\"Noto Sans Linear B\";i:1256;s:12:\"Noto Sans Yi\";i:1257;s:19:\"Noto Serif Balinese\";i:1258;s:19:\"Noto Sans Samaritan\";i:1259;s:17:\"Noto Sans Hanunoo\";i:1260;s:16:\"Noto Sans Syriac\";i:1261;s:27:\"Noto Sans Old South Arabian\";i:1262;s:20:\"Noto Sans Phoenician\";i:1263;s:16:\"Noto Sans Kaithi\";i:1264;s:14:\"Noto Sans Math\";i:1265;s:18:\"Noto Serif Grantha\";i:1266;s:21:\"Noto Sans Old Persian\";i:1267;s:27:\"Noto Sans Old North Arabian\";i:1268;s:19:\"Noto Sans Cuneiform\";i:1269;s:17:\"Noto Serif Tangut\";i:1270;s:15:\"Noto Serif Ahom\";i:1271;s:15:\"Noto Sans Batak\";i:1272;s:15:\"Noto Sans Runic\";i:1273;s:21:\"Noto Sans New Tai Lue\";i:1274;s:17:\"Noto Sans Avestan\";i:1275;s:24:\"Noto Sans Mayan Numerals\";i:1276;s:18:\"Noto Sans Mahajani\";i:1277;s:18:\"Noto Sans Buginese\";i:1278;s:17:\"Noto Sans Tirhuta\";i:1279;s:19:\"Noto Sans Palmyrene\";i:1280;s:26:\"Noto Sans Zanabazar Square\";i:1281;s:15:\"Noto Sans Limbu\";i:1282;s:17:\"Noto Sans Elbasan\";i:1283;s:18:\"Noto Sans Tagbanwa\";i:1284;s:20:\"Noto Sans Old Permic\";i:1285;s:14:\"Noto Sans Newa\";i:1286;s:16:\"Noto Sans Rejang\";i:1287;s:22:\"Noto Sans Syloti Nagri\";i:1288;s:23:\"Noto Sans Gunjala Gondi\";i:1289;s:19:\"Noto Sans Khudawadi\";i:1290;s:20:\"Noto Sans Kharoshthi\";i:1291;s:17:\"Noto Sans Marchen\";i:1292;s:16:\"Noto Sans Khojki\";i:1293;s:14:\"Noto Sans Modi\";i:1294;s:23:\"Noto Sans Masaram Gondi\";i:1295;s:29:\"Noto Sans Indic Siyaq Numbers\";i:1296;s:16:\"Noto Sans Lycian\";i:1297;s:18:\"Noto Sans Linear A\";i:1298;s:18:\"Noto Sans Phags Pa\";i:1299;s:25:\"Noto Sans Psalter Pahlavi\";i:1300;s:21:\"Noto Sans Pau Cin Hau\";i:1301;s:18:\"Noto Sans Duployan\";i:1302;s:21:\"Noto Sans Old Sogdian\";i:1303;s:15:\"Noto Sans Osage\";i:1304;s:17:\"Noto Sans Sogdian\";i:1305;s:19:\"Noto Sans Nabataean\";i:1306;s:17:\"Noto Sans Siddham\";i:1307;s:19:\"Noto Sans Bhaiksuki\";i:1308;s:17:\"Noto Sans Elymaic\";i:1309;s:17:\"Noto Sans Multani\";i:1310;s:18:\"Noto Sans Ugaritic\";i:1311;s:16:\"Noto Sans Chakma\";i:1312;s:22:\"Noto Sans Pahawh Hmong\";i:1313;s:21:\"Noto Sans Warang Citi\";i:1314;s:13:\"Noto Sans Mro\";i:1315;s:18:\"Noto Sans Meroitic\";i:1316;s:17:\"Noto Sans Sharada\";i:1317;s:14:\"Noto Sans Miao\";i:1318;s:13:\"Noto Sans Vai\";i:1319;s:20:\"Noto Sans Glagolitic\";i:1320;s:22:\"Noto Traditional Nushu\";i:1321;s:16:\"Noto Sans Hatran\";i:1322;s:16:\"Noto Sans Lepcha\";i:1323;s:15:\"Noto Sans Nushu\";i:1324;s:19:\"Noto Sans Bassa Vah\";i:1325;s:15:\"Noto Sans Ogham\";i:1326;s:17:\"Noto Sans Shavian\";i:1327;s:16:\"Noto Sans Lydian\";i:1328;s:14:\"Noto Sans N Ko\";i:1329;s:15:\"Noto Sans Takri\";i:1330;s:15:\"Noto Sans Buhid\";i:1331;s:20:\"Noto Sans Manichaean\";i:1332;s:16:\"Noto Sans Wancho\";i:1333;s:17:\"Noto Sans Soyombo\";i:1334;s:23:\"Yuji Hentaigana Akebono\";i:1335;s:11:\"Moo Lah Lah\";i:1336;s:8:\"Licorice\";i:1337;s:11:\"Inspiration\";i:1338;s:14:\"Island Moments\";i:1339;s:9:\"Waterfall\";i:1340;s:9:\"Oooh Baby\";i:1341;s:21:\"Yuji Hentaigana Akari\";i:1342;s:3:\"Ole\";i:1343;s:9:\"Mea Culpa\";i:1344;s:10:\"Moon Dance\";i:1345;s:15:\"Qwitcher Grypen\";i:1346;s:14:\"Source Serif 4\";i:1347;s:7:\"Rock 3D\";i:1348;s:10:\"Love Light\";i:1349;s:7:\"Shizuru\";i:1350;s:11:\"Spline Sans\";i:1351;s:15:\"Luxurious Roman\";i:1352;s:12:\"The Nautigal\";i:1353;s:15:\"Vujahday Script\";i:1354;s:12:\"Twinkle Star\";i:1355;s:8:\"Pushster\";i:1356;s:15:\"Imperial Script\";i:1357;s:12:\"Kolker Brush\";}','no'),(10028,'_transient_timeout_feed_71a7765c3d553e44aaa308159b5a2ba6','1701403204','no'),(10029,'_transient_feed_71a7765c3d553e44aaa308159b5a2ba6','a:3:{s:3:\"url\";s:22:\"https://wordpress.org/\";s:8:\"feed_url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"build\";s:14:\"20231130140026\";}','no'),(10030,'_transient_timeout_feed_mod_71a7765c3d553e44aaa308159b5a2ba6','1701403204','no'),(10031,'_transient_feed_mod_71a7765c3d553e44aaa308159b5a2ba6','1701360004','no'),(10032,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1701403204','no'),(10033,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2023 16:06: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: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.5-alpha-57146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WP Briefing: Episode 67: Openverse &amp; Photo Directory Rewind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/11/openverse-photo-directory-rewind/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16454\";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:265:\"WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project Openverse and Photo Directory and how they differ from one another! \";s: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:50:\"https://wordpress.org/news/files/2023/11/WP067.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:\"Brett McSherry\";s: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:11659:\"\n<p>WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project Openverse and Photo Directory and how they differ from one another! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <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/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a> (now closed)</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>&nbsp;&#8211; The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023. State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\" target=\"_blank\" rel=\"noreferrer noopener\">ask-matt@wordcamp.org</a>&nbsp;or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</li>\n\n\n\n<li>WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\" target=\"_blank\" rel=\"noreferrer noopener\">extended their call for sponsors</a>, slated to take place in Taipei, Taiwan, March 7-9, 2024. The new deadline has been extended to November 30, 2023.</li>\n\n\n\n<li>The Documentation Team created a new GitHub repo for end-user documentation and its translations to all locales. More info about this can be found&nbsp;<a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16454\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re going to take a listen to last year&#8217;s episode about Openverse and the Photo Directory. A lot has changed in that project, well in, in both of those projects since then. For instance, the Photo Directory just passed a 10,000 photo milestone. And Openverse, in the past year, got their own URL and have been hard at work strengthening the reliability of their APIs.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> But for some folks, it might still be a little unclear just what the difference is between these two projects. So let&#8217;s take a listen, and don&#8217;t forget to catch the updated small list of big things at the end of the episode.&nbsp;</p>\n\n\n\n<p>[00:01:13] (Music interlude)</p>\n\n\n\n<p>[00:01:21] <strong>Josepha:</strong> About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed in the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth of teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p>[00:01:41] <strong>Josepha:</strong> Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>[00:02:13] <strong>Josepha:</strong> So, in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version as well.&nbsp;</p>\n\n\n\n<p>[00:03:52] <strong>Josepha:</strong> Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So, you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse not only is a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So, it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>[00:04:37] <strong>Josepha:</strong> So that&#8217;s your elevator pitch of what is Openverse and how does it use the Photo Directory.&nbsp;</p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So, no code is required, no development environments, no testing skills. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Josepha:</strong> And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code-inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p>[00:05:53] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Josepha:</strong> And that brings us now to our November 2023 small list of big things.</p>\n\n\n\n<p>[00:06:07] <strong>Josepha:</strong> The first thing that&#8217;s on the small list of big things this week is that the countdown is on for this year&#8217;s State of the Word. If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11th, 2023. State of the Word will include a Q&amp;A session, and if you want to participate, you can send your question to ask-matt@wordcamp.org.&nbsp;Or, ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream, so if you&#8217;re choosing that option, don&#8217;t worry; there&#8217;s not anything to do right this second.&nbsp;</p>\n\n\n\n<p>[00:06:40] <strong>Josepha:</strong> The second thing on the list is that WordCamp Asia has extended their call for sponsors for the conference that is slated to take place in Taipei, Taiwan, March 7th through 9th, 2024. The new deadline has been extended to November 30th, 2023, and so if you have been on the fence about whether to sponsor that event or not, for one, please do sponsor it, and for two, you still have a little bit of time to get over there and show your support.</p>\n\n\n\n<p>[00:07:05] <strong>Josepha:</strong> And then the last thing on the small list of big things is that the documentation team now has a new GitHub repo created for end-user documentation and its translations into all locales. For more information about this, come check out the show notes. I will have a link right there for you. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:07:26] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you have questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:07:51] (Music outro)</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:\"16454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"State of the Word 2023 Madrid, Spain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2023 20:03: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:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"sotw\";s: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:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16429\";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:328:\"The countdown is on for this year\'s State of the Word! If you missed the initial announcement a few weeks ago, mark your calendars for December 11, 2023.\n\nState of the Word is the annual keynote in which WordPress co-founder Matt Mullenweg celebrates the progress of the open source project and offers a glimpse into its 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: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:4327:\"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word\" class=\"wp-image-16438\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023.</p>\n\n\n\n<p>State of the Word is the annual keynote in which WordPress co-founder <a href=\"https://ma.tt/\">Matt Mullenweg</a> celebrates the progress of the open source project and offers a glimpse into its future.</p>\n\n\n\n<p>For the first time, State of the Word ventures beyond North America, bringing the WordPress community to a new and vibrant city that plays a vital role in the WordPress project &#8212; Madrid, Spain! The event will be live-streamed to WordPress enthusiasts and newcomers around the globe via the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<p>Please visit the <a href=\"https://wordpress.org/state-of-the-word\">event website</a> for more event details and live-streaming information.</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2023<br><strong>When: </strong><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2023&amp;dates=20231211T150000Z/20231211T190000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+Matt+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+Madrid,+Spain,+and+is+free+for+all+to+watch+or+attend+in+person+with+a+ticket.%0A%0Ahttps://wordpress.org/state-of-the-word/\">December 11, 2023, 15:00 UTC</a> (Start of live stream)<br><strong>Where: </strong><a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>, Madrid, Spain<br><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.<br><strong>Tickets: </strong><a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2023-spain\">Request a ticket to attend in person</a>.<strong><br></strong><em>Please note that the venues capacity is limited; therefore, not all ticket requests will be granted. </em><br><strong>Meetups: </strong>The community will support several local watch parties globally, both in<br>person and online. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you or organize one</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to ask-matt@wordcamp.org or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</p>\n\n\n\n<p>Given the volume of questions usually submitted, only some will be answered live, while others will be covered in a follow-up post published after the event on <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a>.</p>\n\n\n\n<p>Is this your first State of the Word? Check out <a href=\"https://wordpress.tv/tag/state-of-the-word/\">prior events on WordPress.tv</a> for an introduction to the format.</p>\n\n\n\n<p>See you in person and online on December 11!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> for reviewing this post.</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:\"16429\";s: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:68:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Introducing Twenty Twenty-Four\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2023/11/introducing-twenty-twenty-four/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2023 18:29: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:8:\"category\";a:4:{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:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"Twenty Twenty-Four\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Meet Twenty Twenty-Four, the most versatile default theme yet—bundled with WordPress 6.4 and ready to make it uniquely yours.\";s: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:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2023/11/tt4-i9-small-1.mp4\";s:6:\"length\";s:7:\"6747134\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:82:\"https://wordpress.org/news/files/2023/11/tt4-howto-replace-template_compressed.mp4\";s:6:\"length\";s:8:\"12815358\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Maggie Cabrera\";s: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:7209:\"\n<p>When it comes to designing a website, one size doesn&#8217;t fit all. We understand that every WordPress user has unique needs and goals, whether you&#8217;re an aspiring entrepreneur, a passionate photographer, a prolific writer, or a bit of them all. That&#8217;s why we are thrilled to introduce <a href=\"https://wordpress.org/themes/twentytwentyfour/\"><strong>Twenty Twenty-Four</strong></a>, the most versatile default theme yet—bundled with <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> and ready to make it uniquely yours.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls poster=\"https://wordpress.org/news/files/2023/11/TT4-square.jpg\" src=\"https://wordpress.org/news/files/2023/11/tt4-i9-small-1.mp4\"></video></figure>\n\n\n\n<h2 class=\"wp-block-heading\">A theme for every style</h2>\n\n\n\n<p>Unlike past default themes, Twenty Twenty-Four breaks away from the tradition of focusing on a specific topic or style. Instead, this theme has been thoughtfully crafted to cater to any type of website, regardless of its focus. The theme explores <strong>three different use cases</strong>: one designed for entrepreneurs and small businesses, another for photographers and artists, and a third tailored for writers and bloggers. Thanks to its multi-faceted nature and adaptability, Twenty Twenty-Four emerges as the perfect fit for any of your projects.</p>\n\n\n\n<p>As you dive into its templates and patterns, you will notice how the new Site Editor functionality opens up different pathways for building your site seamlessly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Patterns at every step</h2>\n\n\n\n<p>Whether you&#8217;re looking to craft an About page, showcase your work, handle RSVPs, or design captivating landing pages, Twenty Twenty-Four has got you covered.<strong> </strong>Choose from an extensive collection of <a href=\"https://2024.wordpress.net/index.php/patterns/\"><strong>over 35 beautiful patterns</strong></a> to customize and suit your needs.</p>\n\n\n\n<p>For the first time, this theme features full-page patterns for templates like homepage, archive, search, single pages, and posts. Some are exclusively available during the template-switching and creation process, ensuring you have the right options when you need them.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/11/tt4-howto-replace-template_compressed.mp4\"></video></figure>\n\n\n\n<p>Moreover, you can take advantage of a variety of patterns for page sections, such as FAQs, testimonials, or pricing, to meet your site&#8217;s most specific requirements.</p>\n\n\n\n<p>With this diverse pattern library, Twenty Twenty-Four offers a flexible canvas to quickly assemble pages without having to start from scratch—saving you time and energy in the creation process. Just let your creativity flow and explore the possibilities!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Screenshots of Twenty Twenty-Four patterns.\" class=\"wp-image-16397\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Site editing in its finest form</h2>\n\n\n\n<p>Twenty Twenty-Four ushers in a new era of block themes by bringing together the latest WordPress site editing capabilities. Discover newer design tools such as background image support in Group blocks and vertical text, providing an intuitive and efficient way to create compelling, interactive content.</p>\n\n\n\n<p>Find image placeholders with predefined aspect ratio settings within patterns, allowing you to drop images that perfectly fill the space. To go one step further, make your visuals interactive by enabling lightboxes. Ideal for showcasing galleries or portfolio images, this feature allows your visitors to expand and engage with them in full-screen mode. Activate it globally for all images throughout your site or for specific ones.</p>\n\n\n\n<p>For a smoother browsing experience on your site, you can disable the &#8220;Force page reload&#8221; setting in the Query Loop block. This allows the necessary content to be loaded dynamically when switching between different pages without needing a full-page refresh.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Elegance with purpose</h2>\n\n\n\n<p>Twenty Twenty-Four goes beyond versatility with a beautiful aesthetic inspired by contemporary design trends, giving your website a sleek and modern look. Key design elements include:</p>\n\n\n\n<ul>\n<li><strong>Cardo font for headlines</strong>: The Cardo font adds a touch of elegance to your site, creating a sophisticated visual experience.</li>\n\n\n\n<li><strong>Sans-serif system font for paragraphs</strong>: The sans-serif font ensures that your texts are cleaner and easier to read, enhancing overall readability.</li>\n\n\n\n<li><strong>Eight style variations</strong>: Twenty Twenty-Four presents a light color palette for a fresh and inviting appearance out-of-the-box, but you can customize it with seven additional style variations. Each includes fonts and colors carefully curated to work beautifully alongside the patterns and templates.</li>\n\n\n\n<li><strong>Sans-serif variations</strong>: Besides the default styles, the theme offers two additional sans-serif variations, providing more choices for your site&#8217;s typography.</li>\n</ul>\n\n\n\n<p>Along with its design, Twenty Twenty-Four has been meticulously optimized for performance. This ensures that your website not only looks great but also delivers a fast and efficient user experience.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://playground.wordpress.net/?theme=twentytwentyfour\">Explore Twenty Twenty-Four now</a></div>\n</div>\n\n\n\n<p>More information can be found in the following links:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/twentytwentyfour/\">Download Twenty Twenty-Four</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/documentation/article/twenty-twenty-four/\">Twenty Twenty-Four Documentation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four Kick Off</a></li>\n</ul>\n\n\n\n<p><em>The Twenty Twenty-Four theme was designed by </em><a href=\"https://profiles.wordpress.org/beafialho/\"><em>Beatriz Fialho</em></a><em> and made possible thanks to the passion and tireless work of <a href=\"https://github.com/WordPress/twentytwentyfour/blob/trunk/CONTRIBUTORS.md\">more than 120 contributors</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:\"16394\";s: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: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:57:\"WP Briefing: Episode 66: Advocating Open Source Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/11/episode-66-advocating-open-source-solutions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16357\";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:296:\"WordPress Executive Director, Josepha Haden Chomphosy, speaks to the strategic approach to integrating open source solutions within your company and offers insight into initiating open source advocacy conversations. Tune in for a session that could redefine your company\'s technological approach.\";s: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:51:\"https://wordpress.org/news/files/2023/11/WPB066.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:\"Brett McSherry\";s: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:11349:\"\n<p>WordPress Executive Director, Josepha Haden Chomphosy, speaks to the strategic approach to integrating open source solutions within your company and offers insight into initiating open source advocacy conversations. Tune in for a session that could redefine your company&#8217;s technological approach.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4 &#8220;Shirley&#8221;</a> &#8211; The final major release of 2023 launched on November 7 &#8211; WordPress 6.4 &#8220;Shirley.&#8221; Download and check out this empowering release. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/10/31/whats-new-on-learn-wordpress-in-october-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">The Training Team recently published</a> several new Learn resources for training guides to support Meetup Organizers. From lesson plans to online workshops, there are several ways to help you in your goals as a contributor to WordPress.</li>\n\n\n\n<li>The Diversity Team <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\" target=\"_blank\" rel=\"noreferrer noopener\">recently published</a> a new Diverse Speaker Training page, providing resources for new and experienced contributors to bring more diverse speaker lineups and inclusive, diverse WP events for official WordPress Meetups and WordCamps.</li>\n\n\n\n<li>If you have a story showing how WordPress has impacted what you are doing or what people you know have done, record something and send it to <a href=\"mailto:wpbriefing@WordPress.org\">wpbriefing@WordPress.org</a>. We&#8217;d love to hear from you.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16357\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> 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&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re talking about something I used to have a lot of experience with in my career before WordPress. I worked at a marketing agency. I wasn&#8217;t a developer. I was in data and strategy sorts of things. But part of the work heading into every project was an evaluation of what software was best. There were always a variety being considered, but WordPress was frequently one of them.</p>\n\n\n\n<p>Now, I don&#8217;t know if any of you have had that moment where you&#8217;re having to talk open source with a CTO or a CEO, but it can be nerve-wracking, to say the least. And it makes sense, right? Open source has a PR problem, especially when you&#8217;re speaking to leadership inside a business. And it doesn&#8217;t really matter the size, right?</p>\n\n\n\n<p>You&#8217;re advocating for something that requires a completely different mental model. It doesn&#8217;t fit into accepted concepts of what makes a business thrive or what makes a bet a sure thing. There were three, maybe four, concerns that came up every time I had this conversation. So, I&#8217;m going to share those concerns with you and a few possible counterpoints to get you started.</p>\n\n\n\n<p>[00:01:48] <strong>Josepha:</strong> First and always is the concern around security. I believe that this particular mismatch is rooted in an idea that controlled equals secure, which isn&#8217;t always the case. So the talking point is this. Since open source has a transparent development process, it is often more secure than proprietary software, contrary to what you might hear.</p>\n\n\n\n<p>That transparency allows vulnerabilities to be identified by independent researchers and community members and then patched quickly because you aren&#8217;t limited by who or what you know personally. </p>\n\n\n\n<p>And if you&#8217;re not having a conversation where you&#8217;re having to defend the security in open source and you just want to bring it up yourself, here is a conversation opener for that. Security is a top concern for all of us. Surprisingly, open source solutions often have stronger security measures due to the collaborative nature of their development. It&#8217;s a proactive approach to minimizing risks.&nbsp;</p>\n\n\n\n<p>[00:02:43] <strong>Josepha:</strong> A second thing that frequently came up was questions around innovation and future proofing of open source products. I think this mismatch is fully rooted in the Cathedral and the Bazaar methods of advancement. So the talking point for that one is this. Embracing open source fosters innovation. We can tap into the latest technologies and stay ahead of industry trends that way. It is specifically because we have a diverse set of viewpoints that we can make sure to quickly account for future risks, along with taking advantage of future opportunities. And by our organization being more active, we can potentially get exactly the solutions we need for our clients long term.</p>\n\n\n\n<p>And the conversation opener for this, if you are the one bringing up the topic, is I&#8217;ve been thinking about our long-term goals and how to keep our technology stack relevant. Open source not only keeps us current but also positions us as innovators in our field.</p>\n\n\n\n<p>[00:03:40] <strong>Josepha:</strong> And finally, the thing that seems to make or break the decision is the concept of independence. Part of any good business decision, especially around software, is determining upfront costs to getting started, long-term effectiveness of the chosen solution, and long-term mobility should circumstances change. Open source can address these from multiple vantage points.</p>\n\n\n\n<p>So here&#8217;s a good talking point for that one. Open source liberates us from vendor lock-in. We&#8217;re not tied to a single vendor&#8217;s roadmap or pricing changes, providing us with more options that suit our needs our clients&#8217; needs. Also, given how ubiquitous WordPress is in particular, there will always be a disaster recovery option should a senior developer leave.</p>\n\n\n\n<p>And beyond all of that, clients can own all of the content, audience attention, and clientele that we have all worked so hard to help them earn. And again, if you&#8217;re not defending things and instead choosing to bring them up as somebody who is trying to affect change in your own organization, here is a good place to start for that.</p>\n\n\n\n<p>Considering the dynamic nature of our industry, having the freedom to choose solutions independent of a specific vendor makes sure that we are always in control of our destiny.</p>\n\n\n\n<p>[00:04:59] <strong>Josepha:</strong> So, those are the three most frequent things I encountered when I was having conversations about which software to choose and what software was the best choice long term for both our organization and our client&#8217;s organizations.</p>\n\n\n\n<p>If you have been in the midst of this type of conversation and have been longing for some counterpoints, I hope this helps. But if you have been feeling in your heart of hearts that your company or organization would be better off using open source software, and of course, in my context, particularly WordPress as that software, but you&#8217;ve been worried about bringing it up, I hope this gives you the courage to get out there and be an agent of change in your organization. You can do it, and I know you can.</p>\n\n\n\n<p>[00:05:44] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:51] <strong>Josepha:</strong> All right, my friends, that brings us now to our small list of big things. </p>\n\n\n\n<p>[00:05:57] <strong>Josepha:</strong> First on the list, big, big thing. We launched WordPress 6.4 on November 7th, about a week ago. Be sure to download and check out the latest update on this monumental release. And while you&#8217;re doing it. Be sure to check out the new default theme that came out with it. It has a lot of patterns in it. I know I&#8217;ve talked about it quite a bit over the course of the year, but it&#8217;s really beautiful, and I think that it&#8217;s worth a good, strong highlight. So WordPress 6.4, you can get it on WordPress.org/download or inside your own host, probably. </p>\n\n\n\n<p>[00:06:29] <strong>Josepha:</strong> The second thing that we have is that the training team recently published several new Learn resources to support meetup organizers. So we&#8217;ve got over there some lesson plans, tutorials, online workshops. And there are also new materials that help you figure out how to accomplish your goals as a contributor to the WordPress project.</p>\n\n\n\n<p>[00:06:49] <strong>Josepha:</strong> And we also have a recently published new diverse speaker training page. It provides incredible resources for new and experienced contributors to bring more diverse speaker lineups and inclusive, diverse WordPress events for official WordPress meetups and WordCamps. </p>\n\n\n\n<p>[00:07:06] <strong>Josepha:</strong> And the fourth thing on our small list of big things today is that I would love to get a few voice recordings from you all, from folks who are listening to the WordPress Briefing, or folks that you know, to learn more about how WordPress has impacted you. </p>\n\n\n\n<p>One of the things that I miss the most from my days as a WordCamp organizer is that annually, I got to see people who had shown up, once at a meetup, you know, to learn what WordPress was, and then came back year after year to our WordCamp with these new goals and new successes and I got to watch their businesses change over time. And so if you have a story like that where WordPress impacted what you are doing or what people that you know have done, record something and send it to wpbriefing@WordPress.org. </p>\n\n\n\n<p>So that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcasting app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there is a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:08:31] (Music outro)</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:\"16357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The Month in WordPress October 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/11/the-month-in-wordpress-october-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Nov 2023 23:06: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:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16365\";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:391:\"September-October 2023 was yet another fun and eventful chapter in WordPress, with more WordCamps hosting exciting discussions, knowledge sharing, and learning. This month also welcomed the release of WordPress 6.4 and the Twenty Twenty-Four theme. Lets check it out. Meet WordPress 6.4 “Shirley” WordPress 6.4 “Shirley” was released on November 7, 2023, and named after [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s: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:11694:\"\n<p>September-October 2023 was yet another fun and eventful chapter in WordPress, with more WordCamps hosting exciting discussions, knowledge sharing, and learning. This month also welcomed the release of WordPress 6.4 and the Twenty Twenty-Four theme. Lets check it out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Meet WordPress 6.4 “Shirley”</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"Shirley WordPress 6.4\" class=\"wp-image-16319\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/11/shirley/\">WordPress 6.4 “Shirley”</a> was released on November 7, 2023, and named after the iconic jazz artist Shirley Horn. With the release of WordPress 6.4 comes the new <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four theme</a>, a multi-faceted, highly flexible default theme pre-loaded with more than 35 templates and patterns.&nbsp;</p>\n\n\n\n<p>This release includes more than 100 performance-related updates for a faster and more efficient experience. Theres also a host of new features and enhancements that help improve the content creation process and streamline site editing.&nbsp;</p>\n\n\n\n<p>WordPress 6.4 was made possible by more than 600 contributors in at least 56 countries.&nbsp;Leading this release has been an underrepresented gender team, emphasizing WordPress commitment to fostering diverse voices in the open source project.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/download/releases/6-4/\">Learn more about WordPress 6.4</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">State of the Word 2023</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word 2023 in Madrid Spain on December 11, 2023 at 15:00 UTC\" class=\"wp-image-16208\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/10/Web-SOTW-Image-1200x800-2.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Mark your calendars for State of the Word! The annual keynote address delivered by the WordPress projects co-founder, Matt Mullenweg, will be held on December 11, 2023. For the first time, the event will take place outside North America—this time with the Spanish community in <strong>Madrid, Spain</strong>.</p>\n\n\n\n<p>A live stream will be available for WordPress enthusiasts who will not be able to attend in person. Stay tuned for more information, including how to reserve a ticket, soon!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/news/2023/10/state-of-the-word-2023/\">Learn more about this years State of the Word</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of Gutenberg shipped in October:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/10/11/whats-new-in-gutenberg-16-8-11-october/\"><strong>Gutenberg 16.8</strong></a> was released on October 11, 2023. It introduced enhancements to the Cover block and Font Library, and added the option to view the active template when editing pages.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/10/25/whats-new-in-gutenberg-16-9-25-october-2/\"><strong>Gutenberg 16.9</strong></a> was released on October 25, 2023. This update lets you rename nearly every block from within the editor, as well as duplicate or rename individual patterns.&nbsp;</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/10/05/core-editor-improvement-ensuring-excellence-in-the-writing-experience/\">Octobers Core Editor Improvement</a> post dives into all the writing enhancements expected in the latest WordPress 6.4 release.</p>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li>The journey to update WordPress.org continues with the launch of a <a href=\"https://wordpress.org/news/2023/10/a-new-wordpress-showcase/\">new Showcase design</a>. The redesigned Showcase inspires creativity, highlights the platforms flexibility, and demonstrates whats possible with WordPress.</li>\n\n\n\n<li>The Performance Team held a <a href=\"https://make.wordpress.org/core/2023/09/18/hallway-hangout-performance-improvements-for-wordpress-6-4/\">Hallway Hangout</a> to discuss WordPress 6.3 performance impact in the field, diving into WordPress 6.4 performance improvements and looking ahead at what can be learned for WordPress 6.5.</li>\n\n\n\n<li>The Documentation Team created a new <a href=\"https://github.com/WordPress/documentation-end-user\">GitHub repo</a> for end-user documentation and its translations to all locales. You can find out more about this <a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\">here</a>.</li>\n\n\n\n<li>Openverse has been awarded the <a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">2023 Open Education Award for Excellence in the Open Infrastructure category</a>. Congratulations!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/07/evolving-the-fse-outreach-program/\">Learn more about the next chapter for the FSE (Full Site Editing) Outreach Program</a>, which looks to transition into a focused space for solving issues, creating resources, and facilitating conversations around adopting Phase 2 of Gutenberg.</li>\n\n\n\n<li>The Accessibility team is <a href=\"https://make.wordpress.org/accessibility/2023/09/13/accessibility-office-hours/\">holding weekly office hours</a> to discuss accessibility principles and best practices for the project.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/11/03/mobile-team-update-november-3rd-2/\">Version 23.6</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"🇹🇼\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\">extended their call for sponsors</a> for their conference slated to take place in Taipei, Taiwan, March 7-9, 2024.&nbsp;</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f7.png\" alt=\"🇨🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> There will be a <a href=\"https://www.eventbrite.com/e/wordpress-wpdiversity-speaker-workshop-for-women-voices-in-latin-america-tickets-621207738067?aff=oddtdtcreator\">WordPress #WPDiversity Speaker Workshop for Women Voices in Latin America</a> in San Jose, Costa Rica on November 11, 2023.</li>\n\n\n\n<li>Dont miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://valencia.wordcamp.org/2023/\">WordCamp Valencia 2023</a>, Spain on November 10-11, 2023.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://verona.wordcamp.org/2023/\">WordCamp Verona 2023</a>, Italy on November 17-18, 2023.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ed-1f1f0.png\" alt=\"🇭🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://hongkong.wordcamp.org/2023/\">WordCamp Hong Kong 2023</a>, China on November 18, 2023.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f0.png\" alt=\"🇵🇰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://islamabad.wordcamp.org/2023/\">WordCamp Islamabad 2023</a>, Pakistan on November 25-26, 2023.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Have a story we should include in the next issue of The Month in WordPress? Fill out </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>this quick form</em></a><em> to let us know.</em></p>\n\n\n\n<p><em>Thank you to </em><a href=\"https://profiles.wordpress.org/bernard0omnisend/\"><em>Bernard Meyer</em></a><em> and <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> for their contributions to this edition of The Month in WordPress.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Subscribe to WordPress News</h2>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n <div>\n <div>\n <div>\n <p >\n <a href=\"https://wordpress.org/news/?post_type=post&#038;p=16365\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n </p>\n </div>\n </div>\n </div>\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:\"16365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.4.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/2023/11/wordpress-6-4-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:\"Thu, 09 Nov 2023 01:45:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}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=16332\";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:375:\"WordPress 6.4.1 is now available! This minor release features&#160;four bug fixes. You can review a summary of the maintenance updates in this release by reading the&#160;Release Candidate announcement or view the list of tickets on Trac. WordPress 6.4.1 is a short-cycle release. If you have sites that support automatic background updates, the update process will [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5986:\"\n<h2 class=\"wp-block-heading\">WordPress 6.4.1 is now available!</h2>\n\n\n\n<p>This minor release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;id=!59852&amp;milestone=6.4.1&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">four bug fixes</a>. You can review a summary of the maintenance updates in this release by reading the&nbsp;<a href=\"https://make.wordpress.org/core/2023/11/08/wordpress-6-4-1-rc1-is-now-available/\">Release Candidate announcement</a> or <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;milestone=6.4.1&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">view the list of tickets on Trac</a>.</p>\n\n\n\n<p>WordPress 6.4.1 is a short-cycle release. If you have sites that support automatic background updates, the update process will begin automatically. If your site does not update automatically, you can also update from your Dashboard.</p>\n\n\n\n<p>You can&nbsp;download <a href=\"https://wordpress.org/wordpress-6.4.1.zip\">WordPress 6.4.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4-1/\">please&nbsp;visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>. Thank you to everyone who tested the RC and 6.4.1, and raised reports.</p>\n\n\n\n<p>WordPress 6.4.1 would not have been possible without the contributions of the following people. Their quick and concerted coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"has-text-align-left\"><a href=\"https://profiles.wordpress.org/afragen/\">@afragen</a> <a href=\"https://profiles.wordpress.org/clorith/\">@clorith</a> <a href=\"https://profiles.wordpress.org/desrosj/\">@desrosj</a> <a href=\"https://profiles.wordpress.org/pbiron/\">@pbiron</a> <a href=\"https://profiles.wordpress.org/schlessera/\">@schlessera</a> <a href=\"https://profiles.wordpress.org/azaozz/\">@azaozz</a> <a href=\"https://profiles.wordpress.org/davidbaumwald/\">@davidbaumwald</a> <a href=\"https://profiles.wordpress.org/tomsommer/\">@tomsommer</a> <a href=\"https://profiles.wordpress.org/nexflaszlo/\">@nexflaszlo</a> <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">@howdy_mcgee</a> <a href=\"https://profiles.wordpress.org/baxbridge/\">@baxbridge</a> <a href=\"https://profiles.wordpress.org/earnjam/\">@earnjam</a> <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">@timothyblynjacobs</a> <a href=\"https://profiles.wordpress.org/johnbillion/\">@johnbillion</a> <a href=\"https://profiles.wordpress.org/flixos90/\">@flixos90</a> <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a> <a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a> <a href=\"https://profiles.wordpress.org/zunaid321/\">@zunaid321</a> <a href=\"https://profiles.wordpress.org/courane01/\">@courane01</a> <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a> <a href=\"https://profiles.wordpress.org/tacoverdo/\">@tacoverdo</a> <a href=\"https://profiles.wordpress.org/ironprogrammer/\">@ironprogrammer</a> <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> <a href=\"https://profiles.wordpress.org/otto42/\">@otto42</a> <a href=\"https://profiles.wordpress.org/barry/\">@barry</a> <a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a> <a href=\"https://profiles.wordpress.org/rajinsharwar/\">@rajinsharwar</a> <a href=\"https://profiles.wordpress.org/aaroncampbell/\">@aaroncampbell</a> <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> <a href=\"https://profiles.wordpress.org/anandau14/\">@anandau14</a> <a href=\"https://profiles.wordpress.org/iandunn/\">@iandunn</a> <a href=\"https://profiles.wordpress.org/matthewjho/\">@matthewjho</a> <a href=\"https://profiles.wordpress.org/coffee2code/\">@coffee2code</a> <a href=\"https://profiles.wordpress.org/boogah/\">@boogah</a> <a href=\"https://profiles.wordpress.org/jason_the_adams/\">@jason_the_adams</a> <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">@johnjamesjacoby</a> <a href=\"https://profiles.wordpress.org/jrf/\">@jrf</a> <a href=\"https://profiles.wordpress.org/renehermi/\">@renehermi</a> <a href=\"https://profiles.wordpress.org/dlh/\">@dlh</a> <a href=\"https://profiles.wordpress.org/mukesh27/\">@mukesh27</a> <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">@sumitbagthariya16</a> <a href=\"https://profiles.wordpress.org/starbuck/\">@starbuck</a> <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> <a href=\"https://profiles.wordpress.org/ravipatel/\">@ravipatel</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>&nbsp;channel. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to&nbsp;<a href=\"https://profiles.wordpress.org/jeffpaul/\">@jeffpaul</a>&nbsp;and <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a> for proofreading.</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:\"16332\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 6.4 “Shirley”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2023/11/shirley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2023 19:59:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{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:\"\";}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.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:\"\";}i:3;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=16299\";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:194:\"WordPress 6.4 \"Shirley\" is here! Named in honor of the iconic jazz singer and pianist Shirley Horn, this release was made possible by over 600 contributors. Download WordPress 6.4 Shirley today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:74791:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"Record cover with an image of Shirley Horn, a record sliding down the right side, and the words Shirley WordPress 6.4.\" class=\"wp-image-16319\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/Release_featured_image2-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> “Shirley,” named after the iconic jazz artist <a href=\"https://wikipedia.org/wiki/Shirley_Horn\">Shirley Horn</a>. Her distinctive voice and extraordinary connection to the piano established her as one of the leading jazz musicians of her generation. Horns journey from the Washington D.C. jazz scene to the international stage is a testament to her dedication and perseverance. Her influence reached far beyond the confines of traditional jazz, breaking boundaries and inspiring audiences worldwide.</p>\n\n\n\n<p>Enjoy the easy pace of <a href=\"https://www.youtube.com/channel/UCS3pUiY9OmzB6bPta3-4ArQ/playlists\">Shirley Horns music</a> as you take in all that 6.4 offers.</p>\n\n\n\n<p>This latest version of WordPress introduces a new, versatile default theme and a suite of upgrades to empower every step of your creative journey. Craft your content seamlessly with further writing improvements. Explore more ways to bring your vision to life and streamline site editing with enhanced tools. Whether you&#8217;re new to WordPress or an experienced creator, “Shirley” has something for you. Discover the unmatched flexibility of building with blocks and let your ideas take flight.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Many of the features and enhancements in WordPress 6.4 fall in the “small but mighty” category. Along with the adaptable beauty of the Twenty Twenty-Four theme, these updates help content creators and site developers alike save time and effort while delivering the high value, low hassle WordPress experience the world has grown to expect.</p>\n<cite>Josepha Haden Chomphosy, Executive Director of WordPress</cite></blockquote>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/\">Download WordPress 6.4 today</a></div>\n</div>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Whats inside 6.4</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Meet Twenty Twenty-Four</h3>\n\n\n\n<p>Experience site editing at its finest with <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a>. This new multi-faceted default theme has been thoughtfully crafted with three distinct use cases in mind, from writers and artists to entrepreneurs. Save time and effort with its extensive collection of <a href=\"https://2024.wordpress.net/index.php/patterns/\">over 35 templates and patterns</a>—and unlock a world of creative possibilities with a few tweaks. Twenty Twenty-Fours remarkable flexibility ensures an ideal fit for almost any type of site. <a href=\"https://2024.wordpress.net/\">Check it out in this demo</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=1024%2C666&#038;ssl=1\" alt=\"Cropped screenshots of the Twenty Twenty-Four theme, showing its diverse use cases for photographers, bloggers, and small businesses.\" class=\"wp-image-16274\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/tt4.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Let your writing flow</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/10/05/core-editor-improvement-ensuring-excellence-in-the-writing-experience/\">New enhancements</a> ensure your content creation journey is smooth. Find new keyboard shortcuts in List View, smarter list merging, and enhanced control over link settings. A cohesive toolbar experience for the Navigation, List, and Quote blocks lets you work efficiently with the tooling options you need.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of a Quote block showing its improved toolbar and the text &quot;Études has saved us thousands of hours of work and has unlock insights we never thought possible.&quot;\" class=\"wp-image-16275\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/writing.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">The Command Palette just got better</h3>\n\n\n\n<p>First introduced in WordPress 6.3, the Command Palette is a powerful tool to quickly find what you need, perform tasks efficiently, and speed up your building workflow. Enjoy a <a href=\"https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/\">refreshed design and new commands</a> to perform block-specific actions in this release.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the refreshed UI of the Command Palette. It displays a search bar with the words &quot;Search for commands&quot; and a variety of shortcuts listed below, including &quot;Add new page,&quot; &quot;Preview in a new tab,&quot; and &quot;Patterns.&quot;\" class=\"wp-image-16276\" style=\"width:680px;height:auto\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/commands.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Categorize and filter patterns</h3>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">Patterns</a> are an excellent way to leverage the potential of blocks and simplify your site-building process. WordPress 6.4 allows you to organize them with custom categories. Plus, new advanced filtering in the Patterns section of the inserter makes finding all your patterns more intuitive.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the Site Editor\'s patterns view which shows a list of patterns with custom categories, such as &quot;About,&quot; &quot;Banners,&quot; and &quot;Call to Action,&quot; patterns.\" class=\"wp-image-16278\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/categorize-patterns-1.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Get creative with more design tools</h3>\n\n\n\n<p>Build beautiful and functional layouts with an expanded set of design tools. Play with background images in Group blocks for unique designs and maintain image dimensions consistent with placeholder aspect ratios. Do you want to add buttons to your Navigation block? Now you can do it conveniently without a line of code.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=1024%2C666&#038;ssl=1\" alt=\"Decorative image with text &quot;Background images in Group blocks.&quot;\" class=\"wp-image-16279\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/design-tools.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Make your images stand out</h3>\n\n\n\n<p>Enable lightbox functionality to let your site visitors enjoy full-screen, interactive images on click. Apply it globally or to specific images to customize the viewing experience.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=1024%2C666&#038;ssl=1\" alt=\"Decorative photo of a triangular building structure with a &quot;click to expand&quot; icon on the right top corner.\" class=\"wp-image-16280\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/lightbox.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Rename Group blocks</h3>\n\n\n\n<p>Set custom names for Group blocks to organize and distinguish areas of your content easily. These names will be visible in List View.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the List View tool. It shows a Group block renamed as &quot;Hero Area&quot; with inner Group blocks also with custom names, such as &quot;Content,&quot; &quot;Images,&quot; and &quot;Call to action.&quot;\" class=\"wp-image-16281\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/rename.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Preview images in List View</h3>\n\n\n\n<p>New previews for Gallery and Image blocks in List View let you visualize and locate where images on your content are at a glance.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot of the List View tool, showing the new image previews for the Image and Gallery blocks.\" class=\"wp-image-16282\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/list-view-images.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Share patterns across sites</h3>\n\n\n\n<p>Need to use your custom patterns on another site? Import and export them as JSON files from the Site Editor&#8217;s patterns view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=1024%2C666&#038;ssl=1\" alt=\"Screenshot showing the &quot;Import pattern from JSON files&quot; option from the Site Editor\'s patterns view.\" class=\"wp-image-16303\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/exporting-patterns-1.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Introducing Block Hooks</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/10/15/introducing-block-hooks-for-dynamic-blocks/\">Block Hooks</a> enables developers to automatically insert dynamic blocks at specific content locations, enriching the extensibility of block themes through plugins. While considered a developer tool, this feature is geared to respect your preferences and gives you complete control to add, dismiss, and customize auto-inserted blocks to your needs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"666\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=1024%2C666&#038;ssl=1\" alt=\"Cropped screenshot showing a mini shopping cart (in a red dotted circle) inserted into a navigation menu by Block Hooks.\" class=\"wp-image-16284\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=1024%2C666&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/block-hooks.png?w=1360&amp;ssl=1 1360w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Performance wins</h3>\n\n\n\n<p>This release includes more than 100 performance-related updates for a faster and more efficient experience. Notable enhancements focus on <a href=\"https://make.wordpress.org/core/2023/10/17/improvements-to-template-loading-in-wordpress-6-4/\">template loading performance</a> for themes (including Twenty Twenty-Four), <a href=\"https://make.wordpress.org/core/2023/10/17/script-loading-changes-in-wordpress-6-4/\">usage of the script loading strategies</a> “defer” and “async” in core, blocks, and themes, and <a href=\"https://make.wordpress.org/core/2023/10/17/new-option-functions-in-6-4/\">optimization of autoloaded options</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility highlights</h3>\n\n\n\n<p>Every release is committed to making WordPress accessible to everyone. WordPress 6.4 brings several List View improvements and aria-label support for the Navigation block, among other highlights. The admin user interface includes enhancements to button placements, &#8220;Add New&#8221; menu items context, and Site Health spoken messages. <a href=\"https://make.wordpress.org/core/2023/11/03/wordpress-6-4-accessibility-improvements/\">Learn more about all the updates</a> aimed at improving accessibility.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other notes of interest</h3>\n\n\n\n<ul>\n<li>PHP 8.1 or 8.2 are recommended for use with WordPress 6.4. Find in-depth details on PHP support <a href=\"https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/\">in this post</a>.</li>\n\n\n\n<li>WordPress 6.4 <a href=\"https://make.wordpress.org/core/2023/10/16/changes-to-attachment-pages/\">disables attachment pages</a> for new installations.</li>\n</ul>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.4</h2>\n\n\n\n<p>Check out the new <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4 page</a> to learn more about the numerous enhancements and features of this release.</p>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>If you are looking for detailed technical notes on new changes, the <a href=\"https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/\">WordPress 6.4 Field Guide</a> is for you. Don&#8217;t forget to subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> to stay on top of the latest development updates, tutorials, and more.</p>\n\n\n\n<p>For more information on installation, fixes, and file changes, visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4/\">6.4 release notes</a>.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.4 release squad</h2>\n\n\n\n<p>The WordPress 6.4 release comes to you from an <strong>underrepresented gender release squad</strong> to welcome and empower diverse voices in the WordPress open source project.</p>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Being part of the 6.4 release coordination team has allowed me to closely observe the intricate release process, where every detail, no matter how minor, is meticulously addressed—taking into account various factors like performance and backward compatibility. Theres still much to learn, but I feel fortunate to have had the chance to contribute to WordPress 6.4.</p>\n<cite>Akshaya Rane, 6.4 release coordinator team member</cite></blockquote>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Over several weeks, the 6.4 release squad kept the release on track and moving forward by leading collective work, connecting ideas, and removing roadblocks.</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>. Cohort: <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead/\">Jaimie Olmstead</a>, <a href=\"https://profiles.wordpress.org/jyolsna/\">Jyolsna J E</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Core Tech Leads: <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>. Cohort: <a href=\"https://profiles.wordpress.org/pypwalters/\">Stephanie Walters</a></li>\n\n\n\n<li>Editor Tech Leads:&nbsp; <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan Bamber</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>. Cohort: <a href=\"https://profiles.wordpress.org/68kheart/\">Devan Ferguson</a>, <a href=\"https://profiles.wordpress.org/battelfred/\">Frédérique Battel</a>, <a href=\"https://profiles.wordpress.org/jessicagoddard/\">Jessica Goddard</a>, <a href=\"https://profiles.wordpress.org/1happyplace/\">Katie Ayres</a>, <a href=\"https://profiles.wordpress.org/martatorre/\">Marta Torre</a>, <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha Green</a>, <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>. Cohort: <a href=\"https://profiles.wordpress.org/emilyatmobtown/\">Emily Leffler Schulman</a></li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/611shabnam/\">Mushrit Shabnam</a>. Cohort: <a href=\"https://profiles.wordpress.org/itsjustdj/\">D.J. Billings</a>, <a href=\"https://wordpress.org/support/users/codente/\">Jamie VanRaalte</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/baxbridge/\">Tiffany Bridge</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a></li>\n\n\n\n<li>Marketing and Communications Leads: <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a>. Cohort: <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>. Cohort: <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne Bovelett</a>, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a></li>\n\n\n\n<li>Design Leads: <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>. Cohort: <a href=\"https://profiles.wordpress.org/allisonplus/\">Allison Tarr</a>, <a href=\"https://profiles.wordpress.org/acirujano/\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/nudge/\">Sonia Gaballa</a>, <a href=\"https://profiles.wordpress.org/ohia/\">Ohia</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a>. Cohort: <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a></li>\n\n\n\n<li>Training Leads: <a href=\"https://profiles.wordpress.org/courtneypk/\">Courtney P.K.</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Roberston</a></li>\n\n\n\n<li>Default Theme Leads: <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a></li>\n</ul>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress believes in democratizing publishing and the freedoms that come with open source. Supporting this idea is a global and diverse community of people working together to strengthen the software.</p>\n\n\n\n<p>WordPress 6.4 reflects the countless efforts and passion of <strong>more than 600 contributors in at least 56 countries</strong>. This release also welcomed over 170 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 1150 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/6adminit/\">6adminit</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <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/aayusha/\">aayusha</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/omarabid/\">Abid Omar</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/ajmcfadyen/\">admcfajn</a> · <a href=\"https://profiles.wordpress.org/adrianduffell/\">adrianduffell</a> · <a href=\"https://profiles.wordpress.org/aegkr/\">aegkr</a> · <a href=\"https://profiles.wordpress.org/ahardyjpl/\">ahardyjpl</a> · <a href=\"https://profiles.wordpress.org/ahmedgeek/\">Ahmed Hussein</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajakaroth/\">ajakaroth</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/akihiroharai/\">Akihiro Harai</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a> · <a href=\"https://profiles.wordpress.org/alaminfirdows/\">Al-Amin Firdows</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexkingorg/\">Alex King</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alishabajracharya27/\">Alisha Bajracharya</a> · <a href=\"https://profiles.wordpress.org/allisonplus/\">Allison Tarr</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amedv/\">amedv</a> · <a href=\"https://profiles.wordpress.org/acirujano/\">Ana Cirujano</a> · <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">Andr&#233;</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/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/l1nuxjedi/\">Andrew Hutchings</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/eatingrules/\">Andrew Wilder</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annashopina/\">Anna</a> · <a href=\"https://profiles.wordpress.org/askdesign/\">Anne Katzeff</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/anphira/\">anphira</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/aplauche/\">Anton Plauche</a> · <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a> · <a href=\"https://profiles.wordpress.org/arena/\">arena</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/armondal/\">Arnab Mondal</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asafm7/\">asafm7</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/austinginder/\">Austin Ginder</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azharckra/\">azharckra</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/barbmiller/\">barbmiller</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart</a> · <a href=\"https://profiles.wordpress.org/basiliskan/\">Basilis Kanonidis</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/behoney/\">behoney</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bengreeley/\">Ben Greeley</a> · <a href=\"https://profiles.wordpress.org/ubernaut/\">Ben Hansen</a> · <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benjaminknox/\">benjaminknox</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/bijayyadav/\">Bijay Yadav</a> · <a href=\"https://profiles.wordpress.org/binsaifullah/\">Binsaifullah</a> · <a href=\"https://profiles.wordpress.org/bplv/\">Biplav</a> · <a href=\"https://profiles.wordpress.org/dhamibirendra/\">Birendra Dhami</a> · <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bradley2083/\">Block Themes Pro</a> · <a href=\"https://profiles.wordpress.org/bmalsht/\">bmalsht</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bvreeman22/\">Brandon Vreeman</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/trynet/\">Bud Kraus</a> · <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a> · <a href=\"https://profiles.wordpress.org/ceer/\">ceer</a> · <a href=\"https://profiles.wordpress.org/cenkdemir/\">cenkdemir</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/chasedsiedu/\">chased@si.edu</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chipbennett/\">Chip Bennett</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> · <a href=\"https://profiles.wordpress.org/crunnells/\">Chris Runnells</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdesrochers/\">chrisdesrochers</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courtneypk/\">Courtney Patubo Kranzke</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/crstauf/\">crstauf</a> · <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/cyberchicken/\">Cyberchicken</a> · <a href=\"https://profiles.wordpress.org/extendwings/\">Daisuke Takahashi</a> · <a href=\"https://profiles.wordpress.org/dajeema/\">Dajeema Rai</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/damonsharp/\">Damon Sharp</a> · <a href=\"https://profiles.wordpress.org/dantovbein/\">Dan Tovbein</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/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/queerdevperson/\">Danielle Zarcaro</a> · <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/darkfate/\">darkfate</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/davelo/\">Dave Loodts</a> · <a href=\"https://profiles.wordpress.org/dave03/\">dave03</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/desmith/\">David E. Smith</a> · <a href=\"https://profiles.wordpress.org/dfavor/\">David Favor</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/dawidurbanski/\">Dawid Urbanski</a> · <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a> · <a href=\"https://profiles.wordpress.org/arnedb/\">De Belser Arne</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/emrikol/\">Derrick Tennant</a> · <a href=\"https://profiles.wordpress.org/68kheart/\">Devan Ferguson</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dimitrism/\">Dimitris Mitsis</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/itsjustdj/\">DJ</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/doughamlin/\">doughamlin</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a> · <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a> · <a href=\"https://profiles.wordpress.org/cais/\">Edward Caissie</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham S.</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a> · <a href=\"https://profiles.wordpress.org/emailjoey/\">emailjoey</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/emilyatmobtown/\">Emily Leffler Schulman</a> · <a href=\"https://profiles.wordpress.org/emirpprime/\">emirpprime</a> · <a href=\"https://profiles.wordpress.org/enodekciw/\">enodekciw</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/fabiorubioglio/\">Fabio Rubioglio</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</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/floydwilde/\">floydwilde</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/nexflaszlo/\">Frank Laszlo</a> · <a href=\"https://profiles.wordpress.org/battelfred/\">Fredde Battel</a> · <a href=\"https://profiles.wordpress.org/fzhantw/\">fzhantw</a> · <a href=\"https://profiles.wordpress.org/mintindeed/\">Gabriel Koen</a> · <a href=\"https://profiles.wordpress.org/pauthake015/\">Ganesh Dahal</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</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/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/mokagio/\">Gio Lodi</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gnanasekaran/\">Gnanasekaran Loganathan</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/90lines/\">GOZER</a> · <a href=\"https://profiles.wordpress.org/gpotter/\">gpotter</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gregross/\">Greg Ross</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregfuller/\">gregfuller</a> · <a href=\"https://profiles.wordpress.org/guss77/\">Guss77</a> · <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/poran766/\">H.M. Mushfiqur Rahman</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">Hanzala Taifun</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</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/tejwanihemant/\">Hemant Tejwani</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hlunter/\">hlunter</a> · <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/incursadesigns/\">Incursa Designs</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itecrs/\">itecrs</a> · <a href=\"https://profiles.wordpress.org/ivanzhuck/\">Ivan Zhuck</a> · <a href=\"https://profiles.wordpress.org/jaimieolmstead/\">jaimieolmstead</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/jakemgold/\">Jake Goldman</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/bonkerz/\">James Hunt</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/james0r/\">james0r</a> · <a href=\"https://profiles.wordpress.org/jamiemchale/\">Jamie McHale</a> · <a href=\"https://profiles.wordpress.org/perrelet/\">Jamie Perrelet</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/jane/\">jane</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/yari2u/\">Jari Vuorenmaa</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/jastos/\">jastos</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/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/jeffeverhart383/\">Jeff Everhart</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</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/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jesin/\">Jesin A</a> · <a href=\"https://profiles.wordpress.org/jessplease/\">Jessica Duarte</a> · <a href=\"https://profiles.wordpress.org/jessicagoddard/\">Jessica Goddard</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jick/\">Jick</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/jivygraphics/\">jivygraphics</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</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/bitmachina/\">John Hooks</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/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/duck_/\">Jon Cave</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/varjodesigns/\">Joona</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordanpak/\">JordanPak</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshcanhelp/\">joshcanhelp</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/jrtashjian/\">JR Tashjian</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</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/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/jyolsna/\">Jyolsna J E</a> · <a href=\"https://profiles.wordpress.org/ashikur698/\">K M Ashikur Rahman</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</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/kalmang/\">Kalmang</a> · <a href=\"https://profiles.wordpress.org/kalpeshh/\">Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bosskhj/\">Kamrul Hasan</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/1happyplace/\">Katie Ayres</a> · <a href=\"https://profiles.wordpress.org/kawsaralameven/\">kawsaralameven</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a> · <a href=\"https://profiles.wordpress.org/p51labs/\">Kevin Miller</a> · <a href=\"https://profiles.wordpress.org/ktaron/\">Kevin Taron</a> · <a href=\"https://profiles.wordpress.org/khleomix/\">khleomix</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/kimannwall/\">Kim Coleman</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/olein/\">Koji Kuno</a> · <a href=\"https://profiles.wordpress.org/kovshenin/\">Konstantin Kovshenin</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kopila47/\">Kopila Shrestha</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/labunchemjong/\">Labun Chemjong</a> · <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a> · <a href=\"https://profiles.wordpress.org/lhe2012/\">LarryWEB</a> · <a href=\"https://profiles.wordpress.org/lastsplash/\">lastsplash (a11n)</a> · <a href=\"https://profiles.wordpress.org/laumindproductscomau/\">lau@mindproducts.com.au</a> · <a href=\"https://profiles.wordpress.org/launchinteractive/\">launchinteractive</a> · <a href=\"https://profiles.wordpress.org/lada7042/\">Laura Adamonis</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/oncecoupled/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/luckybhumkar/\">Laxmikant Bhumkar</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linsoftware/\">Linnea Huxford</a> · <a href=\"https://profiles.wordpress.org/lloydbudd/\">Lloyd Budd</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/lunaluna/\">lunaluna</a> · <a href=\"https://profiles.wordpress.org/lyndauwp/\">lyndauwp</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madejackson/\">madejackson</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/maahrokh/\">Mahrokh</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a> · <a href=\"https://profiles.wordpress.org/maltfield/\">maltfield</a> · <a href=\"https://profiles.wordpress.org/maneshtimilsina/\">Manesh Timilsina</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/marcelle42/\">marcelle42</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/pereirinha/\">Marco Pereirinha</a> · <a href=\"https://profiles.wordpress.org/marcoevich/\">Marcoevich</a> · <a href=\"https://profiles.wordpress.org/margolisj/\">margolisj</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</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/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/martatorre/\">Marta Torre</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/masoudnkh/\">Masoud NKH</a> · <a href=\"https://profiles.wordpress.org/mathsgrinds/\">mathsgrinds</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/mwtsn/\">Matt Watson</a> · <a href=\"https://profiles.wordpress.org/mklute101/\">Matthaus Klute</a> · <a href=\"https://profiles.wordpress.org/mattheweppelsheimer/\">Matthew Eppelsheimer</a> · <a href=\"https://profiles.wordpress.org/matthewfarlymn/\">Matthew Farlymn</a> · <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a> · <a href=\"https://profiles.wordpress.org/matthewjho/\">matthewjho</a> · <a href=\"https://profiles.wordpress.org/maurodf/\">maurodf</a> · <a href=\"https://profiles.wordpress.org/maxinacube/\">Maxwell Morgan</a> · <a href=\"https://profiles.wordpress.org/maysi/\">maysi</a> · <a href=\"https://profiles.wordpress.org/hrshahin/\">Md HR Shahin</a> · <a href=\"https://profiles.wordpress.org/meaganhanes/\">meagan hanes</a> · <a href=\"https://profiles.wordpress.org/iammehedi1/\">Mehedi Hassan</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/mer00x/\">mer00x</a> · <a href=\"https://profiles.wordpress.org/merel1988/\">merel1988</a> · <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/mshowes/\">Michael Showes</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michalooki/\">Michalooki</a> · <a href=\"https://profiles.wordpress.org/michelleblanchette/\">Michelle Blanchette</a> · <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a> · <a href=\"https://profiles.wordpress.org/michi91/\">Michi91</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/gonzomir/\">Milen Petrinski - Gonzo</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/mhshujon/\">Monir</a> · <a href=\"https://profiles.wordpress.org/mrinal013/\">Mrinal Haque</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/611shabnam/\">Mushrit Shabnam</a> · <a href=\"https://profiles.wordpress.org/webdev8800/\">Myles Taylor</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nandhuraj/\">nandhuraj</a> · <a href=\"https://profiles.wordpress.org/nazgul/\">Nazgul</a> · <a href=\"https://profiles.wordpress.org/nazsabuz/\">Nazmul Sabuz</a> · <a href=\"https://profiles.wordpress.org/neilorangepeel/\">Neil Hainsworth</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</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/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">niravsherasiya7707</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/ohia/\">Ohia</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pannelars/\">pannelars</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a> · <a href=\"https://profiles.wordpress.org/gungeekatx/\">Pete Nelson</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/piyushdeshmukh/\">piyushdeshmukh</a> · <a href=\"https://profiles.wordpress.org/plugindevs/\">Plugin Devs</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</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/pranavjoshi/\">pranavjoshi</a> · <a href=\"https://profiles.wordpress.org/prashantbhivsane/\">Prashant</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/rlmc/\">r-c</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/rebekowitz/\">Rebekah Markowitz</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/renyot/\">ren</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a> · <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</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/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O\'Rourke</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robpetrin/\">robpetrin</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/ryanduff/\">Ryan Duff</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/ohryan/\">Ryan Neudorf</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/samba45/\">samba45</a> · <a href=\"https://profiles.wordpress.org/karmacharya50/\">Samir Karmacharya</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarahwilliams889/\">Sarah Williams</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/satishprajapati/\">Satish Prajapati</a> · <a href=\"https://profiles.wordpress.org/saulirajala/\">saulirajala</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">saxonfletcher</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</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/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seedsca/\">Sergio Scabuzzo</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a> · <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a> · <a href=\"https://profiles.wordpress.org/shiloey/\">shilo-ey</a> · <a href=\"https://profiles.wordpress.org/shivashankerbhatta/\">Shiva Shanker Bhatta</a> · <a href=\"https://profiles.wordpress.org/shresthaaman/\">shresthaaman</a> · <a href=\"https://profiles.wordpress.org/shubhamsedani/\">Shubham Sedani</a> · <a href=\"https://profiles.wordpress.org/10upsimon/\">Simon Dowdles</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan Bamber</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/sofiashendi/\">sofiashendi</a> · <a href=\"https://profiles.wordpress.org/nudge/\">Sonia Gaballa</a> · <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a> · <a href=\"https://profiles.wordpress.org/virtality-marketing-solutions/\">SourceView</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">Stephanie Walters</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/stephenerdelyi/\">Steve Erdelyi</a> · <a href=\"https://profiles.wordpress.org/stevejonesdev/\">Steve Jones</a> · <a href=\"https://profiles.wordpress.org/subodhsun/\">Subodh Sunuwar</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sujichandran14/\">Suji K Chandran</a> · <a href=\"https://profiles.wordpress.org/sumisubedi/\">Sumi Subedi</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunitarai/\">Sunita Rai</a> · <a href=\"https://profiles.wordpress.org/suprsam/\">suprsam</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</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/sereedmedia/\">Sé Reed</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahmina1du/\">Tahmina Jahan</a> · <a href=\"https://profiles.wordpress.org/takayukister/\">Takayuki Miyoshi</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tejadev/\">tejadev</a> · <a href=\"https://profiles.wordpress.org/thelovelist/\">thelovelist</a> · <a href=\"https://profiles.wordpress.org/thinkluke/\">thinkluke</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/tibbsa/\">tibbsa</a> · <a href=\"https://profiles.wordpress.org/baxbridge/\">Tiffany Bridge</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timdix/\">timdix</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomybyte/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/thomashorta/\">Tom H</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tomluckies/\">tomluckies</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/tomsommer/\">tomsommer</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</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/toscho/\">toscho</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Tran Ngoc Tuan Anh</a> · <a href=\"https://profiles.wordpress.org/trinisha/\">Trinisha</a> · <a href=\"https://profiles.wordpress.org/trishasalas/\">Trisha Salas</a> · <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a> · <a href=\"https://profiles.wordpress.org/tv-productions/\">TV productions</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/benimub/\">Umesh Balayar</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">Upadala Vipul</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/valentindu62/\">valentindu62</a> · <a href=\"https://profiles.wordpress.org/valmedia2023/\">Valerie Blackburn</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vipuljnext/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vrajadas/\">Vraja Das</a> · <a href=\"https://profiles.wordpress.org/webashrafians/\">webashrafians</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whsajid/\">WHSajid</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> · <a href=\"https://profiles.wordpress.org/wvega/\">Willington Vega</a> · <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a> · <a href=\"https://profiles.wordpress.org/winterstreet/\">winterstreet</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wyrfel/\">wyrfel</a> · <a href=\"https://profiles.wordpress.org/yosephtamang/\">Yoseph Tamang</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/letraceursnork/\">Илья</a></p>\n\n\n\n<p>Over <a href=\"https://translate.wordpress.org/stats/\">60 locales have translated 90 percent</a> or more of WordPress 6.4 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved</h3>\n\n\n\n<p>Participation in WordPress is not limited to coding. If contributing appeals to you, learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a>, and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p>Over the past <a href=\"https://wp20.wordpress.net/\">two decades</a>, WordPress has transformed the digital publishing landscape and empowered anyone to create and share, from <a href=\"https://wordpress.org/showcase/\">handcrafted personal stories to world-changing movements</a>.</p>\n\n\n\n<p>The present and future of WordPress hold exciting opportunities for everyone, builders and enterprises alike. The foundational work for <a href=\"https://make.wordpress.org/core/tag/phase-3/\">Phase 3</a> of the <a href=\"https://wordpress.org/about/roadmap/\">roadmap</a> continues, with efforts focused on fostering real-time collaboration and streamlining publishing flows to improve how creators and teams work together in WordPress.</p>\n\n\n\n<p>Stay on top of the latest news and contributing opportunities by subscribing to <a href=\"https://wordpress.org/news/\">WordPress News</a> and the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing podcast</a>.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku</h2>\n\n\n\n<p>The smooth feel of jazz<br>The cutting-edge of the web<br>Install 6.4</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:\"16299\";s: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:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.4 Release Candidate 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:69:\"https://wordpress.org/news/2023/11/wordpress-6-4-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2023 19:21:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s: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.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:\"\";}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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16247\";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:163:\"WordPress 6.4 RC3 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what\'s new and how you can help.\";s: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:\"Reyes Martínez\";s: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:8230:\"\n<p>The third release candidate (RC3) for WordPress 6.4 is ready to download!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, its recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>WordPress 6.4 is <a href=\"https://make.wordpress.org/core/6-4/\">slated for release</a> on <strong>November 7, 2023</strong>—less than a week away. If you havent tried it, now is the time.</p>\n\n\n\n<p>You can test WordPress 6.4 RC3 in three ways:</p>\n\n\n\n<ol>\n<li><strong>Plugin</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Direct download</strong>: Download the <a href=\"https://wordpress.org/wordpress-6.4-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress site.</li>\n\n\n\n<li><strong>Command line</strong>: Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.4-RC3</code></li>\n</ol>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/10/wordpress-6-4-release-candidate-1/\">Read the RC1 announcement</a> for featured highlights, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-4/\">6.4-related posts</a>. If you are looking for detailed technical notes on new features and improvements, the <a href=\"https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/\"><strong>WordPress 6.4 Field Guide</strong></a> is for you.</p>\n\n\n\n<p>The WordPress 6.4 release is brought to you by an <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a> to welcome the participation and partnership of those who identify as gender-underrepresented in the WordPress open source project.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Whats in WordPress 6.4 RC3?</h2>\n\n\n\n<p>Thanks to everyone who has tested the beta and RC releases. Since RC2 was released on October 24, there have been more than 25 issues resolved. You can browse the technical details for all recent updates using these links:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.4\">GitHub commits for 6.4</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F25%2F2023..11%2F01%2F2023&amp;milestone=6.4&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets since RC2</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/twentytwentyfour/commits/\">GitHub commits for Twenty Twenty-Four</a></li>\n</ul>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">PHP compatibility update</h2>\n\n\n\n<p>Its recommended to use PHP 8.1 or 8.2 with the upcoming 6.4 release. Refer to <a href=\"https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/\">WordPress 6.4&#8217;s PHP compatibility post</a> for more details.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributing to 6.4</h2>\n\n\n\n<p>WordPress is open source software made possible by a community of people collaborating on and contributing to its development. The resources below outline various ways you can help, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Your feedback and help in testing are vital to developing the WordPress software and ensuring its quality. Its also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">Check out this guide</a> for instructions on testing WordPress 6.4 features.</p>\n\n\n\n<p>The core Query block requires more <a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/#query-loop-block-pagination-enhancements\">testing and feedback</a> to ensure the latest changes to prevent full page reloads work smoothly. Please note that this setting was called &#8220;Enhanced pagination&#8221; but has recently been renamed, and it&#8217;s now referred to as &#8220;Force page reload&#8221; instead.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>During the release candidate phase of WordPress 6.4, the <a href=\"https://make.wordpress.org/security/2023/09/26/bug-bounty-for-wordpress-6-4-beta/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the projects security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>Do you build themes and plugins? Your products play an integral role in extending the functionality and value of WordPress for users worldwide.</p>\n\n\n\n<p>Hopefully, you have already tested your themes and plugins with WordPress 6.4 betas. With RC3, you will want to continue your testing and update the <em>&#8220;Tested up to&#8221;</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin&#8217;s readme file</a> to 6.4.</p>\n\n\n\n<p>Please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> if you find compatibility issues.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>Help the Docs team put the finishing touches on end-user documentation in time for the 6.4 release. Find out whats needed and how you can help <a href=\"https://make.wordpress.org/docs/2023/10/25/call-for-volunteers-to-help-with-6-4-end-user-documentation/\">in this post</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A RC3 haiku</h2>\n\n\n\n<p>One more week of prep<br>One more week to test the code<br>One more week til launch</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a>, <a href=\'https://profiles.wordpress.org/luisherranz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>luisherranz</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</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:\"16247\";s: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: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:43:\"WP Briefing: Episode 65: Little Sun Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2023/10/episode-65-little-sun-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Oct 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16227\";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:340:\"Join WordPress Executive Director, Josepha Haden Chomphosy, as she looks at a recent WordPress success story with Little Sun. To help us, we spoke to two special guests with Little Sun, Romane Guégan, Senior Press and Communications Manager, and Ashley Mrozek, Senior Digital Manager. Dont miss this opportunity for an insiders look!\";s: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:51:\"https://wordpress.org/news/files/2023/10/WPB065.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:\"Brett McSherry\";s: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:21512:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she looks at a recent WordPress success story, the clean energy solution Little Sun, and learns about their WordPress story.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Special Guest: Romane Guégan<br>Special Guest: Ashley Mrozek <br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>Website: <a href=\"https://littlesun.org/\">Little Sun</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/10/state-of-the-word-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a> &#8211; This year&#8217;s annual keynote, State of the Word, will be on December 11. Save the date to hear the WordPress project&#8217;s co-founder, <a href=\"https://ma.tt/\" target=\"_blank\" rel=\"noreferrer noopener\">Matt Mullenweg</a>, share reflections on the project&#8217;s progress and aspirations for the future of open source.</li>\n\n\n\n<li>Celebrating 10,000 Photos in the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a> &#8211; On October 11, the 10,000th photo was approved! <a href=\"https://make.wordpress.org/photos/\" target=\"_blank\" rel=\"noreferrer noopener\">The Photo Team</a> is one of the newest ways to contribute to the WordPress open source project. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/10/18/community-team-training-11-using-the-translate-live-tool/\" target=\"_blank\" rel=\"noreferrer noopener\">Community Team Training #11: Using the Translate Live tool</a>&nbsp;&#8211; Uncover the potential of the &#8220;Translate Live&#8221; tool, which is ideal for presenting at local meetups to engage and onboard new translators for your native language. If you&#8217;re organizing a WordCamp, consider introducing this tool during your Contributor Day.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/10/a-new-wordpress-showcase/\" target=\"_blank\" rel=\"noreferrer noopener\">A New WordPress Showcase</a>&nbsp;&#8211; The&nbsp;journey to update&nbsp;<a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress.org</a>&nbsp;continues with the launch of a new&nbsp;<a href=\"https://wordpress.org/showcase/\" target=\"_blank\" rel=\"noreferrer noopener\">Showcase</a>&nbsp;design. The Showcase is a natural starting point for visitors arriving on&nbsp;WordPress.org, and it both inspires creativity and demonstrates what&#8217;s possible with WordPress.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-16227\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> 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&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, I&#8217;ve got a special guest with me. I have here a couple of folks from Little Sun, a nonprofit organization that recently moved its entire online presence to WordPress. And we&#8217;re talking everything from their mission statement and donations all the way to their blog and shop.</p>\n\n\n\n<p>Welcome both to the WordPress Briefing.&nbsp;</p>\n\n\n\n<p>[00:00:59] <strong>Ashley:</strong> Thank you.</p>\n\n\n\n<p>[00:01:00] <strong>Romane:</strong> Thank you.&nbsp;</p>\n\n\n\n<p>[00:01:01] <strong>Josepha:</strong> We have with us Little Sun today. Can you start by introducing yourselves and your organization? Just tell us a little bit about what you all do.&nbsp;</p>\n\n\n\n<p>[00:01:08] <strong>Romane:</strong> Hi, my name is Romane Guégan. I&#8217;m a Senior Press and Communications Manager at Little Sun.&nbsp;</p>\n\n\n\n<p>[00:01:14] <strong>Ashley:</strong> And I am Ashley Mrozek. I&#8217;m the Senior Digital Manager.&nbsp;</p>\n\n\n\n<p>[00:01:17] <strong>Josepha:</strong> So what does Little Sun do for the folks who are listening and maybe don&#8217;t know about it yet?&nbsp;</p>\n\n\n\n<p>[00:01:22] <strong>Romane:</strong> Little Sun brings full power and light to communities that live off the grid, with the focus on sub-Saharan Africa because most of the people who lack access to electricity and need them. And we also inspire people to take climate action globally.&nbsp;</p>\n\n\n\n<p>[00:01:39] <strong>Ashley:</strong> So access to solar energy helps kids who don&#8217;t have electricity and study at night. They can complete their homework at night. If their schools are in a more rural area, they will have a light to kind of guide them back home.</p>\n\n\n\n<p>We also work on a lot of electric vocation projects and hospitals. So we&#8217;re, we&#8217;re kind of supporting labors that are, are taking place in the evening, after the sun goes down, among other things.&nbsp;</p>\n\n\n\n<p>[00:02:07] <strong>Josepha:</strong> Yeah. It&#8217;s, I, I think that that is one of the things that folks, probably most of my listeners, probably take for granted, like the easy access to light. And as we all know, the sun is around a lot. And so that is one of our most readily available resources other than potentially wind power. But I think that that is a great mission. And I really think that that&#8217;s wonderful work that y&#8217;all are doing.</p>\n\n\n\n<p>So, is there a particular reason that you focus on sub-Saharan Africa? Is that where you find a majority of people who don&#8217;t have access to that kind of resource are?&nbsp;</p>\n\n\n\n<p>[00:02:43] <strong>Romane:</strong> Yeah. 70% of those people actually need in sub-Saharan Africa, where solar is actually a viable source of energy. Actually, it&#8217;s only 1% of solar, of the solar capital of the generation when we actually deliver solar energy there because there is so much potential.</p>\n\n\n\n<p>[00:03:04] <strong>Josepha:</strong> That&#8217;s amazing. So you said that you all were funded in 2012. I imagine that your business has evolved over time. So, obviously, you all are WordPress users. That&#8217;s why we have you here with us today. But before we get into the questions about WordPress itself. Why don&#8217;t you tell us a bit about how your business needs evolved over time and how you wound up needing a solution that did use WordPress?</p>\n\n\n\n<p>[00:03:31] <strong>Ashley:</strong> So I would say our focus and kind of the different initiatives that we&#8217;ve taken on since 2012 have shifted a lot based on various reasons, where our donors are, where we&#8217;ve kind of found the most need, and where we can be the most impactful.</p>\n\n\n\n<p>And I think as we go into those new geographies, our online presence has become more and more important.&nbsp;</p>\n\n\n\n<p>[00:03:55] <strong>Josepha:</strong> So, before you all switched to WordPress, I understand that you had several sites that you had to merge into one. And so I assume that as you evolved the business and your focus has changed, you realized you needed something a bit more streamlined. So, how was that transition, that migration from a lot of different sites to one big site?&nbsp;</p>\n\n\n\n<p>[00:04:17] <strong>Romane:</strong> Yeah, because we started as a global project. And then, with the time, we evolved, actually also getting new donations. And in the past, we used to have one website where we have our webshop and our mission, our vision, all of our project descriptions.</p>\n\n\n\n<p>But then we had another website only for the foundation. And then you had another foundation in the U.S. So it was the question, okay, how do we put everything together? So we actually switched from littlesun.com to littlesun.org with WordPress, and it was amazing to see how we managed with the team to create an ecosystem approach, including impact, but also sales, and fundraising.&nbsp;</p>\n\n\n\n<p>[00:05:02] <strong>Josepha:</strong> That was a big footprint that you all had, and you kind of consolidated it into one. And for all of our folks listening on the podcast, I&#8217;m going to include some links, not only to their site but then also to a few other things that we&#8217;ve mentioned in here today. So, since you made that change, how has it, how has that impacted the way that you all work with your site or with your online presence?</p>\n\n\n\n<p>[00:05:27] <strong>Ashley:</strong> Yeah, I think using WordPress and having access to WordPress has been hugely valuable for us. We&#8217;re a small team, we&#8217;re a nonprofit, so it is pretty scrappy. Everyone is kind of doing a lot of different things. We don&#8217;t have a dedicated development team. And so being able to easily customize our pages and create new landing pages or make adjustments on the site without that development help has been valuable.</p>\n\n\n\n<p>[00:05:55] <strong>Josepha:</strong> Yeah, so you don&#8217;t have a developer team now. Did you have a developer team when you had all the sites?&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Romane:</strong> We just still work with freelancers. </p>\n\n\n\n<p>[00:06:03] <strong>Josepha:</strong> Okay, yeah. I am also not a developer, for what it&#8217;s worth, and have been working with nonprofits for a while. And I understand that problem where you have all these things you need to do and want to do, but there are also things you absolutely have to focus on in order to make your mission possible and your vision come true.</p>\n\n\n\n<p>[00:06:23] <strong>Ashley:</strong> Yeah, and I think, I think WordPress has given us a lot more, like a lot more flexibility to kind of produce new content quickly. And because of that, it&#8217;s just been a lot more efficient, too, for us, you know.&nbsp;</p>\n\n\n\n<p>[00:06:38] <strong>Josepha:</strong> And you all are using Blocks? Are you, like, the best Block builders?</p>\n\n\n\n<p>[00:06:42] <strong>Romane:</strong> Yeah, I love Blocks.&nbsp;</p>\n\n\n\n<p>[00:06:43] <strong>Josepha:</strong> Blocks are a fairly new innovation for the history of WordPress. WordPress has been around for 20 years, so we&#8217;re a nice, mature project. And we&#8217;ve really only had blocks as a functional part of the CMS for probably the last five or so. We&#8217;ve been working on the project a little bit longer. And it has been fascinating to me, like, in my own work that I have done with WordPress, kind of outside of my work with the project, to see, like, how much autonomy you get to have back as somebody who is not a developer, maybe isn&#8217;t a designer, but you do know exactly what you need to have on your site today, right?</p>\n\n\n\n<p>And having to stop and find a freelancer or stop and find some set of developers who can make those changes. For me, when I was specifically working on nonprofit stuff. That was always kind of a moment where I was like, well, I guess I&#8217;ll just go to Facebook and put that on there or something because I was faster than trying to find someone to come help you. And so, I&#8217;m so glad you love the block.</p>\n\n\n\n<p>[00:07:48] <strong>Ashley:</strong> We&#8217;ve created many a landing page.&nbsp;</p>\n\n\n\n<p>[00:07:50] <strong>Josepha:</strong> Also, your site is adorable, and your brand is adorable, in case no one&#8217;s mentioned that lately. Super cute. Super cute.</p>\n\n\n\n<p>[00:07:58] <strong>Josepha:</strong> So, we&#8217;ve talked about how you kind of took a bunch of stuff and made it into one big thing and how that&#8217;s been easier for you all to manage it. But from the standpoint of just, like, somebody who&#8217;s running a nonprofit, someone who&#8217;s running an organization, how has that transition been for your team? I know you said you don&#8217;t have a huge team, but was the move toward WordPress a net benefit over time, or was it immediately beneficial? Like, how has that been for your team? </p>\n\n\n\n<p>[00:08:27] <strong>Romane:</strong> So what&#8217;s interesting actually is that we have a team that is spread also all over the world. And so we have teams in Berlin and in U.S., and New York. In Zambia, too. What was really interesting was how people identify to the new website because now we have to really think, okay, what is the content we want people to see, but also we want our critics to see. And so it kind of unified all of our content at Little Sun. And it was much more like much easier to understand afterwards. </p>\n\n\n\n<p>[00:09:03] <strong>Josepha:</strong> Yeah.&nbsp;</p>\n\n\n\n<p>[00:09:04] <strong>Romane:</strong> And it was because we also work at the intersection of creative communications, impacts, fundraising, technology, and to be able to put everything and have it on the front. And then have the stories to tell the stories from sub-Saharan Africa, from universities who got either a Little Sun lamps or solar systems, and then we have the donation page, so basically everything could be integrated in a super easy way, and it could target different audiences easily, either it&#8217;s someone who wants to partner with us, or a donor, or just someone who wants to be part of our solar training.</p>\n\n\n\n<p>[00:09:46] <strong>Josepha:</strong> Yeah, and I mean, I think that no one will be surprised to hear that if you have multiple things that you have to get everybody to, it really increases the amount of marketing that you have to accomplish, rather than having one place for everyone to go too, and they can see everything that they might want once they arrive. So, that&#8217;s wonderful.</p>\n\n\n\n<p>[00:10:06] <strong>Ashley:</strong> I think I was just going to say, or kind of echo what Romane said about the fact that we have so many different audiences, we have partners, we have donors, we have people who are just coming to learn about solar energy, or who are interested in purchasing a lamp. I think prior to this, it was a little bit confusing for those different audiences to kind of navigate to where they were intended to go to on the site, and now it&#8217;s much more cohesive. And we often hear that from people where it&#8217;s like, it&#8217;s quite easy to, to kind to find what they need to find on the site.&nbsp;</p>\n\n\n\n<p>[00:10:39] <strong>Josepha:</strong> I define the WordPress community as anyone who is using WordPress, regardless of whether they know it or not. And so you all, in my mind, are part of the WordPress Community. And I just wondered if being part of that community has changed your approach to the way that you manage your content online or the way that you have chosen work with your business as like an online entity that also does on-the-ground, in-person thing?</p>\n\n\n\n<p>[00:11:06] <strong>Ashley:</strong> I think definitely. I think we&#8217;re kind of going back to what I said before. I think we&#8217;re much more efficient now. I think in the past, it&#8217;s the idea of, like, well, getting this web page live or publishing this is going to be, you know, we have to think about a huge timeline, that&#8217;s, is going to require a lot of resourcing, a lot of different types of expertise and people, and everything now feels like something that we can, we can launch pretty immediately, which is really wonderful too.</p>\n\n\n\n<p>I would also say just like being a part of the WordPress community too. It&#8217;s the sort of support that we&#8217;ve gotten from your team. It&#8217;s always really tailored. And I think as a nonprofit working with a, like, a much bigger business, you can be apprehensive sometimes, feeling like you won&#8217;t really get that personalized support.&nbsp;</p>\n\n\n\n<p>And I think that&#8217;s something that&#8217;s been so nice with WordPress. Is really feeling like the people we&#8217;re working with are understanding our business and taking the time to understand our needs. And I think that makes us think differently about our online presence as well because then we feel like we have that additional support, which is great.</p>\n\n\n\n<p>[00:12:12] <strong>Josepha:</strong> I&#8217;m always a fan of hearing that people who are passionate about WordPress are also passionate about helping others with WordPress. That&#8217;s one of my favorite things about us. That&#8217;s not true. I have like 25 favorite things about us. And so I need to stop saying that I have one favorite, but I never will.</p>\n\n\n\n<p>Okay, well, do you all have any last thoughts that you just want to share with me or podcast listeners that we have?&nbsp;</p>\n\n\n\n<p>[00:12:36] <strong>Ashley:</strong> Yeah, I think the, the plugins and integrations have been really useful for us. I think it can be really intimidating to bring on, like, a new tech solution or tool and feel like everything that you are already working with or have is going to become outdated or obsolete in some way. And I think it&#8217;s just been really nice to work with WordPress and have all of those transitions be really seamless for everything to connect really well. Yeah, I think that&#8217;s been. That&#8217;s hugely helpful too.&nbsp;</p>\n\n\n\n<p>[00:13:07] <strong>Josepha:</strong> So, was that part of the decision-making process? Like, do I know that this software will be around in the future so that you&#8217;re making an investment in the site now and know that it&#8217;s going to hang around now you can find people help? Like, was that part of the decision-making process?</p>\n\n\n\n<p>[00:13:21] <strong>Ashley:</strong> I think so. I mean, I guess I wasn&#8217;t completely around during the time, but I would say, like, that&#8217;s definitely something that we&#8217;re considering in any kind of tech that we&#8217;re thinking about is it can require so much work to, to kind of bring something on with such a small team. So we want to ensure that, yeah, it&#8217;s going to last, it has longevity, and it&#8217;s going to work with the tools that we already have. So I think all of that is really important for sure.&nbsp;</p>\n\n\n\n<p>[00:13:48] <strong>Josepha:</strong> Well, thank you both so much for joining me. Like I said, we&#8217;ll have a link to littlesun.org in the notes so that you all can learn more about their project and see their beautiful site with their beautiful little solar sunflowers.</p>\n\n\n\n<p>Thank you both for being with me today.&nbsp;</p>\n\n\n\n<p>[00:14:04] <strong>Romane:</strong> Thank you so much.&nbsp;</p>\n\n\n\n<p>[00:14:05] <strong>Ashley:</strong> Thank you so much for having us.</p>\n\n\n\n<p>[00:14:07] (Music interlude)</p>\n\n\n\n<p>[00:14:11] <strong>Josepha:</strong> What a wonderful organization. I&#8217;m so glad that they found WordPress and that it works for them. Let&#8217;s continue our tour today with the small list of big things.</p>\n\n\n\n<p>Item number one, it&#8217;s time to save the date: December 11th, 2023, for this year&#8217;s State of the Word. State of the Word is the annual keynote address delivered by the WordPress Project co-founder Matt Mullenweg. Every year, the event shares reflections on the project&#8217;s progress and aspirations for the future of open source. And so, if that is something that you like to tune into, December 11th is your day.&nbsp;</p>\n\n\n\n<p>Second thing on our list is that we are celebrating our 10,000th photo submission. So, on October 11th, the 10,000th photo was approved. The Photo Team is one of the newest ways to contribute to the WordPress open source project, and it feeds all of those photos into Openverse as well.</p>\n\n\n\n<p>The third thing on our list today is that I want to tell you about a community team training module that just came out. It&#8217;s specifically about the Translate Live tool, and it is ideal for presenting at your local meetups to engage and onboard new translators for your native language. If you&#8217;re organizing a WordCamp, consider introducing this tool during your Contributor Day. I will leave a link for this in the show notes so that it is easy to find.&nbsp;</p>\n\n\n\n<p>And item number four, the journey to update WordPress.org, continues with the launch of a new Showcase design. The Showcase is a natural starting point for a lot of visitors who are on WordPress.org. It inspires creativity and also demonstrates what&#8217;s possible with WordPress. So, stop on by there, it&#8217;s WordPress.org/showcase, and give it a bit of a look.</p>\n\n\n\n<p>[00:15:58] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. And don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever a new episode drops. And if you like what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard today, you can share those with me at wprebriefing@WordPress.org. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:16:24] (Music outro)</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:\"16227\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.4s PHP Compatibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Oct 2023 08:40:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16235\";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:340:\"In an effort to keep the WordPress community up to date, this post provides an update on the PHP compatibility of the upcoming WordPress 6.4 release scheduled for November 7, 2023.&#160; Recommended PHP version for WordPress 6.4 Its recommended to use PHP 8.1 or 8.2 with this upcoming release. Please refer to the Hosting page [&#8230;]\";s: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:3117:\"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2400\" height=\"1350\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=2400%2C1350&#038;ssl=1\" alt=\"\" class=\"wp-image-16236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?w=2400&amp;ssl=1 2400w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/10/WordPress-6.4s-PHP-comp.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In an effort to keep the WordPress community up to date, this post provides an update on the PHP compatibility of the upcoming WordPress 6.4 release scheduled for November 7, 2023.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Recommended PHP version for WordPress 6.4</strong></h3>\n\n\n\n<p>Its recommended to use PHP 8.1 or 8.2 with this upcoming release. Please refer to the Hosting page for more detailed information, including <a href=\"https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/\">a few known issues</a>.&nbsp;</p>\n\n\n\n<p>Reach out to your hosting company to explore PHP upgrade options.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why does compatibility matter?</strong></h3>\n\n\n\n<p>PHP is a programming language on which the WordPress code is based. This language runs on the server, and it is critical to keep it updated for security and functionality. Various teams within the WordPress open source project work to both test and fix any issues with new PHP versions so you can update with confidence that the WordPress core software is compatible.&nbsp;</p>\n\n\n\n<p>Happy WordPress-ing!&nbsp;</p>\n\n\n\n<p><em>Thank you to <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <a href=\'https://profiles.wordpress.org/barry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>barry</a> <a href=\'https://profiles.wordpress.org/ironprogrammer/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ironprogrammer</a> <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a> <a href=\'https://profiles.wordpress.org/javiercasares/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiercasares</a> for reviewing and contributing to the effort of this post.</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:\"16235\";s: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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 30 Nov 2023 16:00:04 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 27 Nov 2023 16:06:12 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20231130140026\";}','no'),(10034,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1701403204','no'),(10035,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1701360004','no'),(10044,'_site_transient_timeout_kirki_googlefonts_cache','1701369167','no');
INSERT INTO `wp_options` VALUES (10045,'_site_transient_kirki_googlefonts_cache','a:1358:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Allison\";a:3:{s:5:\"label\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alumni Sans\";a:3:{s:5:\"label\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Andada Pro\";a:3:{s:5:\"label\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Are You Serious\";a:3:{s:5:\"label\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Atkinson Hyperlegible\";a:3:{s:5:\"label\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Azeret Mono\";a:3:{s:5:\"label\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bakbak One\";a:3:{s:5:\"label\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Baloo Bhaijaan 2\";a:3:{s:5:\"label\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Be Vietnam Pro\";a:3:{s:5:\"label\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Besley\";a:3:{s:5:\"label\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Birthstone\";a:3:{s:5:\"label\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Birthstone Bounce\";a:3:{s:5:\"label\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Bonheur Royale\";a:3:{s:5:\"label\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caramel\";a:3:{s:5:\"label\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Carattere\";a:3:{s:5:\"label\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Cherish\";a:3:{s:5:\"label\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comforter\";a:3:{s:5:\"label\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Comforter Brush\";a:3:{s:5:\"label\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Corinthia\";a:3:{s:5:\"label\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Dongle\";a:3:{s:5:\"label\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Ephesis\";a:3:{s:5:\"label\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Estonia\";a:3:{s:5:\"label\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Explora\";a:3:{s:5:\"label\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Fleur De Leah\";a:3:{s:5:\"label\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Flow Block\";a:3:{s:5:\"label\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Flow Circular\";a:3:{s:5:\"label\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Flow Rounded\";a:3:{s:5:\"label\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Fuzzy Bubbles\";a:3:{s:5:\"label\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gemunu Libre\";a:3:{s:5:\"label\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Genos\";a:3:{s:5:\"label\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Georama\";a:3:{s:5:\"label\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gideon Roman\";a:3:{s:5:\"label\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Glory\";a:3:{s:5:\"label\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Gluten\";a:3:{s:5:\"label\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gowun Batang\";a:3:{s:5:\"label\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Gowun Dodum\";a:3:{s:5:\"label\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Grechen Fuemen\";a:3:{s:5:\"label\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Grey Qo\";a:3:{s:5:\"label\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Gwendolyn\";a:3:{s:5:\"label\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hahmlet\";a:3:{s:5:\"label\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Hina Mincho\";a:3:{s:5:\"label\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Hurricane\";a:3:{s:5:\"label\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Arabic\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"IBM Plex Sans Devanagari\";a:3:{s:5:\"label\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Hebrew\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"IBM Plex Sans KR\";a:3:{s:5:\"label\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"IBM Plex Sans Thai\";a:3:{s:5:\"label\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"IBM Plex Sans Thai Looped\";a:3:{s:5:\"label\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Imperial Script\";a:3:{s:5:\"label\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Inspiration\";a:3:{s:5:\"label\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Island Moments\";a:3:{s:5:\"label\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Kaisei Decol\";a:3:{s:5:\"label\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Kaisei HarunoUmi\";a:3:{s:5:\"label\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Kaisei Opti\";a:3:{s:5:\"label\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Kaisei Tokumin\";a:3:{s:5:\"label\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kings\";a:3:{s:5:\"label\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Klee One\";a:3:{s:5:\"label\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Koh Santepheap\";a:3:{s:5:\"label\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Kolker Brush\";a:3:{s:5:\"label\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Licorice\";a:3:{s:5:\"label\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Love Light\";a:3:{s:5:\"label\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Luxurious Roman\";a:3:{s:5:\"label\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Luxurious Script\";a:3:{s:5:\"label\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"M PLUS 1\";a:3:{s:5:\"label\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"M PLUS 1 Code\";a:3:{s:5:\"label\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"M PLUS 2\";a:3:{s:5:\"label\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Code Latin\";a:3:{s:5:\"label\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Mea Culpa\";a:3:{s:5:\"label\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Meow Script\";a:3:{s:5:\"label\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Mochiy Pop One\";a:3:{s:5:\"label\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Mochiy Pop P One\";a:3:{s:5:\"label\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Mohave\";a:3:{s:5:\"label\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Montagu Slab\";a:3:{s:5:\"label\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"MonteCarlo\";a:3:{s:5:\"label\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Moo Lah Lah\";a:3:{s:5:\"label\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Moon Dance\";a:3:{s:5:\"label\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Murecho\";a:3:{s:5:\"label\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Kufi Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Music\";a:3:{s:5:\"label\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Naskh Arabic\";a:3:{s:5:\"label\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Nastaliq Urdu\";a:3:{s:5:\"label\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Rashi Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Adlam\";a:3:{s:5:\"label\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Adlam Unjoined\";a:3:{s:5:\"label\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Anatolian Hieroglyphs\";a:3:{s:5:\"label\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Armenian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Avestan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Balinese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Bamum\";a:3:{s:5:\"label\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bassa Vah\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Batak\";a:3:{s:5:\"label\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Bengali\";a:3:{s:5:\"label\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bhaiksuki\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Brahmi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Buginese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Buhid\";a:3:{s:5:\"label\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Canadian Aboriginal\";a:3:{s:5:\"label\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Carian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:28:\"Noto Sans Caucasian Albanian\";a:3:{s:5:\"label\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Chakma\";a:3:{s:5:\"label\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Cham\";a:3:{s:5:\"label\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Cherokee\";a:3:{s:5:\"label\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Coptic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Cuneiform\";a:3:{s:5:\"label\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Cypriot\";a:3:{s:5:\"label\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Deseret\";a:3:{s:5:\"label\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Devanagari\";a:3:{s:5:\"label\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Display\";a:3:{s:5:\"label\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Duployan\";a:3:{s:5:\"label\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:30:\"Noto Sans Egyptian Hieroglyphs\";a:3:{s:5:\"label\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elbasan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elymaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Georgian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Glagolitic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Gothic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Grantha\";a:3:{s:5:\"label\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gujarati\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Gunjala Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gurmukhi\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Hanifi Rohingya\";a:3:{s:5:\"label\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Hanunoo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hatran\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hebrew\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Imperial Aramaic\";a:3:{s:5:\"label\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Indic Siyaq Numbers\";a:3:{s:5:\"label\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Inscriptional Pahlavi\";a:3:{s:5:\"label\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:32:\"Noto Sans Inscriptional Parthian\";a:3:{s:5:\"label\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Javanese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Kaithi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Kannada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Kayah Li\";a:3:{s:5:\"label\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Kharoshthi\";a:3:{s:5:\"label\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Khmer\";a:3:{s:5:\"label\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Khojki\";a:3:{s:5:\"label\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Khudawadi\";a:3:{s:5:\"label\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Lao\";a:3:{s:5:\"label\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lepcha\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Limbu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear A\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear B\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Lisu\";a:3:{s:5:\"label\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lycian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lydian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Mahajani\";a:3:{s:5:\"label\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Malayalam\";a:3:{s:5:\"label\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Mandaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Manichaean\";a:3:{s:5:\"label\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Marchen\";a:3:{s:5:\"label\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Masaram Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Math\";a:3:{s:5:\"label\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Mayan Numerals\";a:3:{s:5:\"label\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Medefaidrin\";a:3:{s:5:\"label\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Meetei Mayek\";a:3:{s:5:\"label\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Meroitic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Miao\";a:3:{s:5:\"label\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Modi\";a:3:{s:5:\"label\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Mongolian\";a:3:{s:5:\"label\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Mono\";a:3:{s:5:\"label\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Noto Sans Mro\";a:3:{s:5:\"label\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Multani\";a:3:{s:5:\"label\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Myanmar\";a:3:{s:5:\"label\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans N Ko\";a:3:{s:5:\"label\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Nabataean\";a:3:{s:5:\"label\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans New Tai Lue\";a:3:{s:5:\"label\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Newa\";a:3:{s:5:\"label\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Nushu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Ogham\";a:3:{s:5:\"label\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ol Chiki\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Old Hungarian\";a:3:{s:5:\"label\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Italic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old North Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Permic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Persian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Sogdian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old South Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Turkic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Oriya\";a:3:{s:5:\"label\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Osage\";a:3:{s:5:\"label\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Osmanya\";a:3:{s:5:\"label\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Pahawh Hmong\";a:3:{s:5:\"label\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Palmyrene\";a:3:{s:5:\"label\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Pau Cin Hau\";a:3:{s:5:\"label\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Phags Pa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Phoenician\";a:3:{s:5:\"label\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Psalter Pahlavi\";a:3:{s:5:\"label\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Rejang\";a:3:{s:5:\"label\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Runic\";a:3:{s:5:\"label\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Samaritan\";a:3:{s:5:\"label\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Saurashtra\";a:3:{s:5:\"label\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sharada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Shavian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Siddham\";a:3:{s:5:\"label\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sinhala\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sogdian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Sora Sompeng\";a:3:{s:5:\"label\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Soyombo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Sundanese\";a:3:{s:5:\"label\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Syloti Nagri\";a:3:{s:5:\"label\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Symbols\";a:3:{s:5:\"label\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Symbols 2\";a:3:{s:5:\"label\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Syriac\";a:3:{s:5:\"label\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tagalog\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tagbanwa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Tai Le\";a:3:{s:5:\"label\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Tham\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Viet\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Takri\";a:3:{s:5:\"label\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Tamil\";a:3:{s:5:\"label\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Tamil Supplement\";a:3:{s:5:\"label\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Telugu\";a:3:{s:5:\"label\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Thaana\";a:3:{s:5:\"label\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Thai\";a:3:{s:5:\"label\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Thai Looped\";a:3:{s:5:\"label\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tifinagh\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tirhuta\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ugaritic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Vai\";a:3:{s:5:\"label\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Wancho\";a:3:{s:5:\"label\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Warang Citi\";a:3:{s:5:\"label\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans Yi\";a:3:{s:5:\"label\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Zanabazar Square\";a:3:{s:5:\"label\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Ahom\";a:3:{s:5:\"label\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Armenian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Balinese\";a:3:{s:5:\"label\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Bengali\";a:3:{s:5:\"label\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Noto Serif Devanagari\";a:3:{s:5:\"label\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Display\";a:3:{s:5:\"label\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Dogra\";a:3:{s:5:\"label\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Ethiopic\";a:3:{s:5:\"label\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Georgian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Grantha\";a:3:{s:5:\"label\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gujarati\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gurmukhi\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Kannada\";a:3:{s:5:\"label\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Khmer\";a:3:{s:5:\"label\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Noto Serif Lao\";a:3:{s:5:\"label\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Noto Serif Malayalam\";a:3:{s:5:\"label\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Myanmar\";a:3:{s:5:\"label\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:33:\"Noto Serif Nyiakeng Puachue Hmong\";a:3:{s:5:\"label\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Sinhala\";a:3:{s:5:\"label\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Tamil\";a:3:{s:5:\"label\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Tangut\";a:3:{s:5:\"label\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Telugu\";a:3:{s:5:\"label\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Thai\";a:3:{s:5:\"label\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Tibetan\";a:3:{s:5:\"label\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Yezidi\";a:3:{s:5:\"label\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"Noto Traditional Nushu\";a:3:{s:5:\"label\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Ole\";a:3:{s:5:\"label\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Oooh Baby\";a:3:{s:5:\"label\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Outfit\";a:3:{s:5:\"label\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palette Mosaic\";a:3:{s:5:\"label\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Passions Conflict\";a:3:{s:5:\"label\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Petemoss\";a:3:{s:5:\"label\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Praise\";a:3:{s:5:\"label\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Puppies Play\";a:3:{s:5:\"label\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pushster\";a:3:{s:5:\"label\";s:8:\"Pushster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Qwitcher Grypen\";a:3:{s:5:\"label\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Rampart One\";a:3:{s:5:\"label\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Readex Pro\";a:3:{s:5:\"label\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Mono\";a:3:{s:5:\"label\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Redacted\";a:3:{s:5:\"label\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Redacted Script\";a:3:{s:5:\"label\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Road Rage\";a:3:{s:5:\"label\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rock 3D\";a:3:{s:5:\"label\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Rubik Beastly\";a:3:{s:5:\"label\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Text\";a:3:{s:5:\"label\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Sassy Frass\";a:3:{s:5:\"label\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Scheherazade New\";a:3:{s:5:\"label\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Shalimar\";a:3:{s:5:\"label\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:16:\"Shippori Antique\";a:3:{s:5:\"label\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Shippori Antique B1\";a:3:{s:5:\"label\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Shizuru\";a:3:{s:5:\"label\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smooch\";a:3:{s:5:\"label\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Source Sans 3\";a:3:{s:5:\"label\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Source Serif 4\";a:3:{s:5:\"label\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Spline Sans\";a:3:{s:5:\"label\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Stick No Bills\";a:3:{s:5:\"label\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Style Script\";a:3:{s:5:\"label\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"The Nautigal\";a:3:{s:5:\"label\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Twinkle Star\";a:3:{s:5:\"label\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Urbanist\";a:3:{s:5:\"label\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Vujahday Script\";a:3:{s:5:\"label\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Waterfall\";a:3:{s:5:\"label\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"WindSong\";a:3:{s:5:\"label\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Yaldevi\";a:3:{s:5:\"label\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Yuji Boku\";a:3:{s:5:\"label\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Yuji Hentaigana Akari\";a:3:{s:5:\"label\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Yuji Hentaigana Akebono\";a:3:{s:5:\"label\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Yuji Mai\";a:3:{s:5:\"label\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Yuji Syuku\";a:3:{s:5:\"label\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Zen Antique\";a:3:{s:5:\"label\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Zen Antique Soft\";a:3:{s:5:\"label\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:23:\"Zen Kaku Gothic Antique\";a:3:{s:5:\"label\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Zen Kaku Gothic New\";a:3:{s:5:\"label\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Zen Kurenaido\";a:3:{s:5:\"label\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Zen Maru Gothic\";a:3:{s:5:\"label\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Zen Old Mincho\";a:3:{s:5:\"label\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'),(10046,'_site_transient_timeout_theme_roots','1701369502','no'),(10047,'_site_transient_theme_roots','a:7:{s:5:\"enwoo\";s:7:\"/themes\";s:4:\"raft\";s:7:\"/themes\";s:10:\"squaretype\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(10048,'_site_transient_timeout_wp_remote_block_patterns_079cd97b75ad4b98ba3be33e1b0b923c','1701371307','no'),(10049,'_site_transient_wp_remote_block_patterns_079cd97b75ad4b98ba3be33e1b0b923c','a:43:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1275:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-2 is-layout-constrained wp-container-3 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-1\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1029:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-5 is-vertical is-nowrap is-layout-flex wp-container-6 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1723:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-10\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-8 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2130:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-17 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-13 is-layout-flow wp-container-14 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-11\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-15 is-layout-flow wp-container-16 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1893:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-24 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-19 is-layout-flow wp-container-20 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-52dc92f2ee4b8dfde042239a7e68e30d\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-22 is-layout-flow wp-container-23 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-21 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-c8902903bdf5ea1baed310a565cbd10e\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-669af571686ebf2235f18cd2403659b5\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2550:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-36 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-27 is-content-justification-left is-layout-constrained wp-container-28 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-26 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-35 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-31 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-29 wp-duotone-rgb000-rgb21788120-30\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-33 wp-duotone-rgb000-rgb21788120-34\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1663:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-41\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-39 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-38 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1592:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-42 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1389:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-44 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2040:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-50 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-46\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-48 is-content-justification-left is-layout-constrained wp-container-49 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-47 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1525:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-55\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-52 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-53 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1533:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-59\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-56 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-57 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:895:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-60 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6993:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul style=\"text-transform:none;\" class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-63 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-62 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:31:35+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-66 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-68 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-67 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:30:31+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-71 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-73 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-72 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-05T21:29:00+00:00\">Jul 5, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-76 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><nav class=\"wp-block-query-pagination is-content-justification-left is-nowrap is-layout-flex wp-container-79 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.4.1&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-31-page=2\" style=\"text-transform:uppercase;\" class=\"wp-block-query-pagination-next has-small-font-size\">Next</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6510:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><ul style=\"text-transform:none;\" class=\"alignfull wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-84 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-82 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:31:35+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:31:35+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-87 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-85 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:30:31+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:30:31+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-90 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-88 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-05T21:29:00+00:00\">07.5</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-05T21:29:00+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><nav class=\"wp-block-query-pagination is-content-justification-space-between is-nowrap is-layout-flex wp-container-93 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.4.1&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-1-page=2\" style=\"font-size:2rem;font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:1px;\" class=\"wp-block-query-pagination-next\">Next Page</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4810:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-99 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-white-color wp-block-site-title has-medium-font-size wp-elements-e24c80986e13ab3d929b38d6b46e3019\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-98 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-97\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-97-content\">\n <ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3886:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4956719e1d36ae31d9fb9c185b0a148a is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-105 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-f1e98d6c897e424c7d4e8232ded39f0a\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-104 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-103\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-103-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1232:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3646:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-110 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-109 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-108\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-108-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4215:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-116 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-113 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-112 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-115 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-114\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-114-content\">\n <ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3418:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-120 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-119 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-118\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-118-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4746:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-125 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-122 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-121 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title has-medium-font-size wp-elements-234e57400cf5587740bb7caa261d6fc4\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-124 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-123\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-123-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3713:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-130 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-contrast-color wp-block-site-title has-large-font-size wp-elements-9728cce79011b64628d7f6beff066787\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-center is-fallback wp-block-navigation is-content-justification-center is-layout-flex wp-container-129 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-128\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-128-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-center is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3546:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-134 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-133 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-132\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-132-content\">\n <ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3749:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-138 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-135 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-137 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-136\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-136-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right is-fallback wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4180:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-142 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-141 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-140 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2966:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-149 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-144 is-content-justification-left is-layout-constrained wp-container-145 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\" ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-143\" >Search</label><div class=\"wp-block-search__inside-wrapper \" style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-143\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\" style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n <path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n </svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-148 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-147 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-146 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-151 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:840:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-154 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3652:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-159 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-157 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive\n data-wp-context=\'{ \"core\": { \"navigation\": { \"overlayOpenedBy\": {}, \"type\": \"overlay\", \"roleAttribute\": \"\" } } }\'\n ><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on--click=\"actions.core.navigation.openMenuOnClick\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-156\" \n data-wp-class--has-modal-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-class--is-menu-open=\"selectors.core.navigation.isMenuOpen\"\n data-wp-effect=\"effects.core.navigation.initMenu\"\n data-wp-on--keydown=\"actions.core.navigation.handleMenuKeydown\"\n data-wp-on--focusout=\"actions.core.navigation.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div aria-modal=\"\" role=\"\" class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\" \n data-wp-bind--aria-modal=\"selectors.core.navigation.ariaModal\"\n data-wp-bind--role=\"selectors.core.navigation.roleAttribute\"\n data-wp-effect=\"effects.core.navigation.focusFirstElement\"\n >\n <button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on--click=\"actions.core.navigation.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-156-content\">\n <ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2963:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-169 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-167 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-163 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-165 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-168 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4120:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-171 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-170 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4597:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-177 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-172\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-173 is-vertical is-content-justification-center is-layout-flex wp-container-174 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-175 is-content-justification-right is-nowrap is-layout-flex wp-container-176 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2835:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-187 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-179 is-vertical is-layout-flex wp-container-180 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-186 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-183 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-182 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-185 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-184 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1330:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-191 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3496:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-192 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-200 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-196 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-199 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2240:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-204 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-208 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1445:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1508:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-215 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1321:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-219 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1518:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-223 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:572:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-224 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}','no'),(10050,'_site_transient_timeout_wp_remote_block_patterns_44ab230ce09bcedb639b3d1925ad4576','1701371307','no'),(10051,'_site_transient_wp_remote_block_patterns_44ab230ce09bcedb639b3d1925ad4576','a:13:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6630:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:961:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3717:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2281:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\"> Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\"> Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\"> Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\"> Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1830:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when youre in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when youre in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2907:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-31 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-24 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-25 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-22\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-23 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-28 is-vertical is-layout-flex wp-container-29 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-27 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1665:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-36 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-39 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1684:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-44 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3492:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-45 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-53 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-49 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-52 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1320:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-57 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_pk_post_views`
--
DROP TABLE IF EXISTS `wp_pk_post_views`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_pk_post_views` (
`id` bigint unsigned NOT NULL,
`type` tinyint unsigned NOT NULL,
`period` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`count` bigint unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_pk_post_views`
--
LOCK TABLES `wp_pk_post_views` WRITE;
/*!40000 ALTER TABLE `wp_pk_post_views` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pk_post_views` 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1119 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,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(8,7,'_form','<label> Your name\n [text* your-name autocomplete:name] </label>\n\n<label> Your email\n [email* your-email autocomplete:email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]'),(9,7,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:39:\"[_site_title] <wordpress@192.168.1.140>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(10,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:39:\"[_site_title] <wordpress@192.168.1.140>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(11,7,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(12,7,'_additional_settings',''),(13,7,'_locale','en_US'),(14,8,'_powerkit_reading_time','1'),(15,9,'_wp_attached_file','2023/01/log_file_2023-01-14__11-01-43.txt'),(16,168,'_wp_attached_file','2018/06/demo-image-00001-scaled.jpg'),(17,168,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2018/06/demo-image-00001-scaled.jpg\";s:8:\"filesize\";i:59019;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2568;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"demo-image-00001-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8902;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"demo-image-00001-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25185;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"demo-image-00001-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40153;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:743;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2755;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:743;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2755;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:743;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1623;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2353;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-380x253.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3448;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8955;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5201;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00001-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9462;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:29:\"demo-image-00001-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14563;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:29:\"demo-image-00001-1160x773.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16278;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:30:\"demo-image-00001-1920x1024.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"demo-image-00001.jpg\";}'),(19,169,'_wp_attached_file','2018/12/demo-image-00002-scaled.jpg'),(20,169,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2018/12/demo-image-00002-scaled.jpg\";s:8:\"filesize\";i:82110;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3678;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"demo-image-00002-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12966;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"demo-image-00002-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36330;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"demo-image-00002-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56880;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00002-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:950;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3973;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00002-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:950;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3973;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00002-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:950;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2273;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4381;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3431;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-380x253.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5009;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13088;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7525;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00002-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13903;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:29:\"demo-image-00002-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21060;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:29:\"demo-image-00002-1160x773.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23986;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:30:\"demo-image-00002-1920x1024.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"demo-image-00002.jpg\";}'),(21,170,'_wp_attached_file','2018/06/demo-image-00003-scaled.jpg'),(22,170,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2018/06/demo-image-00003-scaled.jpg\";s:8:\"filesize\";i:64732;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2917;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"demo-image-00003-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1513;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10119;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"demo-image-00003-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28156;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"demo-image-00003-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44469;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00003-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:778;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3102;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00003-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:778;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3102;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00003-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:778;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1810;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2713;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-380x253.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3907;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10306;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5981;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00003-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10750;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:29:\"demo-image-00003-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16600;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:29:\"demo-image-00003-1160x773.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18410;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:30:\"demo-image-00003-1920x1024.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33719;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"demo-image-00003.jpg\";}'),(24,171,'_wp_attached_file','2018/06/demo-image-00004.jpg'),(25,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2018/06/demo-image-00004.jpg\";s:8:\"filesize\";i:49940;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2851;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"demo-image-00004-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"demo-image-00004-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19140;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"demo-image-00004-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30266;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"demo-image-00004-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48587;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00004-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:801;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2996;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00004-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:801;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2996;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00004-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:801;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1721;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3441;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2600;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-380x570.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6892;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10341;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00004-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5914;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:29:\"demo-image-00004-800x1200.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20227;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:29:\"demo-image-00004-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17633;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:30:\"demo-image-00004-1160x1741.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:1741;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36988;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:30:\"demo-image-00004-1706x1024.jpg\";s:5:\"width\";i:1706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27816;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,172,'_wp_attached_file','2018/12/demo-image-00005.jpg'),(28,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2018/12/demo-image-00005.jpg\";s:8:\"filesize\";i:35269;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2065;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"demo-image-00005-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:994;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"demo-image-00005-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13222;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"demo-image-00005-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21542;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"demo-image-00005-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35270;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00005-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1326;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00005-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1326;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00005-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:793;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1293;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1024;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-380x570.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4647;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4242;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00005-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2266;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:29:\"demo-image-00005-800x1200.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14118;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:29:\"demo-image-00005-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7566;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:30:\"demo-image-00005-1160x1741.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:1741;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26517;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:30:\"demo-image-00005-1706x1024.jpg\";s:5:\"width\";i:1706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,173,'_wp_attached_file','2018/04/demo-image-00006.jpg'),(30,173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2018/04/demo-image-00006.jpg\";s:8:\"filesize\";i:62108;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3370;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"demo-image-00006-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18379;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"demo-image-00006-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21964;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"demo-image-00006-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34908;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"demo-image-00006-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55507;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:903;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3455;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:903;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3455;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:26:\"demo-image-00006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:903;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1995;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3814;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2936;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-380x570.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7864;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11700;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:28:\"demo-image-00006-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6548;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:29:\"demo-image-00006-800x1200.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23369;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:29:\"demo-image-00006-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19522;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:30:\"demo-image-00006-1160x1741.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:1741;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42602;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:30:\"demo-image-00006-1706x1024.jpg\";s:5:\"width\";i:1706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31013;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,2015,'_powerkit_reading_time','0'),(104,2015,'_menu_item_type','post_type'),(105,2015,'_menu_item_menu_item_parent','0'),(106,2015,'_menu_item_object_id','726'),(107,2015,'_menu_item_object','page'),(108,2015,'_menu_item_target',''),(109,2015,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,2015,'_menu_item_xfn',''),(111,2015,'_menu_item_url',''),(112,2015,'_powerkit_reading_time','0'),(415,726,'_powerkit_reading_time','1'),(416,726,'_wp_page_template','default'),(417,726,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:6:\"author\";s:4:\"slug\";s:12:\"cap-expertly\";s:4:\"name\";s:8:\"expertly\";}'),(418,728,'_powerkit_reading_time','3'),(419,728,'_wp_page_template','default'),(420,728,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:6:\"author\";s:4:\"slug\";s:12:\"cap-expertly\";s:4:\"name\";s:8:\"expertly\";}'),(421,893,'_powerkit_reading_time','1'),(423,925,'_powerkit_reading_time','1'),(425,929,'_powerkit_reading_time','1'),(427,934,'_powerkit_reading_time','3'),(429,936,'_powerkit_reading_time','2'),(431,940,'_powerkit_reading_time','1'),(433,994,'_powerkit_reading_time','2'),(434,999,'_powerkit_reading_time','1'),(436,1260,'_powerkit_reading_time','0'),(437,1260,'_wp_page_template','default'),(438,1262,'_powerkit_reading_time','3'),(439,1263,'_powerkit_reading_time','2'),(440,1264,'_powerkit_reading_time','1'),(441,1265,'_powerkit_reading_time','1'),(442,1266,'_powerkit_reading_time','1'),(443,1267,'_powerkit_reading_time','13'),(444,1268,'_powerkit_reading_time','3'),(445,1269,'_powerkit_reading_time','2'),(446,1270,'_powerkit_reading_time','2'),(449,260,'_powerkit_reading_time','2'),(450,260,'_thumbnail_id','170'),(451,260,'_wp_old_date','2018-04-30'),(454,263,'_powerkit_reading_time','2'),(455,263,'_thumbnail_id','173'),(456,263,'_wp_old_date','2018-02-07'),(459,264,'_powerkit_reading_time','2'),(460,264,'_thumbnail_id','168'),(461,264,'_wp_old_date','2018-05-05'),(464,270,'_powerkit_reading_time','2'),(465,270,'_thumbnail_id','168'),(466,270,'_wp_old_date','2018-01-10'),(469,271,'_powerkit_reading_time','2'),(470,271,'_thumbnail_id','169'),(471,271,'_wp_old_date','2018-03-04'),(474,273,'_powerkit_reading_time','2'),(475,273,'_thumbnail_id','171'),(476,273,'_wp_old_date','2018-05-04'),(479,275,'_powerkit_reading_time','2'),(480,275,'_thumbnail_id','173'),(481,275,'_wp_old_date','2018-02-26'),(484,276,'_powerkit_reading_time','2'),(485,276,'_thumbnail_id','168'),(486,276,'_wp_old_date','2018-01-03'),(491,279,'_powerkit_reading_time','2'),(492,279,'_thumbnail_id','170'),(493,279,'_wp_old_date','2018-02-22'),(496,283,'_powerkit_reading_time','2'),(497,283,'_thumbnail_id','169'),(498,283,'_wp_old_date','2018-01-05'),(501,284,'_powerkit_reading_time','2'),(502,284,'_thumbnail_id','170'),(503,284,'_wp_old_date','2018-03-09'),(506,287,'_powerkit_reading_time','2'),(507,287,'_thumbnail_id','173'),(508,287,'_wp_old_date','2018-02-03'),(511,289,'_powerkit_reading_time','2'),(512,289,'_thumbnail_id','169'),(513,289,'_wp_old_date','2018-02-24'),(516,290,'_powerkit_reading_time','2'),(517,290,'_thumbnail_id','170'),(518,290,'_wp_old_date','2018-02-14'),(521,292,'_powerkit_reading_time','2'),(522,292,'_thumbnail_id','172'),(523,292,'_wp_old_date','2018-01-19'),(524,1005,'_powerkit_reading_time','1'),(525,1378,'_powerkit_reading_time','1'),(526,1738,'_powerkit_reading_time','1'),(527,1738,'_wp_page_template','template-canvas-fullwidth.php'),(528,1748,'_powerkit_reading_time','1'),(529,2071,'_powerkit_reading_time','1'),(532,67,'_powerkit_reading_time','2'),(533,67,'_wp_old_slug','technology-prototype-disruptive-agile-development'),(534,67,'_thumbnail_id','168'),(535,67,'_wp_old_date','2018-10-14'),(538,259,'_powerkit_reading_time','2'),(539,259,'_wp_old_slug','vici-consequat-justo-enim-adipiscing-luctus-nullam-fringilla-pretium'),(540,259,'_wp_old_slug','nullam-fringilla-pretium-enim-adipiscing-luctus'),(541,259,'_thumbnail_id','169'),(542,259,'_wp_old_date','2018-10-06'),(545,261,'_powerkit_reading_time','2'),(546,261,'_thumbnail_id','171'),(547,261,'_wp_old_date','2018-05-11'),(550,262,'_powerkit_reading_time','2'),(551,262,'_thumbnail_id','172'),(552,262,'_wp_old_date','2018-08-25'),(555,265,'_powerkit_reading_time','2'),(556,265,'_thumbnail_id','169'),(557,265,'_wp_old_date','2018-10-04'),(560,266,'_powerkit_reading_time','2'),(561,266,'_thumbnail_id','170'),(562,266,'_wp_old_date','2018-06-19'),(565,267,'_powerkit_reading_time','2'),(566,267,'_thumbnail_id','171'),(567,267,'_wp_old_date','2018-10-24'),(570,268,'_powerkit_reading_time','2'),(571,268,'_thumbnail_id','172'),(572,268,'_wp_old_date','2018-07-16'),(575,269,'_powerkit_reading_time','2'),(576,269,'_thumbnail_id','173'),(577,269,'_wp_old_date','2018-10-19'),(580,272,'_powerkit_reading_time','2'),(581,272,'_thumbnail_id','170'),(582,272,'_wp_old_date','2018-06-09'),(585,280,'_powerkit_reading_time','2'),(586,280,'_thumbnail_id','172'),(587,280,'_wp_old_date','2018-05-08'),(590,281,'_powerkit_reading_time','2'),(591,281,'_thumbnail_id','173'),(592,281,'_wp_old_date','2018-09-19'),(595,282,'_powerkit_reading_time','2'),(596,282,'_thumbnail_id','168'),(597,282,'_wp_old_date','2018-07-24'),(600,286,'_powerkit_reading_time','2'),(601,286,'_thumbnail_id','172'),(602,286,'_wp_old_date','2018-08-26'),(605,288,'_powerkit_reading_time','3'),(606,288,'_thumbnail_id','168'),(607,288,'_wp_old_date','2018-11-23'),(608,288,'_wp_old_date','2019-11-23'),(611,291,'_powerkit_reading_time','2'),(612,291,'_thumbnail_id','171'),(613,291,'_wp_old_date','2018-09-22'),(616,293,'_powerkit_reading_time','2'),(617,293,'_thumbnail_id','173'),(618,293,'_wp_old_date','2018-06-07'),(621,294,'_powerkit_reading_time','2'),(622,294,'_thumbnail_id','168'),(623,294,'_wp_old_date','2018-10-05'),(626,295,'_powerkit_reading_time','2'),(627,295,'_thumbnail_id','169'),(628,295,'_wp_old_date','2018-08-17'),(631,297,'_powerkit_reading_time','2'),(632,297,'_thumbnail_id','171'),(633,297,'_wp_old_date','2018-07-15'),(634,2156,'_powerkit_reading_time','1'),(635,2156,'_form','<div class=\"cs-row\">\n<div class=\"cs-col-md-6\">\n<label> Your Name <span class=\"required\">*</span>\n [text* your-name] </label>\n</div><div class=\"cs-col-md-6\">\n<label> Your Email <span class=\"required\">*</span>\n [email* your-email] </label>\n</div>\n</div>\n<label for=\"cs-message\">Your Message <span class=\"required\">*</span></label>\n[textarea* your-message id:cs-message x5][/textarea*]\n[submit class:button class:button-primary \"Send\"]'),(636,2156,'_mail',''),(637,2156,'_mail_2',''),(638,2156,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(639,2156,'_additional_settings',''),(640,2156,'_locale','en_US'),(643,274,'_powerkit_reading_time','2'),(644,274,'_thumbnail_id','172'),(645,274,'_wp_old_date','2019-11-30'),(648,277,'_powerkit_reading_time','2'),(649,277,'_thumbnail_id','169'),(650,277,'_wp_old_date','2018-11-09'),(653,278,'_powerkit_reading_time','2'),(654,278,'_thumbnail_id','171'),(655,278,'_wp_old_date','2018-11-09'),(658,285,'_powerkit_reading_time','2'),(659,285,'_thumbnail_id','171'),(660,285,'_wp_old_date','2019-12-25'),(663,296,'_powerkit_reading_time','3'),(664,296,'_thumbnail_id','170'),(665,296,'_wp_old_date','2019-12-22'),(693,2173,'_powerkit_reading_time','0'),(694,2173,'_menu_item_type','custom'),(695,2173,'_menu_item_menu_item_parent','0'),(696,2173,'_menu_item_object_id','2173'),(697,2173,'_menu_item_object','custom'),(698,2173,'_menu_item_target',''),(699,2173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(700,2173,'_menu_item_xfn',''),(701,2173,'_menu_item_url','/'),(735,2015,'_wp_old_date','2019-11-23'),(744,296,'powerkit_share_buttons_transient_facebook','1680158144'),(745,296,'powerkit_share_buttons_transient_pinterest','1680158144'),(746,1005,'_edit_lock','1673702199:1'),(755,2,'_edit_lock','1673716955:1'),(756,1,'_edit_lock','1673723266:1'),(757,1,'_powerkit_reading_time','1'),(758,2180,'_wp_attached_file','2023/01/test001.jpg'),(759,2180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2023/01/test001.jpg\";s:8:\"filesize\";i:215800;s:5:\"sizes\";a:19:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"test001-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14822;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"test001-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"test001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8903;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"test001-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46954;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"test001-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129304;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:17:\"test001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5530;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:19:\"test001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16488;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:17:\"test001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5530;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:19:\"test001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16488;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:17:\"test001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5530;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:19:\"test001-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10273;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:19:\"test001-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19656;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:19:\"test001-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15216;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:19:\"test001-380x214.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19325;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:19:\"test001-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53124;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:19:\"test001-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32055;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:19:\"test001-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49623;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:20:\"test001-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86996;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:20:\"test001-1160x653.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(762,1,'_thumbnail_id','2182'),(763,1,'_edit_last','1'),(764,1,'_abr_review_settings',''),(765,1,'csco_singular_sidebar','default'),(766,1,'csco_page_header_type','default'),(767,1,'csco_page_load_nextpost','default'),(768,1,'csco_post_video_location','a:0:{}'),(769,1,'csco_post_video_url',''),(770,1,'csco_post_video_bg_start_time','0'),(771,1,'csco_post_video_bg_end_time','0'),(772,274,'powerkit_share_buttons_transient_facebook','1680158144'),(773,274,'powerkit_share_buttons_transient_pinterest','1680158145'),(774,2182,'_wp_attached_file','2023/01/home_image.jpg'),(775,2182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2023/01/home_image.jpg\";s:8:\"filesize\";i:186921;s:5:\"sizes\";a:19:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"home_image-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12270;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"home_image-1024x398.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"home_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"home_image-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37570;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"home_image-1536x597.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97780;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:20:\"home_image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5589;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:22:\"home_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17245;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:20:\"home_image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5589;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:22:\"home_image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17245;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:20:\"home_image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5589;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:22:\"home_image-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10710;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:22:\"home_image-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19772;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:22:\"home_image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15323;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:22:\"home_image-380x148.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15900;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:22:\"home_image-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54833;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:22:\"home_image-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32666;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:22:\"home_image-800x311.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39307;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:23:\"home_image-1160x680.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88843;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:23:\"home_image-1160x451.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65591;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(780,2185,'_wp_attached_file','2023/01/logo-kevkem.png'),(781,2185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:63;s:4:\"file\";s:23:\"2023/01/logo-kevkem.png\";s:8:\"filesize\";i:9590;s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"logo-kevkem-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2657;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:21:\"logo-kevkem-80x63.png\";s:5:\"width\";i:80;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1980;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:21:\"logo-kevkem-80x63.png\";s:5:\"width\";i:80;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1980;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:21:\"logo-kevkem-80x63.png\";s:5:\"width\";i:80;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1980;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:22:\"logo-kevkem-200x63.png\";s:5:\"width\";i:200;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(788,2189,'_powerkit_reading_time','2'),(789,2189,'_edit_lock','1701367640:1'),(790,2189,'_edit_last','1'),(791,2189,'csco_singular_sidebar','disabled'),(792,2189,'csco_page_header_type','standard'),(793,2189,'csco_post_video_location','a:0:{}'),(794,2189,'csco_post_video_url',''),(795,2189,'csco_post_video_bg_start_time','0'),(796,2189,'csco_post_video_bg_end_time','0'),(797,2191,'_powerkit_reading_time','3'),(798,2191,'_edit_lock','1697217819:1'),(799,2191,'_edit_last','1'),(800,2191,'csco_singular_sidebar','disabled'),(801,2191,'csco_page_header_type','default'),(802,2191,'csco_post_video_location','a:0:{}'),(803,2191,'csco_post_video_url',''),(804,2191,'csco_post_video_bg_start_time','0'),(805,2191,'csco_post_video_bg_end_time','0'),(832,2015,'_wp_old_date','2023-01-14'),(835,2194,'_powerkit_reading_time','0'),(836,2194,'_menu_item_type','post_type'),(837,2194,'_menu_item_menu_item_parent','0'),(838,2194,'_menu_item_object_id','2191'),(839,2194,'_menu_item_object','page'),(840,2194,'_menu_item_target',''),(841,2194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(842,2194,'_menu_item_xfn',''),(843,2194,'_menu_item_url',''),(844,2195,'_powerkit_reading_time','0'),(845,2195,'_menu_item_type','post_type'),(846,2195,'_menu_item_menu_item_parent','0'),(847,2195,'_menu_item_object_id','2189'),(848,2195,'_menu_item_object','page'),(849,2195,'_menu_item_target',''),(850,2195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(851,2195,'_menu_item_xfn',''),(852,2195,'_menu_item_url',''),(863,2199,'_wp_attached_file','2023/01/kev-kem-abou.jpg'),(864,2199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2023/01/kev-kem-abou.jpg\";s:8:\"filesize\";i:28208;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-768x344.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25376;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:22:\"kev-kem-abou-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1752;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9367;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:22:\"kev-kem-abou-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1752;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9367;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:22:\"kev-kem-abou-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1752;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4859;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10726;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7724;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-380x170.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8854;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:24:\"kev-kem-abou-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(865,2206,'_wp_attached_file','2023/01/care-1.jpg'),(866,2206,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/01/care-1.jpg\";s:8:\"filesize\";i:30050;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"care-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"care-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4666;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"care-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45989;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:16:\"care-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1928;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11672;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:16:\"care-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1928;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11672;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:16:\"care-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1928;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:18:\"care-1-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6114;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-1-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14685;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:18:\"care-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10509;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:18:\"care-1-380x238.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15556;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:18:\"care-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37243;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:18:\"care-1-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(867,2211,'_wp_attached_file','2023/01/care-2.jpg'),(868,2211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/01/care-2.jpg\";s:8:\"filesize\";i:23381;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"care-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"care-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"care-2-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35669;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:16:\"care-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2073;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11317;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:16:\"care-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2073;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11317;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:16:\"care-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2073;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:18:\"care-2-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6121;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-2-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12791;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:18:\"care-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9632;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:18:\"care-2-380x238.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13547;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:18:\"care-2-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28389;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:18:\"care-2-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(869,2215,'_wp_attached_file','2023/01/care-3.jpg'),(870,2215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/01/care-3.jpg\";s:8:\"filesize\";i:70732;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"care-3-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"care-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"care-3-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89608;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:16:\"care-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2950;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23114;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:16:\"care-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2950;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23114;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:16:\"care-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2950;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:18:\"care-3-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10846;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-3-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28082;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:18:\"care-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19522;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:18:\"care-3-380x238.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29865;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:18:\"care-3-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86581;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:18:\"care-3-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53039;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(871,2217,'_wp_attached_file','2023/01/care-4.jpg'),(872,2217,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/01/care-4.jpg\";s:8:\"filesize\";i:41462;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"care-4-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"care-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"care-4-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58338;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:16:\"care-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2773;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17260;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:16:\"care-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2773;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17260;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:16:\"care-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2773;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:18:\"care-4-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8900;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-4-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20434;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:18:\"care-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14770;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:18:\"care-4-380x238.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21446;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:18:\"care-4-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50043;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:18:\"care-4-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(873,2221,'_wp_attached_file','2023/01/care-5.jpg'),(874,2221,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/01/care-5.jpg\";s:8:\"filesize\";i:32488;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"care-5-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"care-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"care-5-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46805;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:16:\"care-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1932;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11599;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:16:\"care-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1932;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11599;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:16:\"care-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1932;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:18:\"care-5-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5799;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-5-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14178;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:18:\"care-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9827;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:18:\"care-5-380x238.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14855;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:18:\"care-5-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39900;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:18:\"care-5-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27525;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(875,2224,'_wp_attached_file','2023/01/care-6.jpg'),(876,2224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/01/care-6.jpg\";s:8:\"filesize\";i:19110;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"care-6-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6971;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"care-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"care-6-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27037;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:16:\"care-6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2011;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8863;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:16:\"care-6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2011;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8863;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:16:\"care-6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2011;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:18:\"care-6-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4618;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:18:\"care-6-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9122;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:18:\"care-6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6812;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:18:\"care-6-380x238.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9567;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:18:\"care-6-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23322;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:18:\"care-6-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(883,994,'_edit_lock','1674322489:1'),(886,2234,'_powerkit_reading_time','0'),(887,2234,'_edit_lock','1696884812:1'),(888,2234,'_edit_last','1'),(889,2234,'csco_singular_sidebar','disabled'),(890,2234,'csco_page_header_type','default'),(891,2234,'csco_post_video_location','a:0:{}'),(892,2234,'csco_post_video_url',''),(893,2234,'csco_post_video_bg_start_time','0'),(894,2234,'csco_post_video_bg_end_time','0'),(895,2237,'_wp_attached_file','2023/01/pic001-1.jpg'),(896,2237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:20:\"2023/01/pic001-1.jpg\";s:8:\"filesize\";i:134898;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"pic001-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"pic001-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"pic001-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79765;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:18:\"pic001-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5580;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:20:\"pic001-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19397;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:18:\"pic001-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5580;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:20:\"pic001-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19397;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:18:\"pic001-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5580;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:20:\"pic001-1-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11226;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:20:\"pic001-1-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23473;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:20:\"pic001-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17434;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:20:\"pic001-1-380x285.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26847;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:20:\"pic001-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75680;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:20:\"pic001-1-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42284;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:20:\"pic001-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84997;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:21:\"pic001-1-1000x680.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(897,2238,'_wp_attached_file','2023/01/IMG_2212.jpeg'),(898,2238,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2212.jpeg\";s:8:\"filesize\";i:661953;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2212-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21491;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2212-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2212-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2212-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62031;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2212-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188700;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2212-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12000;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2212-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21491;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2212-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12000;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2212-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21491;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2212-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12000;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2212-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15791;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2212-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23731;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2212-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19766;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2212-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26450;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2212-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58766;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2212-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36005;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2212-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65809;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2212-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98258;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2212-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116977;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2212-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673705786\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(899,2239,'_wp_attached_file','2023/01/IMG_2216.jpeg'),(900,2239,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2216.jpeg\";s:8:\"filesize\";i:1243111;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2216-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36426;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204549;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2216-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22978;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2216-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128470;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2216-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:424523;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2216-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17324;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2216-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36426;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2216-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17324;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2216-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36426;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2216-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17324;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2216-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24516;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2216-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40244;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2216-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32406;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2216-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47200;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2216-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117316;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2216-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65968;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2216-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137838;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203678;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261336;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2216-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:448010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673705963\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0004930966469428\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(901,2240,'_wp_attached_file','2023/01/IMG_2211.jpeg'),(902,2241,'_wp_attached_file','2023/01/IMG_2213.jpeg'),(903,2242,'_wp_attached_file','2023/01/IMG_2215.jpeg'),(904,2240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2211.jpeg\";s:8:\"filesize\";i:679479;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2211-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24020;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2211-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2211-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2211-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70217;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2211-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207060;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2211-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13011;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2211-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24020;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2211-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13011;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2211-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24020;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2211-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13011;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2211-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17552;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2211-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26251;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2211-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22051;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2211-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29867;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2211-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65041;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2211-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39747;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2211-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74808;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2211-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104128;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2211-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131178;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2211-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673705766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(905,2242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2215.jpeg\";s:8:\"filesize\";i:682069;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2215-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23050;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2215-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100284;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2215-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15637;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2215-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65918;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2215-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201234;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2215-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12849;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2215-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23050;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2215-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12849;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2215-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23050;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2215-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12849;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2215-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17019;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2215-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25541;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2215-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21579;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2215-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28140;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2215-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64873;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2215-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39580;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2215-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70243;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2215-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108143;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2215-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125265;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2215-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673705916\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(906,2241,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2213.jpeg\";s:8:\"filesize\";i:720611;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2213-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23976;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2213-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2213-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16054;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2213-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72360;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2213-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222945;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2213-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13026;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2213-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23976;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2213-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13026;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2213-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23976;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2213-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13026;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2213-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17615;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2213-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26058;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2213-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21866;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2213-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29892;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2213-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67151;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2213-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40137;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2213-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77032;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2213-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110617;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2213-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139133;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2213-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673705843\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(907,2243,'_wp_attached_file','2023/01/IMG_2214.jpeg'),(908,2243,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2214.jpeg\";s:8:\"filesize\";i:652732;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2214-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22956;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2214-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2214-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2214-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72378;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2214-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224885;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2214-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12557;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2214-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22956;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2214-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12557;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2214-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22956;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2214-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12557;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2214-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16567;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2214-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24107;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2214-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20219;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2214-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28737;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2214-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64764;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2214-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37663;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2214-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77413;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2214-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107418;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2214-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141866;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2214-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673705881\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0081967213114754\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(909,2244,'_wp_attached_file','2023/01/IMG_2217.jpeg'),(910,2244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2023/01/IMG_2217.jpeg\";s:8:\"filesize\";i:639777;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2217-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24771;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2217-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114726;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2217-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16776;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2217-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75103;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2217-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221558;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"IMG_2217-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13418;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2217-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24771;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"IMG_2217-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13418;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2217-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24771;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"IMG_2217-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13418;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"IMG_2217-200x140.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18015;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2217-380x220.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28173;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2217-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23158;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2217-380x285.jpeg\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30935;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"IMG_2217-800x500.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72171;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"IMG_2217-560x336.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43245;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:21:\"IMG_2217-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80004;}s:10:\"csco-large\";a:5:{s:4:\"file\";s:22:\"IMG_2217-1160x680.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121054;}s:20:\"csco-large-uncropped\";a:5:{s:4:\"file\";s:22:\"IMG_2217-1160x870.jpeg\";s:5:\"width\";i:1160;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142373;}s:16:\"csco-extra-large\";a:5:{s:4:\"file\";s:23:\"IMG_2217-1920x1024.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673706070\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(923,2173,'_wp_old_date','2023-01-14'),(928,999,'powerkit_share_buttons_transient_facebook','1695163302'),(929,999,'powerkit_share_buttons_transient_pinterest','1695163302'),(930,1,'powerkit_share_buttons_transient_facebook','1680158144'),(931,277,'powerkit_share_buttons_transient_facebook','1680158144'),(932,278,'powerkit_share_buttons_transient_facebook','1680158144'),(933,285,'powerkit_share_buttons_transient_facebook','1700217388'),(934,1,'powerkit_share_buttons_transient_pinterest','1680158144'),(935,288,'powerkit_share_buttons_transient_facebook','1680158144'),(936,269,'powerkit_share_buttons_transient_facebook','1680158144'),(937,267,'powerkit_share_buttons_transient_facebook','1680158144'),(938,277,'powerkit_share_buttons_transient_pinterest','1680158144'),(939,285,'powerkit_share_buttons_transient_pinterest','1700217388'),(940,278,'powerkit_share_buttons_transient_pinterest','1680158145'),(941,288,'powerkit_share_buttons_transient_pinterest','1680158145'),(942,267,'powerkit_share_buttons_transient_pinterest','1680158145'),(943,269,'powerkit_share_buttons_transient_pinterest','1680158145'),(944,259,'powerkit_share_buttons_transient_facebook','1680158145'),(945,67,'powerkit_share_buttons_transient_facebook','1701336965'),(946,259,'powerkit_share_buttons_transient_pinterest','1680158145'),(947,67,'powerkit_share_buttons_transient_pinterest','1701336965'),(948,999,'powerkit_share_buttons_transient_xing','1695163305'),(949,999,'powerkit_share_buttons_transient_linkedin','1695163305'),(950,999,'powerkit_share_buttons_transient_ok','1695163305'),(951,999,'powerkit_share_buttons_transient_vkontakte','1695163306'),(964,2263,'_powerkit_reading_time','1'),(965,2263,'_edit_lock','1701368090:1'),(966,2263,'_edit_last','1'),(967,2263,'csco_singular_sidebar','disabled'),(968,2263,'csco_page_header_type','default'),(969,2263,'csco_post_video_location','a:0:{}'),(970,2263,'csco_post_video_url',''),(971,2263,'csco_post_video_bg_start_time','0'),(972,2263,'csco_post_video_bg_end_time','0'),(987,1263,'_edit_lock','1696422530:1'),(1002,2288,'_powerkit_reading_time','0'),(1003,2288,'_edit_lock','1696428337:1'),(1004,2288,'_edit_last','1'),(1005,2288,'csco_singular_sidebar','default'),(1006,2288,'csco_page_header_type','default'),(1007,2288,'csco_post_video_location','a:0:{}'),(1008,2288,'csco_post_video_url',''),(1009,2288,'csco_post_video_bg_start_time','0'),(1010,2288,'csco_post_video_bg_end_time','0'),(1011,726,'_edit_lock','1701368132:1'),(1012,726,'footnotes',''),(1013,726,'_edit_last','1'),(1014,726,'csco_singular_sidebar','disabled'),(1015,726,'csco_page_header_type','default'),(1016,726,'csco_post_video_location','a:0:{}'),(1017,726,'csco_post_video_url',''),(1018,726,'csco_post_video_bg_start_time','0'),(1019,726,'csco_post_video_bg_end_time','0'),(1020,2263,'footnotes',''),(1021,2304,'_wp_attached_file','2023/10/wellness-coach-logo.jpg'),(1022,2304,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:31:\"2023/10/wellness-coach-logo.jpg\";s:8:\"filesize\";i:8991;s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"wellness-coach-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8067;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:29:\"wellness-coach-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2773;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:29:\"wellness-coach-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2773;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:29:\"wellness-coach-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2773;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:31:\"wellness-coach-logo-160x140.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1026,2310,'_powerkit_reading_time','0'),(1027,2310,'_edit_lock','1696885197:1'),(1028,2310,'_edit_last','1'),(1029,2310,'csco_singular_sidebar','disabled'),(1030,2310,'csco_page_header_type','default'),(1031,2310,'csco_post_video_location','a:0:{}'),(1032,2310,'csco_post_video_url',''),(1033,2310,'csco_post_video_bg_start_time','0'),(1034,2310,'csco_post_video_bg_end_time','0'),(1035,2312,'_powerkit_reading_time','0'),(1036,2312,'_menu_item_type','post_type'),(1037,2312,'_menu_item_menu_item_parent','0'),(1038,2312,'_menu_item_object_id','2234'),(1039,2312,'_menu_item_object','page'),(1040,2312,'_menu_item_target',''),(1041,2312,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1042,2312,'_menu_item_xfn',''),(1043,2312,'_menu_item_url',''),(1044,2312,'_menu_item_orphaned','1696884032'),(1045,2313,'_powerkit_reading_time','0'),(1046,2313,'_menu_item_type','post_type'),(1047,2313,'_menu_item_menu_item_parent','0'),(1048,2313,'_menu_item_object_id','2234'),(1049,2313,'_menu_item_object','page'),(1050,2313,'_menu_item_target',''),(1051,2313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1052,2313,'_menu_item_xfn',''),(1053,2313,'_menu_item_url',''),(1055,2173,'_wp_old_date','2023-01-21'),(1056,2195,'_wp_old_date','2023-01-21'),(1057,2194,'_wp_old_date','2023-01-21'),(1058,2015,'_wp_old_date','2023-01-21'),(1059,2189,'footnotes','[]'),(1061,2321,'_wp_attached_file','2023/10/dr-about1.png'),(1062,2321,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2023/10/dr-about1.png\";s:8:\"filesize\";i:338879;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"dr-about1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"dr-about1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"dr-about1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281793;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:19:\"dr-about1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8869;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:21:\"dr-about1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53641;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:19:\"dr-about1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8869;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:21:\"dr-about1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53641;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:19:\"dr-about1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8869;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:21:\"dr-about1-200x140.png\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25287;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:21:\"dr-about1-380x220.png\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66519;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:21:\"dr-about1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44998;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:21:\"dr-about1-380x285.png\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81437;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:21:\"dr-about1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:286775;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:21:\"dr-about1-560x336.png\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136151;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1063,2191,'footnotes',''),(1064,2338,'_wp_attached_file','2023/10/back-kv1.jpg'),(1065,2338,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2023/10/back-kv1.jpg\";s:8:\"filesize\";i:70764;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"back-kv1-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"back-kv1-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28356;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:18:\"back-kv1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4862;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13444;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:18:\"back-kv1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4862;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13444;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:18:\"back-kv1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4862;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:20:\"back-kv1-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8354;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv1-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14830;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:20:\"back-kv1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11702;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:20:\"back-kv1-380x171.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11442;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:20:\"back-kv1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42659;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:20:\"back-kv1-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25295;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:20:\"back-kv1-800x360.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1068,260,'powerkit_share_buttons_transient_facebook','1700946243'),(1069,260,'powerkit_share_buttons_transient_pinterest','1700946243'),(1070,265,'powerkit_share_buttons_transient_facebook','1700302237'),(1071,265,'powerkit_share_buttons_transient_pinterest','1700302238'),(1072,284,'powerkit_share_buttons_transient_facebook','1700693768'),(1073,284,'powerkit_share_buttons_transient_pinterest','1700693769'),(1074,2343,'_powerkit_reading_time','0'),(1075,2344,'_wp_trash_meta_status','publish'),(1076,2344,'_wp_trash_meta_time','1701358603'),(1077,2344,'_powerkit_reading_time','1'),(1078,2345,'_powerkit_reading_time','1'),(1079,2345,'_edit_lock','1701358673:1'),(1080,2345,'_wp_trash_meta_status','publish'),(1081,2345,'_wp_trash_meta_time','1701358682'),(1083,2347,'footnotes',''),(1085,2349,'footnotes',''),(1086,2350,'footnotes',''),(1087,2351,'footnotes',''),(1088,2352,'footnotes',''),(1090,2354,'footnotes',''),(1092,2356,'footnotes',''),(1094,2358,'footnotes',''),(1095,2359,'_powerkit_reading_time','0'),(1097,2361,'footnotes',''),(1098,2362,'footnotes',''),(1100,2364,'footnotes','[]'),(1102,2366,'footnotes','[]'),(1104,2368,'footnotes','[]'),(1105,2369,'footnotes','[]'),(1106,2370,'footnotes','[]'),(1107,2371,'footnotes','[]'),(1108,2372,'footnotes',''),(1110,2374,'footnotes',''),(1111,2375,'footnotes',''),(1112,2376,'footnotes',''),(1114,2378,'footnotes',''),(1116,2380,'_wp_attached_file','2023/11/back-kv2.jpg'),(1117,2380,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2023/11/back-kv2.jpg\";s:8:\"filesize\";i:89607;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"back-kv2-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"back-kv2-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34520;}s:10:\"cnvs-small\";a:5:{s:4:\"file\";s:18:\"back-kv2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5544;}s:14:\"cnvs-thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16557;}s:8:\"pk-small\";a:5:{s:4:\"file\";s:18:\"back-kv2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5544;}s:12:\"pk-thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16557;}s:10:\"csco-small\";a:5:{s:4:\"file\";s:18:\"back-kv2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5544;}s:17:\"csco-intermediate\";a:5:{s:4:\"file\";s:20:\"back-kv2-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10107;}s:14:\"csco-thumbnail\";a:5:{s:4:\"file\";s:20:\"back-kv2-380x220.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17973;}s:26:\"csco-thumbnail-alternative\";a:5:{s:4:\"file\";s:20:\"back-kv2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14177;}s:24:\"csco-thumbnail-uncropped\";a:5:{s:4:\"file\";s:20:\"back-kv2-380x171.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13778;}s:11:\"csco-medium\";a:5:{s:4:\"file\";s:20:\"back-kv2-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52385;}s:23:\"csco-medium-alternative\";a:5:{s:4:\"file\";s:20:\"back-kv2-560x336.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31244;}s:21:\"csco-medium-uncropped\";a:5:{s:4:\"file\";s:20:\"back-kv2-800x360.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36173;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1118,2381,'footnotes','');
/*!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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text CHARACTER SET utf8mb4 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) CHARACTER SET utf8mb4 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=2382 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 (1,1,'2023-01-14 10:32:07','2023-01-14 10:32:07','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1673717001215\"} -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','KevKem Chiropractic!','','publish','open','open','','hello-world','','','2023-01-14 19:07:14','2023-01-14 19:07:14','',0,'http://192.168.1.140:8011/?p=1',0,'post','',1),(2,1,'2023-01-14 10:32:07','2023-01-14 10:32:07','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://192.168.1.140:8011/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2023-01-14 10:32:07','2023-01-14 10:32:07','',0,'http://192.168.1.140:8011/?page_id=2',0,'page','',0),(3,1,'2023-01-14 10:32:07','2023-01-14 10:32:07','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://192.168.1.140:8011.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-01-14 10:32:07','2023-01-14 10:32:07','',0,'http://192.168.1.140:8011/?page_id=3',0,'page','',0),(7,1,'2023-01-14 10:57:16','2023-01-14 10:57:16','<label> Your name\n [text* your-name autocomplete:name] </label>\n\n<label> Your email\n [email* your-email autocomplete:email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@192.168.1.140>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@192.168.1.140>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2023-01-14 10:57:16','2023-01-14 10:57:16','',0,'http://192.168.1.140:8011/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),(8,1,'2023-01-14 11:00:11','2023-01-14 11:00:11',' <!-- wp:heading {\"align\":\"center\",\"level\":1,\"canvasClassName\":\"cnvs-block-core-heading-1\"} -->\n <h1 class=\"has-text-align-center\">I\'m working on something amazing!<br>But don\'t worry, I\'ll back soon. </h1>\n <!-- /wp:heading -->\n ','Coming Soon','','publish','closed','closed','','coming-soon','','','2023-01-14 11:00:11','2023-01-14 11:00:11','',0,'http://192.168.1.140:8011/?page_id=8',0,'page','',0),(9,1,'2023-01-14 11:01:43','2023-01-14 11:01:43','','One Click Demo Import - log_file_2023-01-14__11-01-43','','inherit','open','closed','','one-click-demo-import-log_file_2023-01-14__11-01-43','','','2023-01-14 11:01:43','2023-01-14 11:01:43','',0,'http://192.168.1.140:8011/wp-content/uploads/2023/01/log_file_2023-01-14__11-01-43.txt',0,'attachment','text/plain',0),(67,1,'2019-10-14 14:31:04','2019-10-14 14:31:04','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Vici Consequat Justo Enim Adipiscing Luctus Nullam Fringilla Pretium','Vel eget luctus a sem pede sit metus nulla maecenas. Etiam eleifend curabitur lorem. Viverra faucibus sem ultricies vitae etiam quam id feugiat in tellus vici ut.','publish','open','open','','vici-consequat-justo-enim-adipiscing-luctus','','','2019-10-14 14:31:04','2019-10-14 14:31:04','',0,'https://codesupply.co/?p=67',0,'post','',0),(168,1,'2018-06-22 23:23:36','2018-06-22 23:23:36','','demo-image-00001','Sit dis sed ante','inherit','open','closed','','demo-image-00001','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',67,'https://cloud.codesupply.co/demo-content/demo-image-00001.jpg',0,'attachment','image/jpeg',0),(169,1,'2018-12-22 21:48:00','2018-12-22 21:48:00','','demo-image-00002','Magnis nam penatibus','inherit','open','closed','','demo-image-00002','','','2018-12-22 21:48:00','2018-12-22 21:48:00','',0,'https://cloud.codesupply.co/demo-content/demo-image-00002.jpg',0,'attachment','image/jpeg',0),(170,1,'2018-06-30 13:10:41','2018-06-30 13:10:41','','demo-image-00003','Pede nascetur eros','inherit','open','closed','','demo-image-00003','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',67,'https://cloud.codesupply.co/demo-content/demo-image-00003.jpg',0,'attachment','image/jpeg',0),(171,1,'2018-06-29 22:19:23','2018-06-29 22:19:23','','demo-image-00004','Faucibus etiam libero','inherit','open','closed','','demo-image-00004','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',67,'https://cloud.codesupply.co/demo-content/demo-image-00004.jpg',0,'attachment','image/jpeg',0),(172,1,'2018-12-25 16:06:18','2018-12-25 16:06:18','','demo-image-00005','Pellentesque venenatis ac','inherit','open','closed','','demo-image-00005','','','2018-12-25 16:06:18','2018-12-25 16:06:18','',0,'https://cloud.codesupply.co/demo-content/demo-image-00005.jpg',0,'attachment','image/jpeg',0),(173,1,'2018-04-16 15:30:11','2018-04-16 15:30:11','','demo-image-00006','Viverra faucibus sem','inherit','open','closed','','demo-image-00006','','','2018-04-16 15:30:11','2018-04-16 15:30:11','',0,'https://cloud.codesupply.co/demo-content/demo-image-00006.jpg',0,'attachment','image/jpeg',0),(259,1,'2019-10-06 21:37:57','2019-10-06 21:37:57','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Ipsum Sociis Ac Pretium Enim Neque Rhoncus Adipiscing Luctus','','publish','open','open','','ipsum-sociis-ac-pretium-enim-neque-rhoncus-adipiscing-luctus','','','2019-10-06 21:37:57','2019-10-06 21:37:57','',0,'https://codesupply.co/vici-consequat-justo-enim-adipiscing-luctus-nullam-fringilla-pretium/',0,'post','',0),(260,1,'2019-04-30 12:43:42','2019-04-30 12:43:42','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Nunc libero etiam enim','','publish','open','open','','nunc-libero-etiam-enim','','','2019-04-30 12:43:42','2019-04-30 12:43:42','',0,'https://codesupply.co/nunc-libero-etiam-enim/',0,'post','',0),(261,1,'2019-05-11 04:13:25','2019-05-11 04:13:25','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Pellentesque porttitor nec amet','','publish','open','open','','pellentesque-porttitor-nec-amet','','','2019-05-11 04:13:25','2019-05-11 04:13:25','',0,'https://codesupply.co/pellentesque-porttitor-nec-amet/',0,'post','',0),(262,1,'2019-08-25 13:04:21','2019-08-25 13:04:21','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Tellus Justo Ipsum Sociis Neque Rhoncus Ac Pellentesque','','publish','open','open','','tellus-justo-ipsum-sociis-neque-rhoncus-ac-pellentesque','','','2019-08-25 13:04:21','2019-08-25 13:04:21','',0,'https://codesupply.co/tellus-justo-ipsum-sociis-neque-rhoncus-ac-pellentesque/',0,'post','',0),(263,1,'2019-02-07 04:29:11','2019-02-07 04:29:11','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Ante Nulla Dapibus Quis Sit Semper Metus Eget Libero','','publish','open','open','','ante-nulla-dapibus-quis-sit-semper-metus-eget-libero','','','2019-02-07 04:29:11','2019-02-07 04:29:11','',0,'https://codesupply.co/ante-nulla-dapibus-quis-sit-semper-metus-eget-libero/',0,'post','',0),(264,1,'2019-05-05 00:48:31','2019-05-05 00:48:31','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Et Natoque Vitae Quam Libero Massa Venenatis','','publish','open','open','','et-natoque-vitae-quam-libero-massa-venenatis','','','2019-05-05 00:48:31','2019-05-05 00:48:31','',0,'https://codesupply.co/et-natoque-vitae-quam-libero-massa-venenatis/',0,'post','',0),(265,1,'2019-10-04 23:01:55','2019-10-04 23:01:55','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Tellus Etiam Commodo Pellentesque Nec Elit Eu Adipiscing Quis Massa','','publish','open','open','','tellus-etiam-commodo-pellentesque-nec-elit-eu-adipiscing-quis-massa','','','2019-10-04 23:01:55','2019-10-04 23:01:55','',0,'https://codesupply.co/tellus-etiam-commodo-pellentesque-nec-elit-eu-adipiscing-quis-massa/',0,'post','',0),(266,1,'2019-06-19 11:29:46','2019-06-19 11:29:46','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Pulvinar Semper Nec Libero Enim Pede Nascetur Massa','','publish','open','open','','pulvinar-semper-nec-libero-enim-pede-nascetur-massa','','','2019-06-19 11:29:46','2019-06-19 11:29:46','',0,'https://codesupply.co/pulvinar-semper-nec-libero-enim-pede-nascetur-massa/',0,'post','',0),(267,1,'2019-10-24 20:12:00','2019-10-24 20:12:00','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Dictum Dapibus Nam Massa Veni Tempus','','publish','open','open','','dictum-dapibus-nam-massa-veni-tempus','','','2019-10-24 20:12:00','2019-10-24 20:12:00','',0,'https://codesupply.co/dictum-dapibus-nam-massa-veni-tempus/',0,'post','',0),(268,1,'2019-07-16 02:50:07','2019-07-16 02:50:07','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Natoque Eget Quis Ante Nam Lorem Imperdiet','','publish','open','open','','natoque-eget-quis-ante-nam-lorem-imperdiet','','','2019-07-16 02:50:07','2019-07-16 02:50:07','',0,'https://codesupply.co/natoque-eget-quis-ante-nam-lorem-imperdiet/',0,'post','',0),(269,1,'2019-10-19 21:49:17','2019-10-19 21:49:17','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Tincidunt Eget Integer Quisque Cum Donec Quam Et Tellus Venenatis Sit Aenean','','publish','open','open','','tincidunt-eget-integer-quisque-cum-donec-quam-et-tellus-venenatis-sit-aenean','','','2019-10-19 21:49:17','2019-10-19 21:49:17','',0,'https://codesupply.co/tincidunt-eget-integer-quisque-cum-donec-quam-et-tellus-venenatis-sit-aenean/',0,'post','',0),(270,1,'2019-01-10 01:54:45','2019-01-10 01:54:45','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Eget Viverra Pellentesque Nullam Ultricies','','publish','open','open','','eget-viverra-pellentesque-nullam-ultricies','','','2019-01-10 01:54:45','2019-01-10 01:54:45','',0,'https://codesupply.co/eget-viverra-pellentesque-nullam-ultricies/',0,'post','',0),(271,1,'2019-03-04 10:23:26','2019-03-04 10:23:26','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Donec Cras Ut Eget Justo Nec Semper Sapien Viverra Ante','','publish','open','open','','donec-cras-ut-eget-justo-nec-semper-sapien-viverra-ante','','','2019-03-04 10:23:26','2019-03-04 10:23:26','',0,'https://codesupply.co/donec-cras-ut-eget-justo-nec-semper-sapien-viverra-ante/',0,'post','',0),(272,1,'2019-06-09 02:14:07','2019-06-09 02:14:07','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Phasellus Rhoncus Vitae Tellus Amet Nec Dis','','publish','open','open','','phasellus-rhoncus-vitae-tellus-amet-nec-dis','','','2019-06-09 02:14:07','2019-06-09 02:14:07','',0,'https://codesupply.co/phasellus-rhoncus-vitae-tellus-amet-nec-dis/',0,'post','',0),(273,1,'2019-05-04 14:17:04','2019-05-04 14:17:04','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Et Ante Donec Rutrum Integer Amet Ligula Vel Imperdiet Eu Viverra Eget','','publish','open','open','','et-ante-donec-rutrum-integer-amet-ligula-vel-imperdiet-eu-viverra-eget','','','2019-05-04 14:17:04','2019-05-04 14:17:04','',0,'https://codesupply.co/et-ante-donec-rutrum-integer-amet-ligula-vel-imperdiet-eu-viverra-eget/',0,'post','',0),(274,1,'2019-11-20 00:39:00','2019-11-20 00:39:00','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Sit Ligula Metus Sem. Eget Elementum Amet Tellus','','publish','open','open','','sit-ligula-metus-sem-eget-elementum-amet-tellus','','','2019-11-20 00:39:00','2019-11-20 00:39:00','',0,'https://codesupply.co/sit-ligula-metus-sem-eget-elementum-amet-tellus/',0,'post','',0),(275,1,'2019-02-26 22:29:27','2019-02-26 22:29:27','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Justo Eleifend Venenatis Rhoncus Natoque Pretium Etiam Odio','','publish','open','open','','justo-eleifend-venenatis-rhoncus-natoque-pretium-etiam-odio','','','2019-02-26 22:29:27','2019-02-26 22:29:27','',0,'https://codesupply.co/justo-eleifend-venenatis-rhoncus-natoque-pretium-etiam-odio/',0,'post','',0),(276,1,'2019-01-03 23:17:05','2019-01-03 23:17:05','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Vitae Nec Adipiscing Quis Semper Quam Tellus Nascetur Mollis','','publish','open','open','','vitae-nec-adipiscing-quis-semper-quam-tellus-nascetur-mollis','','','2019-01-03 23:17:05','2019-01-03 23:17:05','',0,'https://codesupply.co/vitae-nec-adipiscing-quis-semper-quam-tellus-nascetur-mollis/',0,'post','',0),(277,1,'2019-11-09 19:48:55','2019-11-09 19:48:55','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Nisi Dolor Etiam Eleifend Pretium Libero Quis Amet Nam Vel A Consequat Penatibus','','publish','open','open','','nisi-dolor-etiam-eleifend-pretium-libero-quis-amet-nam-vel-a-consequat-penatibus','','','2019-11-09 19:48:55','2019-11-09 19:48:55','',0,'https://codesupply.co/nisi-dolor-etiam-eleifend-pretium-libero-quis-amet-nam-vel-a-consequat-penatibus/',0,'post','',0),(278,1,'2019-11-09 22:57:07','2019-11-09 22:57:07','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Eleifend Amet Penatibus Etiam','','publish','open','open','','eleifend-amet-penatibus-etiam','','','2019-11-09 22:57:07','2019-11-09 22:57:07','',0,'https://codesupply.co/eleifend-amet-penatibus-etiam/',0,'post','',0),(279,1,'2019-02-22 23:05:31','2019-02-22 23:05:31','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Sapien Lorem Libero Augue Tincidunt','','publish','open','open','','sapien-lorem-libero-augue-tincidunt','','','2019-02-22 23:05:31','2019-02-22 23:05:31','',0,'https://codesupply.co/sapien-lorem-libero-augue-tincidunt/',0,'post','',0),(280,1,'2019-05-08 20:17:48','2019-05-08 20:17:48','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Tiam Ac Felis Quam Fringilla Ante Ultricies Enim Pede Eget','','publish','open','open','','tiam-ac-felis-quam-fringilla-ante-ultricies-enim-pede-eget','','','2019-05-08 20:17:48','2019-05-08 20:17:48','',0,'https://codesupply.co/tiam-ac-felis-quam-fringilla-ante-ultricies-enim-pede-eget/',0,'post','',0),(281,1,'2019-09-19 02:53:07','2019-09-19 02:53:07','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Quis Nascetur Aenean Ipsum Vici','','publish','open','open','','quis-nascetur-aenean-ipsum-vici','','','2019-09-19 02:53:07','2019-09-19 02:53:07','',0,'https://codesupply.co/quis-nascetur-aenean-ipsum-vici/',0,'post','',0),(282,1,'2019-07-24 18:24:54','2019-07-24 18:24:54','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Amet Consequat Sapien Aliquam Aenean Rhoncus Pellentesque Nunc','','publish','open','open','','amet-consequat-sapien-aliquam-aenean-rhoncus-pellentesque-nunc','','','2019-07-24 18:24:54','2019-07-24 18:24:54','',0,'https://codesupply.co/amet-consequat-sapien-aliquam-aenean-rhoncus-pellentesque-nunc/',0,'post','',0),(283,1,'2019-01-05 14:10:04','2019-01-05 14:10:04','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Dapibus Viverra Eleifend Rhoncus Eros Aliquam Vivamus','','publish','open','open','','dapibus-viverra-eleifend-rhoncus-eros-aliquam-vivamus','','','2019-01-05 14:10:04','2019-01-05 14:10:04','',0,'https://codesupply.co/dapibus-viverra-eleifend-rhoncus-eros-aliquam-vivamus/',0,'post','',0),(284,1,'2019-03-09 15:06:49','2019-03-09 15:06:49','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Nulla Neque Consectetuer Ac Mus Donec Penatibus Consequat Ut Ultricies','','publish','open','open','','nulla-neque-consectetuer-ac-mus-donec-penatibus-consequat-ut-ultricies','','','2019-03-09 15:06:49','2019-03-09 15:06:49','',0,'https://codesupply.co/nulla-neque-consectetuer-ac-mus-donec-penatibus-consequat-ut-ultricies/',0,'post','',0),(285,1,'2019-11-17 03:01:00','2019-11-17 03:01:00','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Penatibus Nulla Ut Sit Etiam Sociis Nisi Porttitor','','publish','open','open','','penatibus-nulla-ut-sit-etiam-sociis-nisi-porttitor','','','2019-11-17 03:01:00','2019-11-17 03:01:00','',0,'https://codesupply.co/penatibus-nulla-ut-sit-etiam-sociis-nisi-porttitor/',0,'post','',0),(286,1,'2019-08-26 04:06:32','2019-08-26 04:06:32','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Vel Consequat Eget Eros Ut Sem Nunc Augue Donec Aenean Nec Tellus Vitae Vulputate','','publish','open','open','','vel-consequat-eget-eros-ut-sem-nunc-augue-donec-aenean-nec-tellus-vitae-vulputate','','','2019-08-26 04:06:32','2019-08-26 04:06:32','',0,'https://codesupply.co/vel-consequat-eget-eros-ut-sem-nunc-augue-donec-aenean-nec-tellus-vitae-vulputate/',0,'post','',0),(287,1,'2019-02-03 03:05:51','2019-02-03 03:05:51','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Vel Amet Pulvinar Massa Integer Libero Dui Tempus Ante Justo Ut Viverra','','publish','open','open','','vel-amet-pulvinar-massa-integer-libero-dui-tempus-ante-justo-ut-viverra','','','2019-02-03 03:05:51','2019-02-03 03:05:51','',0,'https://codesupply.co/vel-amet-pulvinar-massa-integer-libero-dui-tempus-ante-justo-ut-viverra/',0,'post','',0),(288,1,'2019-11-01 01:38:00','2019-11-01 01:38:00','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523537732\"} -->\n<p>Aenean eleifend ante maecenas pulvinar montes lorem et pede dis dolor pretium donec dictum. Vici consequat justo enim. Venenatis eget adipiscing luctus lorem. Adipiscing veni amet luctus enim sem libero tellus viverra venenatis aliquam. Commodo natoque quam pulvinar elit.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/toc {\"canvasLocation\":\"root\"} /-->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574523538056\"} -->\n<h2>Nam condimentum varius justo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535124\"} -->\n<p>Eget aenean tellus venenatis. Donec odio tempus. Felis arcu <a href=\"#\">pretium metus</a> nullam quam aenean sociis quis sem neque vici libero. Venenatis nullam fringilla pretium magnis aliquam nunc vulputate integer augue ultricies cras. Eget viverra feugiat cras ut. Sit natoque montes tempus ligula eget vitae pede rhoncus maecenas consectetuer commodo condimentum aenean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1574523538327\"} -->\n<blockquote class=\"wp-block-quote\"><p>Quis adipiscing ligula donec ullamcorper tellus. Id odio vulputate aliquam nullam vitae tincidunt semper etiam quam donec quis</p><cite>Donec Massa Integer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538404\"} -->\n<p>Ut eu sem aenean imperdiet. Hendrerit penatibus <strong>sem adipiscing</strong> aliquet consequat nec orci nascetur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538557\"} -->\n<p>Etiam massa quam dolor aenean maecenas sociis tellus consectetuer. In sit donec massa integer nisi mus viverra odio ultricies ridiculus. Sapien sem lorem. Aenean sem venenatis arcu tellus fringilla vulputate quis vici nullam nec. Cum quam veni lorem elit aliquet pede in enim. Quam tempus dolor sem consectetuer ullamcorper etiam justo sed in orci eu ridiculus vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"className\":\"pk-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1574523538750\"} -->\n<ol class=\"pk-list-styled\"><li>Mollis lorem vitae varius.</li><li>Felis laoreet justo aenean curabitur <a href=\"#\">donec consequat</a> sit nascetur tellus dapibus.</li><li>Maecenas imperdiet vitae vidi vel parturient eleifend mollis eu libero.</li><li>Dictum libero felis feugiat fringilla sed etiam vel sem nullam elit vitae eu.</li><li>Felis nec eget curabitur sapien nisi aliquam pretium donec dapibus feugiat. Faucibus enim venenatis mus semper.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535153\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538758\"} -->\n<p>Enim dapibus ante sapien eleifend <em>dis vulputate</em> quis viverra ultricies vitae eros. Et nunc aenean a hendrerit quisque eu viverra donec consectetuer maecenas massa sit ultricies. Tellus ante quis vici elementum etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574523535163\"} -->\n<h2>Faucibus nullam luctus felis pretium donec</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535169\"} -->\n<p>Amet tempus viverra ut libero nascetur id veni ridiculus rhoncus. Dis donec cras ultricies. Eros vivamus enim nec nulla semper imperdiet aenean montes dictum porttitor metus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535173\"} -->\n<p>Sit dis sed ante integer ullamcorper vel donec tellus a. Nisi vici vulputate elit quis adipiscing aenean imperdiet justo varius. Vel <strong>eget luctus</strong> a sem pede sit metus nulla maecenas. Etiam eleifend curabitur lorem. Viverra faucibus sem ultricies vitae etiam quam id feugiat in tellus vici ut. Tellus quam varius commodo luctus aliquam nec amet nullam quis viverra sit fringilla consectetuer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"pk-list-positive\",\"canvasClassName\":\"cnvs-block-core-list-1574523535179\"} -->\n<ul class=\"pk-list-positive\"><li>Ultricies sit semper leo dolor maecenas.</li><li>Magnis nam penatibus justo nec quis eget amet venenatis integer rutrum eleifend commodo tincidunt.</li><li>Aenean nunc pretium lorem ullamcorper leo.</li><li>Nec arcu ullamcorper lorem mus eu.</li><li>Elit natoque mollis quisque.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535185\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535189\"} -->\n<p>Metus eros tellus viverra justo sapien quam nisi odio eu nullam. Justo neque nam ipsum ullamcorper lorem pellentesque donec condimentum porttitor. Orci ac tempus ridiculus quis maecenas imperdiet neque nascetur veni.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574523535194\"} -->\n<h3>Tincidunt veni tellus orci aenean consectetuer</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535200\"} -->\n<p>Sociis consequat adipiscing sit curabitur donec sem luctus cras natoque vulputate dolor eget dapibus. Nec vitae eros ullamcorper laoreet dapibus mus ac ante viverra. A aenean sit augue curabitur et parturient nisi sed enim. Nulla nec quis sit quisque sem commodo ultricies neque. Lorem eget venenatis dui ante luctus ultricies tellus montes. Quis in sapien tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535211\"} -->\n<p>Aliquam enim arcu ut. Vulputate pede nisi arcu ut nullam. Ac elit ut ullamcorper aenean dolor pede nec aliquam. Cum enim a. Ut dui phasellus cras. Vivamus pulvinar justo faucibus nec semper lorem nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535215\"} -->\n<p>Ut pede leo libero cum ridiculus quis arcu natoque ullamcorper eget nulla sociis. Semper condimentum quam integer lorem. Amet ac <em>dis semper eget</em> a dictum ligula. Justo eu ut. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque. Ultricies dui vel ipsum eleifend dolor ante donec justo nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535219\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574523535224\"} -->\n<h3>Eu ridiculus fringilla</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535228\"} -->\n<p>Nam dictum vitae penatibus ligula id sem eget ante faucibus feugiat nascetur vel. Pretium vitae mus rhoncus sit maecenas quam felis orci adipiscing. Aenean parturient eget quam. Leo vel lorem sociis phasellus arcu dolor. Dis donec eu pede.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535233\"} -->\n<p>Venenatis ante veni nullam ridiculus penatibus <a href=\"#\">vidi eu consectetuer</a> integer. Vulputate ipsum lorem nascetur rhoncus. Aliquam vitae elit blandit enim eget laoreet. Dapibus leo sociis quis nulla adipiscing amet integer sem ullamcorper in maecenas eu imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535239\"} -->\n<p>Ante blandit amet ultricies ut in nam massa rhoncus. Eget eu massa nisi quis viverra dapibus aliquam. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535243\"} -->\n<p>Maecenas tempus aenean nulla <strong>viverra neque</strong> vel nec cras justo sapien condimentum ut varius. Blandit sem etiam vel nullam vulputate sociis amet varius dolor. Vitae a ut. Etiam rhoncus ante sit. Nisi nullam donec dui eu phasellus a elementum elit faucibus nec. Eros eu pulvinar pede luctus sit aenean lorem.</p>\n<!-- /wp:paragraph -->','Etiam Ante Sem Enim Ipsum Amet Eros Ligula Ullamcorper Vivamus Eu','','publish','open','open','','etiam-ante-sem-enim-ipsum-amet-eros-ligula-ullamcorper-vivamus-eu','','','2019-11-01 01:38:00','2019-11-01 01:38:00','',0,'https://codesupply.co/etiam-ante-sem-enim-ipsum-amet-eros-ligula-ullamcorper-vivamus-eu/',0,'post','',0),(289,1,'2019-02-24 19:13:59','2019-02-24 19:13:59','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Et Tellus Id Magnis Nisi Maecenas Eget Nam','','publish','open','open','','et-tellus-id-magnis-nisi-maecenas-eget-nam','','','2019-02-24 19:13:59','2019-02-24 19:13:59','',0,'https://codesupply.co/et-tellus-id-magnis-nisi-maecenas-eget-nam/',0,'post','',0),(290,1,'2019-02-14 19:33:48','2019-02-14 19:33:48','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Rhoncus Ante Sit Nulla Sed Tellus Blandit Eleifend Nascetur','','publish','open','open','','rhoncus-ante-sit-nulla-sed-tellus-blandit-eleifend-nascetur','','','2019-02-14 19:33:48','2019-02-14 19:33:48','',0,'https://codesupply.co/rhoncus-ante-sit-nulla-sed-tellus-blandit-eleifend-nascetur/',0,'post','',0),(291,1,'2019-09-22 11:46:07','2019-09-22 11:46:07','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Massa Tincidunt Vel','','publish','open','open','','massa-tincidunt-vel','','','2019-09-22 11:46:07','2019-09-22 11:46:07','',0,'https://codesupply.co/massa-tincidunt-vel/',0,'post','',0),(292,1,'2019-01-19 14:34:23','2019-01-19 14:34:23','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Tempus Vitae Quis Rutrum Vel Ut Eget Eu Pulvinar Blandit','','publish','open','open','','tempus-vitae-quis-rutrum-vel-ut-eget-eu-pulvinar-blandit','','','2019-01-19 14:34:23','2019-01-19 14:34:23','',0,'https://codesupply.co/tempus-vitae-quis-rutrum-vel-ut-eget-eu-pulvinar-blandit/',0,'post','',0),(293,1,'2019-06-07 03:18:56','2019-06-07 03:18:56','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Leo A Vel Pretium Imperdiet Aenean','','publish','open','open','','leo-a-vel-pretium-imperdiet-aenean','','','2019-06-07 03:18:56','2019-06-07 03:18:56','',0,'https://codesupply.co/leo-a-vel-pretium-imperdiet-aenean/',0,'post','',0),(294,1,'2019-10-05 15:21:28','2019-10-05 15:21:28','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Maecenas Tincidunt Eget Libero Massa Vitae','','publish','open','open','','maecenas-tincidunt-eget-libero-massa-vitae','','','2019-10-05 15:21:28','2019-10-05 15:21:28','',0,'https://codesupply.co/maecenas-tincidunt-eget-libero-massa-vitae/',0,'post','',0),(295,1,'2019-08-17 14:06:35','2019-08-17 14:06:35','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','A Vivamus Penatibus Enim Sit Et Quam Vel Consequat','','publish','open','open','','a-vivamus-penatibus-enim-sit-et-quam-vel-consequat','','','2019-08-17 14:06:35','2019-08-17 14:06:35','',0,'https://codesupply.co/a-vivamus-penatibus-enim-sit-et-quam-vel-consequat/',0,'post','',0),(296,1,'2019-11-18 05:19:00','2019-11-18 05:19:00','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523537732\"} -->\n<p>Aenean eleifend ante maecenas pulvinar montes lorem et pede dis dolor pretium donec dictum. Vici consequat justo enim. Venenatis eget adipiscing luctus lorem. Adipiscing veni amet luctus enim sem libero tellus viverra venenatis aliquam. Commodo natoque quam pulvinar elit.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/toc {\"canvasLocation\":\"root\"} /-->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574523538056\"} -->\n<h2>Nam condimentum varius justo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535124\"} -->\n<p>Eget aenean tellus venenatis. Donec odio tempus. Felis arcu <a href=\"#\">pretium metus</a> nullam quam aenean sociis quis sem neque vici libero. Venenatis nullam fringilla pretium magnis aliquam nunc vulputate integer augue ultricies cras. Eget viverra feugiat cras ut. Sit natoque montes tempus ligula eget vitae pede rhoncus maecenas consectetuer commodo condimentum aenean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1574523538327\"} -->\n<blockquote class=\"wp-block-quote\"><p>Quis adipiscing ligula donec ullamcorper tellus. Id odio vulputate aliquam nullam vitae tincidunt semper etiam quam donec quis</p><cite>Donec Massa Integer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538404\"} -->\n<p>Ut eu sem aenean imperdiet. Hendrerit penatibus <strong>sem adipiscing</strong> aliquet consequat nec orci nascetur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538557\"} -->\n<p>Etiam massa quam dolor aenean maecenas sociis tellus consectetuer. In sit donec massa integer nisi mus viverra odio ultricies ridiculus. Sapien sem lorem. Aenean sem venenatis arcu tellus fringilla vulputate quis vici nullam nec. Cum quam veni lorem elit aliquet pede in enim. Quam tempus dolor sem consectetuer ullamcorper etiam justo sed in orci eu ridiculus vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"className\":\"pk-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1574523538750\"} -->\n<ol class=\"pk-list-styled\"><li>Mollis lorem vitae varius.</li><li>Felis laoreet justo aenean curabitur <a href=\"#\">donec consequat</a> sit nascetur tellus dapibus.</li><li>Maecenas imperdiet vitae vidi vel parturient eleifend mollis eu libero.</li><li>Dictum libero felis feugiat fringilla sed etiam vel sem nullam elit vitae eu.</li><li>Felis nec eget curabitur sapien nisi aliquam pretium donec dapibus feugiat. Faucibus enim venenatis mus semper.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535153\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538758\"} -->\n<p>Enim dapibus ante sapien eleifend <em>dis vulputate</em> quis viverra ultricies vitae eros. Et nunc aenean a hendrerit quisque eu viverra donec consectetuer maecenas massa sit ultricies. Tellus ante quis vici elementum etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574523535163\"} -->\n<h2>Faucibus nullam luctus felis pretium donec</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535169\"} -->\n<p>Amet tempus viverra ut libero nascetur id veni ridiculus rhoncus. Dis donec cras ultricies. Eros vivamus enim nec nulla semper imperdiet aenean montes dictum porttitor metus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[172,171,173],\"canvasClassName\":\"cnvs-block-core-gallery-1574523658351\"} -->\n<figure class=\"wp-block-gallery columns-3 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1-1160x1741.jpg\" alt=\"\" data-id=\"172\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1.jpg\" data-link=\"http://codesupply.co/demo-image-00005/\" class=\"wp-image-172\"/><figcaption class=\"blocks-gallery-item__caption\">Pellentesque venenatis ac</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1-1160x1741.jpg\" alt=\"\" data-id=\"171\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1.jpg\" data-link=\"http://codesupply.co/2018/10/14/vici-consequat-justo-enim-adipiscing-luctus/demo-image-00004/\" class=\"wp-image-171\"/><figcaption class=\"blocks-gallery-item__caption\">Faucibus etiam libero</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1-1160x1741.jpg\" alt=\"\" data-id=\"173\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1.jpg\" data-link=\"http://codesupply.co/demo-image-00006/\" class=\"wp-image-173\"/><figcaption class=\"blocks-gallery-item__caption\">Viverra faucibus sem</figcaption></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535173\"} -->\n<p>Sit dis sed ante integer ullamcorper vel donec tellus a. Nisi vici vulputate elit quis adipiscing aenean imperdiet justo varius. Vel <strong>eget luctus</strong> a sem pede sit metus nulla maecenas. Etiam eleifend curabitur lorem. Viverra faucibus sem ultricies vitae etiam quam id feugiat in tellus vici ut. Tellus quam varius commodo luctus aliquam nec amet nullam quis viverra sit fringilla consectetuer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"pk-list-positive\",\"canvasClassName\":\"cnvs-block-core-list-1574523535179\"} -->\n<ul class=\"pk-list-positive\"><li>Ultricies sit semper leo dolor maecenas.</li><li>Magnis nam penatibus justo nec quis eget amet venenatis integer rutrum eleifend commodo tincidunt.</li><li>Aenean nunc pretium lorem ullamcorper leo.</li><li>Nec arcu ullamcorper lorem mus eu.</li><li>Elit natoque mollis quisque.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535185\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535189\"} -->\n<p>Metus eros tellus viverra justo sapien quam nisi odio eu nullam. Justo neque nam ipsum ullamcorper lorem pellentesque donec condimentum porttitor. Orci ac tempus ridiculus quis maecenas imperdiet neque nascetur veni.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574523535194\"} -->\n<h3>Tincidunt veni tellus orci aenean consectetuer</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535200\"} -->\n<p>Sociis consequat adipiscing sit curabitur donec sem luctus cras natoque vulputate dolor eget dapibus. Nec vitae eros ullamcorper laoreet dapibus mus ac ante viverra. A aenean sit augue curabitur et parturient nisi sed enim. Nulla nec quis sit quisque sem commodo ultricies neque. Lorem eget venenatis dui ante luctus ultricies tellus montes. Quis in sapien tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":170,\"canvasClassName\":\"cnvs-block-core-image-1574523535205\"} -->\n<figure class=\"wp-block-image\"><img src=\"http://192.168.1.140:8011/wp-content/uploads/2018/06/demo-image-00003.jpg\" alt=\"\" class=\"wp-image-170\"/><figcaption>Pede nascetur eros</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535211\"} -->\n<p>Aliquam enim arcu ut. Vulputate pede nisi arcu ut nullam. Ac elit ut ullamcorper aenean dolor pede nec aliquam. Cum enim a. Ut dui phasellus cras. Vivamus pulvinar justo faucibus nec semper lorem nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535215\"} -->\n<p>Ut pede leo libero cum ridiculus quis arcu natoque ullamcorper eget nulla sociis. Semper condimentum quam integer lorem. Amet ac <em>dis semper eget</em> a dictum ligula. Justo eu ut. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque. Ultricies dui vel ipsum eleifend dolor ante donec justo nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535219\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574523535224\"} -->\n<h3>Eu ridiculus fringilla</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535228\"} -->\n<p>Nam dictum vitae penatibus ligula id sem eget ante faucibus feugiat nascetur vel. Pretium vitae mus rhoncus sit maecenas quam felis orci adipiscing. Aenean parturient eget quam. Leo vel lorem sociis phasellus arcu dolor. Dis donec eu pede.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[172,171,173],\"canvasClassName\":\"cnvs-block-core-gallery-1574523681348\"} -->\n<figure class=\"wp-block-gallery columns-3 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1-1160x1741.jpg\" alt=\"\" data-id=\"172\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1.jpg\" data-link=\"http://codesupply.co/demo-image-00005/\" class=\"wp-image-172\"/><figcaption class=\"blocks-gallery-item__caption\">Pellentesque venenatis ac</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1-1160x1741.jpg\" alt=\"\" data-id=\"171\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1.jpg\" data-link=\"http://codesupply.co/2018/10/14/vici-consequat-justo-enim-adipiscing-luctus/demo-image-00004/\" class=\"wp-image-171\"/><figcaption class=\"blocks-gallery-item__caption\">Faucibus etiam libero</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1-1160x1741.jpg\" alt=\"\" data-id=\"173\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1.jpg\" data-link=\"http://codesupply.co/demo-image-00006/\" class=\"wp-image-173\"/><figcaption class=\"blocks-gallery-item__caption\">Viverra faucibus sem</figcaption></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535233\"} -->\n<p>Venenatis ante veni nullam ridiculus penatibus <a href=\"#\">vidi eu consectetuer</a> integer. Vulputate ipsum lorem nascetur rhoncus. Aliquam vitae elit blandit enim eget laoreet. Dapibus leo sociis quis nulla adipiscing amet integer sem ullamcorper in maecenas eu imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535239\"} -->\n<p>Ante blandit amet ultricies ut in nam massa rhoncus. Eget eu massa nisi quis viverra dapibus aliquam. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535243\"} -->\n<p>Maecenas tempus aenean nulla <strong>viverra neque</strong> vel nec cras justo sapien condimentum ut varius. Blandit sem etiam vel nullam vulputate sociis amet varius dolor. Vitae a ut. Etiam rhoncus ante sit. Nisi nullam donec dui eu phasellus a elementum elit faucibus nec. Eros eu pulvinar pede luctus sit aenean lorem.</p>\n<!-- /wp:paragraph -->','A Pretium Enim Dolor Donec Eu Venenatis Curabitur','','publish','open','open','','a-pretium-enim-dolor-donec-eu-venenatis-curabitur','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',0,'https://codesupply.co/a-pretium-enim-dolor-donec-eu-venenatis-curabitur/',0,'post','',0),(297,1,'2019-07-15 07:06:10','2019-07-15 07:06:10','<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459365\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Structured gripped tape invisible moulded cups for sauppor firm hold strong powermesh front liner sport detail. Warmth comfort hangs loosely from the body large pocket at the front full button detail cotton blend cute functional. Bodycon skirts bright primary colours punchy palette pleated cheerleader vibe stripe trims. Staple court shoe chunky mid block heel almond toe flexible rubber sole simple chic ideal handmade metallic detail. Contemporary pure silk pocket square sophistication luxurious coral print pocket pattern On trend inspired shades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459374\"} -->\n<p>Striking pewter studded epaulettes silver zips inner drawstring waist channel urban edge single-breasted jacket.&nbsp;Engraved attention to detail elegant with neutral colours cheme quartz leather strap fastens with a pin a buckle clasp. Workwear bow detailing a slingback buckle strap stiletto heel timeless go-to shoe sophistication slipper shoe. Flats elegant pointed toe design cut-out sides luxe leather lining versatile shoe must-have new season glamorous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:more {\"canvasClassName\":\"cnvs-block-core-more-1569250459382\"} -->\n<!--more-->\n<!-- /wp:more -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1569250459387\"} -->\n<blockquote class=\"wp-block-quote\"><p>Knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral.</p><cite>Timeless clean perfume</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459394\"} -->\n<p>Foam padding in the insoles leather finest quality staple flat slip-on design pointed toe off-duty shoe. Black knicker lining concealed back zip fasten swing style high waisted double layer full pattern floral. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1569250459398\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Crisp fresh iconic elegant timeless clean perfume</li><li>Neck straight sharp silhouette and dart detail</li><li>Machine wash cold slim fit premium stretch selvedge denim comfortable low waist</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569250459405\"} -->\n<p>See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing. Leather detail shoulder contrastic colour contour stunning silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennial lapel collar flap chest pockets topline stitching cropped jacket. Effortless comfortable full leather lining eye-catching unique detail to the toe low \'cut-away\' sides clean and sleek. Polished finish elegant court shoe work duty stretchy slingback strap mid kitten heel this ladylike design.</p>\n<!-- /wp:paragraph -->','Integer Maecenas Eget Viverra','Aenean eleifend ante maecenas pulvinar montes lorem et pede dis dolor pretium donec dictum. Vici consequat justo enim. Venenatis eget adipiscing luctus lorem.','publish','open','open','','integer-maecenas-eget-viverra','','','2019-07-15 07:06:10','2019-07-15 07:06:10','',0,'https://codesupply.co/integer-maecenas-eget-viverra/',0,'post','',0),(726,1,'2018-06-25 12:27:53','2018-06-25 12:27:53','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"color\":{\"background\":\"#f0f0f0\"}},\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#f0f0f0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701363110574\"} -->\n<p><strong><em>Mon</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><strong><em>Tue</em> : 10AM - 1:30PM &amp; 3:30PM - 6:00PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><strong><em>Wed</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><strong><em>Thu</em> : 10AM - 1:30PM &amp; 3:30PM - 6:00PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><strong><em>Fri</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><strong><em>Sat</em> : By Appt Closed</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><strong><em>Sun</em> : Closed - Closed</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":20,\"paddingRight\":20,\"paddingLink\":true} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','publish','closed','closed','','contact-form','','','2023-11-30 16:57:42','2023-11-30 16:57:42','',0,'https://codesupply.co/?page_id=33',0,'page','',0),(728,1,'2018-06-28 15:31:46','2018-06-28 15:31:46','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564563575039\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564563576160\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564563576134\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/toc {\"canvasClassName\":\"cnvs-block-toc-1569597447269\",\"canvasLocation\":\"root\",\"depth\":1} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248868\"} -->\n<p>Tempus ante condimentum sem hendrerit eu phasellus vidi et quis orci arcu quam augue. Hendrerit amet id a condimentum semper felis. Donec sed lorem feugiat aenean ante cras elementum pede. Quis eget blandit felis et.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569596248873\"} -->\n<h2>List</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248878\"} -->\n<p>Vici ac felis tellus in pretium. Etiam dui pretium eget vel laoreet cras rhoncus aenean imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/posts {\"canvasClassName\":\"cnvs-block-featured-posts-1569596324572\",\"canvasLocation\":\"root\",\"layout\":\"list\",\"showExcerpt\":false,\"layout_list_archivePostsCount\":3} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248887\"} -->\n<p>Vitae integer tempus eget sem aenean amet leo pretium nam enim dui nulla sed. Rutrum dolor <em>sapien</em> aenean consequat mollis ut justo arcu pellentesque quisque dis natoque nec. Pretium vitae blandit vel elit faucibus vici amet ridiculus. Aenean natoque ipsum eget. Sem varius justo pede veni feugiat. Maecenas vitae feugiat pellentesque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569596248893\"} -->\n<h2>Post Slider</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248899\"} -->\n<p>Maecenas ridiculus lorem sit vitae eu. Justo sit vulputate etiam vel pede natoque enim consequat metus tellus massa feugiat hendrerit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1569662380689\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569596440347\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:canvas/posts {\"canvasClassName\":\"cnvs-block-featured-posts-1569662089672\",\"canvasLocation\":\"section-sidebar\",\"layout\":\"sidebar-slider\",\"layout_sidebar-slider_orientation\":\"portrait\",\"layout_sidebar-slider_widgetPostsCount\":3,\"layout_sidebar-slider_typographyHeading\":\"1.25rem\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569596440353\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596452040\"} -->\n<p>Consequat tincidunt hendrerit eu odio vulputate luctus eleifend dolor ligula. Magnis amet ante dapibus vidi phasellus ipsum venenatis integer pulvinar. Felis curabitur eu ipsum dapibus nisi hendrerit. Nec adipiscing feugiat quam et dui libero nullam rhoncus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596452045\"} -->\n<p>Nullam penatibus ut. Nam elit natoque <strong>imperdiet</strong> fringilla vidi quis. Eu venenatis eleifend natoque orci ultricies sit eros ac nullam quam. Massa pede ridiculus tellus. Vel nam massa mus eget ligula porttitor et. Maecenas imperdiet dolor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596452050\"} -->\n<p>Sem aliquet aenean blandit libero faucibus nam mollis nulla ut eleifend. Vel vivamus rhoncus tempus ante nec amet imperdiet venenatis vitae. Etiam hendrerit ultricies. Aenean sapien nisi rhoncus ullamcorper nec. Eget nascetur quis.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569662186370\"} -->\n<h2>Side Widget</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569662182678\"} -->\n<p>Maecenas ridiculus lorem sit vitae eu. Justo sit vulputate etiam vel pede natoque enim consequat metus tellus massa feugiat hendrerit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1569596440193\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569662174459\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:canvas/posts {\"canvasClassName\":\"cnvs-block-featured-posts-1569662174453\",\"canvasLocation\":\"section-sidebar\",\"layout\":\"sidebar-large\",\"layout_sidebar-large_widgetPostsCount\":1,\"layout_sidebar-large_typographyHeading\":\"1.25rem\",\"layout_sidebar-slider_orientation\":\"portrait\",\"layout_sidebar-slider_widgetPostsCount\":3} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569662174489\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569662174466\"} -->\n<p>Consequat tincidunt hendrerit eu odio vulputate luctus eleifend dolor ligula. Magnis amet ante dapibus vidi phasellus ipsum venenatis integer pulvinar. Felis curabitur eu ipsum dapibus nisi hendrerit. Nec adipiscing feugiat quam et dui libero nullam rhoncus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569662174473\"} -->\n<p>Nullam penatibus ut. Nam elit natoque <strong>imperdiet</strong> fringilla vidi quis. Eu venenatis eleifend natoque orci ultricies sit eros ac nullam quam. Massa pede ridiculus tellus. Vel nam massa mus eget ligula porttitor et. Maecenas imperdiet dolor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569662174480\"} -->\n<p>Sem aliquet aenean blandit libero faucibus nam mollis nulla ut eleifend. Vel vivamus rhoncus tempus ante nec amet imperdiet venenatis vitae.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248910\"} -->\n<p>Massa a eleifend quis nunc mus justo nisi aenean penatibus nulla. Tempus pulvinar amet eget. In varius orci eget. Enim nulla etiam et nam id mollis nullam sit consectetuer magnis eu. Tempus ante lorem pede imperdiet nam etiam felis viverra. Nam et nec natoque aenean <strong>vivamus</strong> sapien amet vulputate ligula curabitur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569596248913\"} -->\n<h2>Grid</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248918\"} -->\n<p>Leo nec enim eget pulvinar sem ridiculus etiam elementum vitae. Ridiculus integer id pretium sit justo etiam curabitur orci pulvinar adipiscing vel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/posts {\"canvasClassName\":\"cnvs-block-featured-posts-1569596523045\",\"canvasLocation\":\"root\",\"layout\":\"grid\",\"showExcerpt\":false,\"layout_grid_archivePostsCount\":2,\"layout_grid_thumbnailOrientation\":\"landscape\"} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248927\"} -->\n<p>Enim tellus quam vici phasellus nam elit. Donec libero leo nam ante sem eget condimentum nec veni felis enim quisque vitae. Tincidunt eget quisque rhoncus sem penatibus donec quam vulputate quis ipsum lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248944\"} -->\n<p>Eu nunc donec. Orci etiam lorem nisi eu fringilla eget vel dis dapibus ultricies justo. Curabitur <em>tincidunt cras</em> porttitor. Enim vidi dapibus aenean pretium quis et nullam etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569596248972\"} -->\n<p>Nam vici ut quis semper consectetuer tempus sit quam vitae enim. In parturient ipsum penatibus enim lorem vitae eget venenatis sit ligula. Dapibus maecenas ultricies enim ante ligula. Condimentum amet montes imperdiet aenean rhoncus donec etiam. Vivamus sit nec amet ipsum vitae nam viverra justo lorem vel. Pellentesque vulputate consectetuer amet.</p>\n<!-- /wp:paragraph -->','Inline Posts','','publish','closed','closed','','inline-posts','','','2018-06-28 15:31:46','2018-06-28 15:31:46','',0,'https://codesupply.co/?page_id=345',0,'page','',0),(893,1,'2019-07-31 06:42:30','2019-07-31 06:42:30','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564555417403\"} -->\n<h2 class=\"is-style-default\">Inline</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866093\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866723\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659250138\"} -->\n<h5 id=\"light\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866715\",\"canvasLocation\":\"section-content\",\"template\":\"inline\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866735\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659255597\"} -->\n<h5 id=\"bold\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866729\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"inline\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866097\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866748\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659262960\"} -->\n<h5 id=\"light-background\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866743\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866760\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659273076\"} -->\n<h5 id=\"bold-background\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866754\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1567066222873\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1567066223149\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1567066223127\"} -->\n<h5 id=\"light-background\"> Bold Background </h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1567066223140\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1567066223172\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1567066223157\"} -->\n<h5 id=\"bold-background\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1567066223164\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866101\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866775\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659280011\"} -->\n<h5 id=\"light-rounded\">Dark Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866769\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-dark-bg\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866786\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659286388\"} -->\n<h5 id=\"bold-rounded\">Dark Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866781\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-dark-rounded\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564557217824\"} -->\n<h2 class=\"is-style-default\"> Vertical List</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866106\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866810\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659381617\"} -->\n<h5 id=\"light-2\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866795\",\"canvasLocation\":\"section-sidebar\",\"template\":\"vertical\",\"showLabels\":false,\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866832\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659388139\"} -->\n<h5 id=\"bold-2\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866823\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"vertical\",\"showLabels\":false,\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659300419\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659393004\"} -->\n<h5 id=\"light-background-2\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659374660\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866111\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866854\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659492404\"} -->\n<h5 id=\"bold-background-2\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866845\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866875\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659499013\"} -->\n<h5 id=\"light-rounded-2\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866864\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659445222\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659607038\"} -->\n<h5>Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659520998\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565692866115\"} -->\n<h2 class=\"is-style-default\"> 2 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866118\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866900\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659578688\"} -->\n<h5 id=\"light-3\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866892\",\"canvasLocation\":\"section-sidebar\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866914\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659584004\"} -->\n<h5 id=\"bold-3\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866908\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659550777\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659589026\"} -->\n<h5 id=\"light-background-3\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659593102\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866124\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866934\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659637915\"} -->\n<h5 id=\"bold-background-3\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866926\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866953\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659644917\"} -->\n<h5 id=\"light-rounded-3\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866943\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659556814\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659651838\"} -->\n<h5 id=\"bold-rounded-3\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659654743\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565692866137\"} -->\n<h2 class=\"is-style-default\">3 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866145\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866976\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659191334\"} -->\n<h5 id=\"light-4\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866968\",\"canvasLocation\":\"section-content\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866994\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659185858\"} -->\n<h5 id=\"bold-4\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866985\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866153\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867009\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659174519\"} -->\n<h5 id=\"light-background-4\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867002\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867031\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659167234\"} -->\n<h5 id=\"bold-background-4\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867020\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866162\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867048\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659157845\"} -->\n<h5 id=\"light-rounded-4\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867039\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867067\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659146780\"} -->\n<h5 id=\"bold-rounded-4\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867059\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565692866169\"} -->\n<h2 class=\"is-style-default\">4 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866177\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867084\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659121587\"} -->\n<h5 id=\"light-5\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867077\",\"canvasLocation\":\"section-content\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867102\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659115904\"} -->\n<h5 id=\"bold-5\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867093\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866196\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867125\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659108680\"} -->\n<h5 id=\"light-background-5\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867115\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867142\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659101245\"} -->\n<h5 id=\"bold-background-5\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867132\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866200\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867159\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659035162\"} -->\n<h5 id=\"light-rounded-5\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867150\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867184\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659028730\"} -->\n<h5 id=\"bold-rounded-5\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867169\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564557374609\"} -->\n<h2 class=\"is-style-default\">6 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564555895956\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555895996\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658964250\"} -->\n<h5 id=\"light-6\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564555921404\",\"canvasLocation\":\"section-content\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555896060\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658949534\"} -->\n<h5 id=\"light-background-6\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564555935773\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564555956239\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555956278\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658955728\"} -->\n<h5 id=\"bold-6\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564556017736\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555956322\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658933461\"} -->\n<h5 id=\"bold-background-6\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564555962955\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564556048174\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564556048210\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658923737\"} -->\n<h5 id=\"light-rounded-6\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564556064327\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564556048252\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658915603\"} -->\n<h5 id=\"bold-rounded-6\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564556103658\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564557792351\"} -->\n<h2 class=\"is-style-default\"> All Supported Social Links </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564557796095\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-4\"} /-->','Social Links','','publish','closed','closed','','social-links','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=893',0,'page','',0),(925,1,'2019-07-31 09:20:49','2019-07-31 09:20:49','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564691557\"} -->\n<h2 class=\"is-style-default\">Dismissible Alerts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702830\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-danger\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702870\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702831\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702871\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702832\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-info\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702872\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702833\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-success\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702873\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564770046\"} -->\n<h2 class=\"is-style-default\" id=\"multi-line-alerts\">Multi-Line Alerts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564770034\"} -->\n<p>HereΓÇÖre some examples of multi-line alerts with headings and paragraphs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780254\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-danger\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781304\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569488515285\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780255\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781305\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564781312\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780256\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-info\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781306\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564781317\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780258\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-success\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781308\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564781319\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->','Alerts','','publish','closed','closed','','alerts','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=925',0,'page','',0),(929,1,'2019-07-31 09:24:50','2019-07-31 09:24:50','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931420\",\"canvasLocation\":\"root\",\"width\":25,\"height\":16,\"animated\":true} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931421\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-dark\",\"width\":50,\"height\":16,\"animated\":true,\"displayPercent\":true} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931422\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-success\",\"width\":75,\"height\":2,\"striped\":false} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931423\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-info\",\"width\":25,\"height\":16,\"striped\":false} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931424\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-warning\",\"width\":50,\"height\":1,\"striped\":false} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931425\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-danger\",\"width\":75,\"height\":16,\"displayPercent\":true} /-->','Progress Bars','','publish','closed','closed','','progress-bars','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=929',0,'page','',0),(934,1,'2019-07-31 09:33:33','2019-07-31 09:33:33','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565482077\"} -->\n<h2 class=\"is-style-default\" id=\"solid\">Solid</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565482119\"} -->\n<p>Amet imperdiet vulputate. Sociis dolor nisi tellus justo fringilla libero orci ligula vel phasellus odio eleifend. Ante quam quis varius. Donec aenean sed quisque varius rutrum quam tellus. Massa quis justo et leo ipsum aliquet ullamcorper curabitur eu ut sem. Veni maecenas et rhoncus vivamus metus consectetuer nisi ante etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565482063\"} -->\n<p>Dui ullamcorper libero ut eleifend ridiculus consequat. Enim augue ante. Justo imperdiet sapien. Imperdiet ligula dictum amet nec tellus id quis libero. Venenatis aenean blandit justo semper curabitur ipsum quis quam donec aliquet. Varius dapibus aenean massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide is-cnvs-separator-id-1574522713494\",\"canvasClassName\":\"cnvs-block-core-separator-1564565499408\"} -->\n<hr class=\"wp-block-separator is-style-wide is-cnvs-separator-id-1574522713494\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565520865\"} -->\n<h2 class=\"is-style-default\" id=\"double\">Double</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565520904\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper. Etiam dis aenean nam leo magnis. Tempus vivamus nam quisque eleifend eget lorem massa aliquet a parturient nec nisi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565520847\"} -->\n<p>Justo nullam vel ipsum consequat aliquam ut ligula cras. Maecenas pretium nam orci leo quis a augue. Ante sem aenean consequat phasellus eget dis et odio sociis. Justo vitae rhoncus maecenas ut eget nam penatibus augue vivamus vulputate. Venenatis veni vitae semper rutrum pretium ullamcorper augue luctus. Eget odio rhoncus nullam pellentesque vici et aenean ut nisi commodo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-cnvs-separator-double is-cnvs-separator-id-1574522713503\",\"canvasClassName\":\"cnvs-block-core-separator-1564565535801\"} -->\n<hr class=\"wp-block-separator is-style-cnvs-separator-double is-cnvs-separator-id-1574522713503\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565563528\"} -->\n<h2 class=\"is-style-default\" id=\"dotted\">Dotted</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565563531\"} -->\n<p>A quam veni. Tincidunt veni et. Pulvinar nec magnis semper quis justo donec venenatis sed et. Ut etiam veni amet enim. Vitae ante varius. Pede eu massa justo vel penatibus eget viverra commodo lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565563516\"} -->\n<p>Donec nascetur tellus quam ullamcorper vel. Etiam faucibus elementum et. Ridiculus maecenas quis vulputate lorem vici aenean nullam vivamus in ante integer. Eu magnis vel donec mus. Hendrerit sociis quam lorem. Nisi eget vitae blandit eros varius aliquet ante.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-cnvs-separator-dotted is-cnvs-separator-id-1574522713512\",\"canvasClassName\":\"cnvs-block-core-separator-1564565573821\"} -->\n<hr class=\"wp-block-separator is-style-cnvs-separator-dotted is-cnvs-separator-id-1574522713512\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565591579\"} -->\n<h2 class=\"is-style-default\" id=\"dashed\">Dashed</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565591551\"} -->\n<p>Imperdiet vici condimentum sem etiam quis leo pede nec. Amet etiam feugiat sapien tincidunt eget. Luctus quam ut cum sem dui rhoncus nec eu maecenas. Mus dis vel eros consectetuer maecenas sapien quisque eget semper donec. Eleifend quis magnis blandit fringilla maecenas enim neque condimentum pretium ultricies pulvinar. Vel nisi aenean imperdiet a viverra pulvinar sed ligula pede mus lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565591535\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-cnvs-separator-dashed is-cnvs-separator-id-1574522713520\",\"canvasClassName\":\"cnvs-block-core-separator-1564565595858\"} -->\n<hr class=\"wp-block-separator is-style-cnvs-separator-dashed is-cnvs-separator-id-1574522713520\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565607476\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565608516\"} -->\n<p>Massa ac venenatis faucibus maecenas leo nunc eleifend a ultricies sem hendrerit nam. Vitae dis venenatis hendrerit vulputate eleifend dui ultricies rhoncus mus. Tincidunt vitae semper adipiscing quam eros lorem ut vel elementum pellentesque nec parturient. Lorem nam eu a sem quis. Rhoncus vulputate eget fringilla mollis massa rutrum ipsum magnis. Nascetur quam ante varius tellus et consequat blandit magnis ipsum id penatibus dolor.</p>\n<!-- /wp:paragraph -->','Separators','','publish','closed','closed','','separators','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=934',0,'page','',0),(936,1,'2019-07-31 09:37:04','2019-07-31 09:37:04','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565727857\"} -->\n<h2 class=\"is-style-default\" id=\"with-posts\">With Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564565759236\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565759267\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/facebook-fanpage {\"canvasClassName\":\"cnvs-block-facebook-fanpage-1564565791090\",\"canvasLocation\":\"section-content\",\"href\":\"https://facebook.com/envato/\",\"showFacepile\":true,\"showPosts\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565759312\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565779977\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565780562\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565780498\"} -->\n<p>Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565862194\"} -->\n<h2 class=\"is-style-default\" id=\"without-posts\">Without Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564565867072\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565867107\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/facebook-fanpage {\"canvasClassName\":\"cnvs-block-facebook-fanpage-1564565885229\",\"canvasLocation\":\"section-content\",\"href\":\"https://facebook.com/envato/\",\"showFacepile\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565867146\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565874259\"} -->\n<p>\n\nMassa ac venenatis faucibus maecenas leo nunc eleifend a ultricies sem hendrerit nam. Vitae dis venenatis hendrerit vulputate eleifend dui ultricies rhoncus mus. Tincidunt vitae semper adipiscing quam eros lorem ut vel elementum pellentesque nec parturient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565874740\"} -->\n<p>Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565922351\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564565934708\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565934753\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/facebook-fanpage {\"canvasClassName\":\"cnvs-block-facebook-fanpage-1564565950879\",\"canvasLocation\":\"section-content\",\"href\":\"https://facebook.com/envato/\",\"showCover\":false,\"smallHeader\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565934810\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565965004\"} -->\n<p>Massa ac venenatis faucibus maecenas leo nunc eleifend a ultricies sem hendrerit nam. Vitae dis venenatis hendrerit vulputate eleifend dui ultricies rhoncus mus. Tincidunt vitae semper adipiscing quam eros lorem ut vel elementum pellentesque nec parturient. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Facebook Fanpage','','publish','closed','closed','','facebook-fanpage','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=936',0,'page','',0),(940,1,'2019-07-31 10:12:44','2019-07-31 10:12:44','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564567781295\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564567781338\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564567867942\"} -->\n<h2 class=\"is-style-default\" id=\"2-columns\">2 Columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1564567811859\",\"canvasLocation\":\"section-sidebar\",\"showHeader\":false,\"columns\":2,\"buttonStyle\":\"squared\",\"buttonFullWidth\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564567781400\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564567873152\"} -->\n<h2 class=\"is-style-default\" id=\"3-columns\">3 Columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1564567879082\",\"canvasLocation\":\"section-content\",\"showHeader\":false,\"showFollowButton\":false,\"number\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564568531815\"} -->\n<h2 class=\"is-style-default\">5 Columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1564567929489\",\"canvasLocation\":\"root\",\"showHeader\":false,\"showFollowButton\":false,\"number\":10,\"columns\":5} /-->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564569036452\"} -->\n<h2 class=\"is-style-default\"> Featured Style </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564569069444\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564569069492\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574258549609\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1565615152485\",\"canvasLocation\":\"default\",\"number\":6,\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /--></div></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564569069533\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:group {\"className\":\"is-style-cnvs-block-shadow\",\"canvasClassName\":\"cnvs-block-core-group-1574258571614\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-shadow\"><div class=\"wp-block-group__inner-container\"><!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1565615197827\",\"canvasLocation\":\"default\",\"number\":6,\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /--></div></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Instagram Feed','','publish','closed','closed','','instagram-feed','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=940',0,'page','',0),(994,1,'2019-07-31 11:40:04','2019-07-31 11:40:04','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564572809583\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564572810965\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572810949\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/toc {\"canvasClassName\":\"cnvs-block-toc-1564572834670\",\"canvasLocation\":\"root\",\"depth\":1} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572839605\"} -->\n<p>Quis tellus felis neque nulla tincidunt donec. Eleifend ut elit hendrerit vel imperdiet curabitur et eget. Semper lorem aliquam tellus imperdiet etiam sociis nec donec. Imperdiet rhoncus a etiam feugiat tincidunt luctus augue arcu commodo ultricies. Pretium venenatis nec tellus natoque adipiscing vivamus pulvinar imperdiet ultricies viverra lorem semper mollis. Vulputate et nam eget justo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572840319\"} -->\n<h2 class=\"is-style-cnvs-heading-numbered\" id=\"slider\">Slider</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572840298\"} -->\n<p>Ipsum orci nisi pellentesque natoque libero aenean sapien fringilla mollis varius nec feugiat laoreet. Quis vitae dolor lorem imperdiet ante sit. Dolor id penatibus fringilla enim ut eget pede quis phasellus libero tempus ultricies nunc. Eu ligula vel dapibus eget. Nunc eget sit elit dictum cum nam. Libero phasellus nunc pede adipiscing dis imperdiet nec rhoncus eu sem pulvinar amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1564572857183\",\"canvasLocation\":\"root\",\"images\":[171,173,172],\"imageSize\":\"large\",\"showCaptions\":true} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572859356\"} -->\n<p>Cum tellus ipsum commodo et fringilla ligula augue integer dui a montes amet. Venenatis vitae aenean. Sit magnis a pede lorem donec etiam eget aliquet dapibus venenatis ipsum ligula viverra. Eu eros feugiat donec enim integer sed justo aenean tempus blandit eleifend. Ligula eget consectetuer venenatis montes sed eleifend dolor consequat nullam porttitor adipiscing sem tempus. Quis rhoncus dictum nisi ullamcorper. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572904716\"} -->\n<h2 class=\"is-style-cnvs-heading-numbered\" id=\"justified\">Justified</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572904703\"} -->\n<p>Massa quam eget metus lorem tincidunt rhoncus imperdiet pede aenean eleifend donec tellus. Nullam venenatis sit maecenas. Vulputate tincidunt eleifend. Amet quis vel justo. Leo ultricies vulputate rhoncus mus sit amet libero. In tellus nullam pellentesque justo amet dui.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/justified-gallery {\"canvasClassName\":\"cnvs-block-justified-gallery-1564572917054\",\"canvasLocation\":\"root\",\"images\":[171,169,168,173,172],\"imageSize\":\"medium\",\"lastRow\":\"justify\",\"showCaptions\":true} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572953316\"} -->\n<p>Maecenas enim ultricies commodo adipiscing dolor pede montes tellus ridiculus vidi. Dapibus ipsum ante aenean. Ultricies orci quis eget augue sapien condimentum ante eros dolor ut lorem. Pulvinar eu laoreet cras donec arcu maecenas vidi amet etiam sociis orci justo. Imperdiet tellus felis etiam enim sem. Ante dolor vulputate dapibus ligula quis enim rutrum luctus eleifend nisi sem eget justo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572954275\"} -->\n<p>Adipiscing pede sit nisi ipsum tempus id eget. Tincidunt nec amet a libero metus elit consequat ridiculus. Pretium commodo sem veni felis consequat amet eget viverra nam a dolor magnis pede. Lorem aliquet feugiat. Vulputate sit faucibus. Rhoncus vitae dis nisi dolor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572964733\"} -->\n<h2 class=\"is-style-cnvs-heading-numbered\" id=\"grid\">Grid</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574578449530\"} -->\n<p>Nam dictum vitae penatibus ligula id sem eget ante faucibus feugiat nascetur vel. Pretium vitae mus rhoncus sit maecenas quam felis orci adipiscing. Aenean parturient eget quam. Leo vel lorem sociis phasellus arcu dolor. Dis donec eu pede.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[171,173,172]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://cloud.codesupply.co/demo-content/demo-image-00004-682x1024.jpg\" alt=\"\" data-id=\"171\"/><figcaption>Faucibus etiam libero</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://cloud.codesupply.co/demo-content/demo-image-00006-682x1024.jpg\" alt=\"\" data-id=\"173\"/><figcaption>Viverra faucibus sem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://cloud.codesupply.co/demo-content/demo-image-00005-682x1024.jpg\" alt=\"\" data-id=\"172\"/><figcaption>Pellentesque venenatis ac</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574768333188\"} -->\n<p> Maecenas enim ultricies commodo adipiscing dolor pede montes tellus ridiculus vidi. Dapibus ipsum ante aenean. Ultricies orci quis eget augue sapien condimentum ante eros dolor ut lorem. Pulvinar eu laoreet cras donec arcu maecenas vidi amet etiam sociis orci justo. Imperdiet tellus felis etiam enim sem. Ante dolor vulputate dapibus ligula quis enim rutrum luctus eleifend nisi sem eget justo. </p>\n<!-- /wp:paragraph -->','Gallery Blocks','','publish','closed','closed','','galleries','','','2019-07-31 11:40:04','2019-07-31 11:40:04','',0,'http://codesupply.co/?page_id=994',0,'page','',0),(999,1,'2019-07-31 11:52:43','2019-07-31 11:52:43','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564573507260\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573662919\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-light\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565686209870\"} -->\n<h2 class=\"is-style-default\">Bold</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686194280\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold-light\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565686215772\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564573507261\"} -->\n<h2 class=\"is-style-default\">Simple &amp; Light Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573516318\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573527865\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-default\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573616326\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573625556\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-default\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573655706\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573662920\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-default\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1564573944867\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564573507262\"} -->\n<h2 class=\"is-style-default\">Simple &amp; Dark Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573516319\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573527866\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-dark-back\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573616327\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573625555\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-dark-back\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573655707\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573662921\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-dark-back\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565438487068\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565686244005\"} -->\n<h2 class=\"is-style-default\">Simple &amp; Bold Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686247124\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686250573\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-bold-back is-style-pk-share-buttons-bold-bg\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686255295\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686259505\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-bold-back is-style-pk-share-buttons-bold-bg\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686263371\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686267285\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-bold-back is-style-pk-share-buttons-bold-bg\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565686239094\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565686350591\"} -->\n<h2 class=\"is-style-default\">Bold &amp; Light Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686374029\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686381728\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686400467\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686412455\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686424050\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686436317\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565686348024\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565438363713\"} -->\n<h2 class=\"is-style-default\"> All Supported Share Buttons </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565438374473\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold-bg\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\",\"xing\",\"linkedin\",\"stumbleupon\",\"pocket\",\"whatsapp\",\"fb-messenger\",\"viber\",\"ok\",\"vkontakte\",\"telegram\",\"line\",\"reddit\",\"mix\"],\"showTitles\":false} /-->','Share Buttons','','publish','closed','closed','','share-buttons','','','2023-01-14 11:02:46','2023-01-14 11:02:46','',1260,'http://codesupply.co/?page_id=999',0,'page','',0),(1005,1,'2019-07-31 12:00:38','2019-07-31 12:00:38','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564574331684\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564574271321\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574271364\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/author {\"canvasClassName\":\"cnvs-block-author-1564574276138\",\"canvasLocation\":\"section-content\",\"author\":\"1\",\"showArchiveBtn\":true,\"buttonStyle\":\"squared\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574271422\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574295517\"} -->\n<p>\n\nNec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574295911\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574258324624\"} -->\n<h2>With Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564574368825\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574368878\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/author {\"canvasClassName\":\"cnvs-block-author-1564574376643\",\"canvasLocation\":\"section-content\",\"author\":\"1\",\"bgImage\":{\"id\":171,\"url\":\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1.jpg\"},\"showArchiveBtn\":true,\"buttonStyle\":\"squared\",\"buttonSize\":\"lg\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574368926\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574397889\"} -->\n<p> Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus.&nbsp;Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574258343312\"} -->\n<h2>Contributors Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564574539824\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574539858\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/contributors {\"canvasLocation\":\"section-content\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574539905\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574611340\"} -->\n<p> Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574613636\"} -->\n<p> Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574616462\"} -->\n<p>Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574258355528\"} -->\n<h2>Contributors With Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/contributors {\"canvasLocation\":\"root\",\"showRecentPosts\":true} /-->\n\n<!-- wp:canvas/contributors {\"canvasClassName\":\"cnvs-block-contributors-1564574673947\",\"canvasLocation\":\"root\",\"contributors\":[\"3\",\"4\"],\"showRecentPosts\":true,\"countRecentPosts\":5} /-->','Author','','publish','closed','closed','','author','','','2019-07-31 12:00:38','2019-07-31 12:00:38','',1260,'http://codesupply.co/?page_id=1005',0,'page','',0),(1260,1,'2019-07-31 07:24:11','2019-07-31 07:24:11','','Content Blocks','','publish','closed','closed','','content-blocks','','','2019-07-31 07:24:11','2019-07-31 07:24:11','',0,'http://codesupply.co/?page_id=904',0,'page','',0),(1262,1,'2019-07-31 08:59:20','2019-07-31 08:59:20','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564563575039\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564563576160\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564563576134\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564563592429\"} -->\n<h2 class=\"is-style-default\" id=\"tabs\">Tabs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564563592396\"} -->\n<h3 id=\"horizontal\">Horizontal</h3>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/tabs {\"canvasClassName\":\"cnvs-block-tabs-1565615365651\",\"canvasLocation\":\"root\",\"tabsData\":[\"Marketing\",\"Design\",\"Research \"]} -->\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615367453\",\"canvasLocation\":\"default\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615367368\"} -->\n<p>Vulputate adipiscing vitae imperdiet hendrerit rhoncus eu. Pretium commodo nec faucibus. Aenean sit quis etiam condimentum nam in. Nunc id eget maecenas rutrum dapibus consequat eu dui nam. Aenean vici magnis quam justo etiam vulputate dapibus ridiculus mus sit varius. Ante nec in ultricies dapibus tincidunt eget arcu sem vel eu sit ut. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615367483\",\"canvasLocation\":\"default\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615367465\"} -->\n<p>Imperdiet vici condimentum sem etiam quis leo pede nec. Amet etiam feugiat sapien tincidunt eget. Luctus quam ut cum sem dui rhoncus nec eu maecenas. Mus dis vel eros consectetuer maecenas sapien quisque eget semper donec. Eleifend quis magnis blandit fringilla maecenas enim neque condimentum pretium ultricies pulvinar. Vel nisi aenean imperdiet a viverra pulvinar sed ligula pede mus lorem. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615367619\",\"canvasLocation\":\"default\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615367603\"} -->\n<p>Amet imperdiet vulputate. Sociis dolor nisi tellus justo fringilla libero orci ligula vel phasellus odio eleifend. Ante quam quis varius. Donec aenean sed quisque varius rutrum quam tellus. Massa quis justo et leo ipsum aliquet ullamcorper curabitur eu ut sem. Veni maecenas et rhoncus vivamus metus consectetuer nisi ante etiam. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n<!-- /wp:canvas/tabs -->\n\n<!-- wp:heading {\"level\":3,\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564563705801\"} -->\n<h3 class=\"is-style-default\"> Vertical </h3>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/tabs {\"canvasClassName\":\"cnvs-block-tabs-1564563599022\",\"canvasLocation\":\"root\",\"tabsData\":[\"Marketing \",\"Design\",\"Research \"],\"tabsPosition\":\"vertical\"} -->\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1564563599052\",\"canvasLocation\":\"default\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564563599099\"} -->\n<p>Vulputate adipiscing vitae imperdiet hendrerit rhoncus eu. Pretium commodo nec faucibus. Aenean sit quis etiam condimentum nam in. Nunc id eget maecenas rutrum dapibus consequat eu dui nam. Aenean vici magnis quam justo etiam vulputate dapibus ridiculus mus sit varius. Ante nec in ultricies dapibus tincidunt eget arcu sem vel eu sit ut. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1564563599105\",\"canvasLocation\":\"default\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564563629951\"} -->\n<p>Imperdiet vici condimentum sem etiam quis leo pede nec. Amet etiam feugiat sapien tincidunt eget. Luctus quam ut cum sem dui rhoncus nec eu maecenas. Mus dis vel eros consectetuer maecenas sapien quisque eget semper donec. Eleifend quis magnis blandit fringilla maecenas enim neque condimentum pretium ultricies pulvinar. Vel nisi aenean imperdiet a viverra pulvinar sed ligula pede mus lorem. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1564563644155\",\"canvasLocation\":\"default\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564563650362\"} -->\n<p>Amet imperdiet vulputate. Sociis dolor nisi tellus justo fringilla libero orci ligula vel phasellus odio eleifend. Ante quam quis varius. Donec aenean sed quisque varius rutrum quam tellus. Massa quis justo et leo ipsum aliquet ullamcorper curabitur eu ut sem. Veni maecenas et rhoncus vivamus metus consectetuer nisi ante etiam. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n<!-- /wp:canvas/tabs -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564563755902\"} -->\n<h2 class=\"is-style-default\" id=\"pills\">Pills</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1569489141723\"} -->\n<h3> Horizontal </h3>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/tabs {\"canvasClassName\":\"cnvs-block-tabs-1565615459429\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-tabs-pills\",\"tabsData\":[\"Marketing\",\"Design\",\"Research \"]} -->\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615459476\",\"canvasLocation\":\"default\",\"className\":\"wp-block-powerkit-tab\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab wp-block-powerkit-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615459532\"} -->\n<p>Vulputate adipiscing vitae imperdiet hendrerit rhoncus eu. Pretium commodo nec faucibus. Aenean sit quis etiam condimentum nam in. Nunc id eget maecenas rutrum dapibus consequat eu dui nam. Aenean vici magnis quam justo etiam vulputate dapibus ridiculus mus sit varius. Ante nec in ultricies dapibus tincidunt eget arcu sem vel eu sit ut. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615459541\",\"canvasLocation\":\"default\",\"className\":\"wp-block-powerkit-tab\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab wp-block-powerkit-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615512703\"} -->\n<p>Imperdiet vici condimentum sem etiam quis leo pede nec. Amet etiam feugiat sapien tincidunt eget. Luctus quam ut cum sem dui rhoncus nec eu maecenas. Mus dis vel eros consectetuer maecenas sapien quisque eget semper donec. Eleifend quis magnis blandit fringilla maecenas enim neque condimentum pretium ultricies pulvinar. Vel nisi aenean imperdiet a viverra pulvinar sed ligula pede mus lorem. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615480451\",\"canvasLocation\":\"default\",\"className\":\"wp-block-powerkit-tab\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab wp-block-powerkit-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615521204\"} -->\n<p>Amet imperdiet vulputate. Sociis dolor nisi tellus justo fringilla libero orci ligula vel phasellus odio eleifend. Ante quam quis varius. Donec aenean sed quisque varius rutrum quam tellus. Massa quis justo et leo ipsum aliquet ullamcorper curabitur eu ut sem. Veni maecenas et rhoncus vivamus metus consectetuer nisi ante etiam. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n<!-- /wp:canvas/tabs -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564563755844\"} -->\n<h3 id=\"horizontal-2\">Vertical </h3>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/tabs {\"canvasClassName\":\"cnvs-block-tabs-1565615538964\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-tabs-pills\",\"tabsData\":[\"Marketing\",\"Design\",\"Research \"],\"tabsPosition\":\"vertical\"} -->\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615539009\",\"canvasLocation\":\"default\",\"className\":\"wp-block-powerkit-tab\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab wp-block-powerkit-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615539046\"} -->\n<p>Vulputate adipiscing vitae imperdiet hendrerit rhoncus eu. Pretium commodo nec faucibus. Aenean sit quis etiam condimentum nam in. Nunc id eget maecenas rutrum dapibus consequat eu dui nam. Aenean vici magnis quam justo etiam vulputate dapibus ridiculus mus sit varius. Ante nec in ultricies dapibus tincidunt eget arcu sem vel eu sit ut.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615539052\",\"canvasLocation\":\"default\",\"className\":\"wp-block-powerkit-tab\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab wp-block-powerkit-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615599151\"} -->\n<p>Imperdiet vici condimentum sem etiam quis leo pede nec. Amet etiam feugiat sapien tincidunt eget. Luctus quam ut cum sem dui rhoncus nec eu maecenas. Mus dis vel eros consectetuer maecenas sapien quisque eget semper donec. Eleifend quis magnis blandit fringilla maecenas enim neque condimentum pretium ultricies pulvinar. Vel nisi aenean imperdiet a viverra pulvinar sed ligula pede mus lorem. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n\n<!-- wp:canvas/tab {\"canvasClassName\":\"cnvs-block-tab-1565615576620\",\"canvasLocation\":\"default\",\"className\":\"wp-block-powerkit-tab\"} -->\n<div class=\"wp-block-canvas-tab cnvs-block-tab wp-block-powerkit-tab\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565615606388\"} -->\n<p>Amet imperdiet vulputate. Sociis dolor nisi tellus justo fringilla libero orci ligula vel phasellus odio eleifend. Ante quam quis varius. Donec aenean sed quisque varius rutrum quam tellus. Massa quis justo et leo ipsum aliquet ullamcorper curabitur eu ut sem. Veni maecenas et rhoncus vivamus metus consectetuer nisi ante etiam.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:canvas/tab -->\n<!-- /wp:canvas/tabs -->','Tabs & Pills','','publish','closed','closed','','tabs-pills','','','2019-07-31 08:59:20','2019-07-31 08:59:20','',1260,'http://codesupply.co/?page_id=912',0,'page','',0),(1263,1,'2019-07-31 09:10:52','2019-07-31 09:10:52','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564563953874\"} -->\n<h2 class=\"is-style-default\" id=\"multiple-accordion-tabs\">Multiple Accordion Tabs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/collapsibles {\"canvasClassName\":\"cnvs-block-collapsibles-1564563997556\",\"canvasLocation\":\"root\",\"count\":3} -->\n<!-- wp:canvas/collapsible {\"canvasClassName\":\"cnvs-block-collapsible-1564563997589\",\"canvasLocation\":\"default\",\"title\":\" Marketing \"} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564045823\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/collapsible -->\n\n<!-- wp:canvas/collapsible {\"canvasClassName\":\"cnvs-block-collapsible-1564563997611\",\"canvasLocation\":\"default\",\"title\":\" Design \"} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564069231\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/collapsible -->\n\n<!-- wp:canvas/collapsible {\"canvasClassName\":\"cnvs-block-collapsible-1564564109192\",\"canvasLocation\":\"default\",\"title\":\" Research\"} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564199553\"} -->\n<p>Enim elementum ridiculus nulla semper dui lorem nisi adipiscing aenean cum rhoncus. Dolor venenatis sapien nam montes libero id aliquam ligula quam consequat. A ipsum etiam nec pretium adipiscing commodo condimentum. Ipsum felis pulvinar cras ut vitae elit quis massa nisi penatibus. Vel commodo natoque quam rutrum vivamus eu aenean augue quis nisi ut eleifend hendrerit. Tincidunt rutrum elit laoreet eget nulla et. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/collapsible -->\n<!-- /wp:canvas/collapsibles -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564210599\"} -->\n<h2 class=\"is-style-default\" id=\"single-spoiler\">Single Spoiler</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/collapsibles {\"canvasClassName\":\"cnvs-block-collapsibles-1564564225579\",\"canvasLocation\":\"root\",\"count\":1} -->\n<!-- wp:canvas/collapsible {\"canvasClassName\":\"cnvs-block-collapsible-1564564225624\",\"canvasLocation\":\"default\",\"title\":\" View Spoiler\"} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564241433\"} -->\n<p>\n\nNec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/collapsible -->\n<!-- /wp:canvas/collapsibles -->','Accordions','','publish','closed','closed','','accordions','','','2019-07-31 09:10:52','2019-07-31 09:10:52','',1260,'http://codesupply.co/?page_id=917',0,'page','',0),(1264,1,'2019-07-31 09:12:17','2019-07-31 09:12:17','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564460434\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/opt-in-form {\"canvasClassName\":\"cnvs-block-opt-in-form-1565761333892\",\"canvasLocation\":\"root\",\"colorLegend_dark\":\"#818181\"} /-->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564520297\"} -->\n<h2 class=\"is-style-default\">With First Name</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574259070797\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"textColor\":\"secondary\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1567086515966\"} -->\n<p class=\"has-text-color has-medium-font-size has-secondary-color\">Get notified of the best deals on our WordPress themes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/opt-in-form {\"canvasClassName\":\"cnvs-block-opt-in-form-1564564403953\",\"canvasLocation\":\"root\",\"showName\":true,\"colorLegend_dark\":\"#818181\"} /--></div></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564550370\"} -->\n<h2 class=\"is-style-default\">With Background Image</h2>\n<!-- /wp:heading -->\n\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":169,\"canvasClassName\":\"cnvs-block-core-cover-1574259123257\"} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"textColor\":\"very-light-gray\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1567086456956\"} -->\n<p class=\"has-text-color has-medium-font-size has-very-light-gray-color\">\n\nGet notified of the best deals on our WordPress themes.\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/opt-in-form {\"canvasClassName\":\"cnvs-block-opt-in-form-1565761381941\",\"canvasLocation\":\"default\",\"colorLegend\":\"#eeeeee\",\"colorLegend_dark\":\"#FFFFFF\"} /--></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":169,\"canvasClassName\":\"cnvs-block-core-cover-1574259194615\"} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"textColor\":\"very-light-gray\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574259194752\"} -->\n<p class=\"has-text-color has-medium-font-size has-very-light-gray-color\">\n\nGet notified of the best deals on our WordPress themes.\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/opt-in-form {\"canvasClassName\":\"cnvs-block-opt-in-form-1565761477845\",\"canvasLocation\":\"default\",\"showName\":true,\"colorLegend\":\"#eeeeee\",\"colorLegend_dark\":\"#FFFFFF\"} /--></div></div>\n<!-- /wp:cover -->','Subscription Forms','','publish','closed','closed','','subscription-forms','','','2019-07-31 09:12:17','2019-07-31 09:12:17','',1260,'http://codesupply.co/?page_id=919',0,'page','',0),(1265,1,'2019-07-31 10:25:08','2019-07-31 10:25:08','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564568672750\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564568681757\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564568681788\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/twitter {\"canvasClassName\":\"cnvs-block-twitter-1564568630184\",\"canvasLocation\":\"section-content\",\"layout\":\"default\",\"showHeader\":false,\"showFollowButton\":false} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564568681829\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564568699426\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564568699940\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564568737309\"} -->\n<h2 class=\"is-style-default\"> With Additional Info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564568763762\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564568763816\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/twitter {\"canvasClassName\":\"cnvs-block-twitter-1564568777780\",\"canvasLocation\":\"section-content\",\"layout\":\"default\",\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564568763871\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564568770678\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564568771093\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564568797123\"} -->\n<p> Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564568819712\"} -->\n<h2 class=\"is-style-default\">Slider</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564568828200\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564568828249\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574259632271\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:canvas/twitter {\"canvasClassName\":\"cnvs-block-twitter-1565615782925\",\"canvasLocation\":\"default\",\"layout\":\"slider\",\"username\":\"envato\",\"number\":3,\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /--></div></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564568828296\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:group {\"className\":\"is-style-cnvs-block-shadow\",\"canvasClassName\":\"cnvs-block-core-group-1574259695961\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-shadow\"><div class=\"wp-block-group__inner-container\"><!-- wp:canvas/twitter {\"canvasClassName\":\"cnvs-block-twitter-1565615817110\",\"canvasLocation\":\"default\",\"layout\":\"slider\",\"username\":\"envato\",\"number\":3,\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /--></div></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Twitter Feed','','publish','closed','closed','','twitter-feed','','','2019-07-31 10:25:08','2019-07-31 10:25:08','',1260,'http://codesupply.co/?page_id=950',0,'page','',0),(1266,1,'2019-07-31 10:36:05','2019-07-31 10:36:05','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564569290414\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564569290456\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/pinterest-board {\"canvasClassName\":\"cnvs-block-pinterest-board-1564569304547\",\"canvasLocation\":\"section-content\",\"href\":\"https://pinterest.com/envato/stunning-photographs/\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564569290513\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564569316914\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564569317437\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Pinterest Board','','publish','closed','closed','','pinterest-board','','','2019-07-31 10:36:05','2019-07-31 10:36:05','',1260,'http://codesupply.co/?page_id=954',0,'page','',0),(1267,1,'2019-07-31 11:18:14','2019-07-31 11:18:14','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/toc {\"canvasClassName\":\"cnvs-block-toc-1564571474783\",\"canvasLocation\":\"root\"} /-->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564571492397\"} -->\n<h2 id=\"bordered-blocks\">Bordered Blocks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571492399\"} -->\n<p>Integer nullam rhoncus metus a consequat ante donec magnis massa consectetuer ridiculus dis. Dolor porttitor eu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571492402\"} -->\n<h3 id=\"top-bottom-borders\">Single Border</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571492376\"} -->\n<p>Sit arcu quis sem cum aliquam. Donec libero nam eget leo. Fringilla ante mollis. Nec ligula aenean vitae integer massa tincidunt nulla donec vel quis porttitor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"className\":\"is-style-cnvs-block-single-border\",\"canvasClassName\":\"cnvs-block-core-group-1574262402801\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-single-border\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574262406746\"} -->\n<p class=\"has-text-align-center is-style-cnvs-paragraph-callout\">Duis pretium rhoncus euismod. Donec ante risus, feugiat sit amet metus quis, congue imperdiet lectus. Etiam vel pharetra orci. Mauris blandit. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571609293\"} -->\n<h3 id=\"four-side-borders\">Four-Side Borders</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571609298\"} -->\n<p>Nascetur eget aliquam sociis nullam libero penatibus dolor. Orci phasellus quis pede nullam felis adipiscing nascetur sit justo. Sit ullamcorper vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4,\"canvasClassName\":\"cnvs-block-core-heading-1564571609300\"} -->\n<h4 id=\"center-aligned\">Center-Aligned</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571609276\"} -->\n<p>Tincidunt vulputate eu. Ligula lorem neque nec quis aenean penatibus eget nam ultricies felis feugiat arcu nulla.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bordered\",\"canvasClassName\":\"cnvs-block-core-group-1574262505654\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bordered\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574262508314\"} -->\n<p class=\"has-text-align-center is-style-cnvs-paragraph-callout\">Ullamcorper sit amet rutrum varius id quam enim maecenas etiam vulputate aenean.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571657345\"} -->\n<p>Sem dapibus nulla imperdiet vel. Consequat neque a cum pellentesque tincidunt eleifend. Nulla donec ut quam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4,\"canvasClassName\":\"cnvs-block-core-heading-1564571658489\"} -->\n<h4 id=\"left-aligned\">Left-Aligned</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571658476\"} -->\n<p>Pretium lorem a odio elementum cras ligula. Nec vulputate venenatis eget tincidunt libero ligula mus vivamus pulvinar. Eros eget vulputate sociis nulla. Pellentesque ligula rhoncus ullamcorper commodo nisi ut eget vel venenatis sed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"left\",\"className\":\"is-style-cnvs-block-bordered\",\"canvasClassName\":\"cnvs-block-core-group-1574263105855\"} -->\n<div class=\"wp-block-group alignleft is-style-cnvs-block-bordered\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574266329195\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Vel vici donec ridiculus quis tincidunt consequat elit. Aliquet lorem mollis luctus.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564659839717\"} -->\n<p>Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571711161\"} -->\n<p>Nullam curabitur nulla aenean eu nunc libero consequat maecenas viverra enim elit. Varius etiam et consectetuer vivamus vulputate natoque ut nullam dictum nunc justo hendrerit massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571712749\"} -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pharetra arcu eu dui scelerisque gravida. Cras fringilla gravida lectus a luctus. Nunc in eros at lectus ultricies tempor. Nulla facilisi. Etiam id imperdiet ante, eget fringilla purus. Maecenas feugiat magna in venenatis lobortis. Pellentesque viverra, mi ut ornare tristique, turpis purus suscipit lectus, eu sodales dolor justo eu ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571712752\"} -->\n<p>Donec commodo, eros sed porta accumsan, est leo euismod ligula, quis rhoncus tellus sem ut risus. Morbi eget vehicula odio. Etiam vestibulum libero scelerisque ullamcorper blandit. Cras at blandit nibh, eget rhoncus ligula. Phasellus in dolor vel sem laoreet tincidunt ut convallis ipsum. Praesent orci felis, lacinia quis bibendum eu, aliquet eget lorem. Aenean in orci nec nunc efficitur rhoncus. Nullam et purus luctus, dictum quam at, sagittis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571712793\"} -->\n<p>Aenean tincidunt nibh a dui ullamcorper laoreet. Pellentesque mattis ullamcorper tellus, non vulputate nisl luctus imperdiet. Nulla gravida orci ac purus euismod, et placerat turpis dapibus. Etiam vel tristique turpis, tincidunt cursus neque. Nam vel suscipit turpis, a pharetra nibh. Curabitur lobortis justo a lectus vulputate, id ultrices turpis venenatis. In vitae risus vel dui porttitor tempor a id erat. Nulla sit amet porta lectus, nec sodales neque</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4,\"canvasClassName\":\"cnvs-block-core-heading-1564571712757\"} -->\n<h4 id=\"right-aligned\">Right-Aligned</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571712733\"} -->\n<p>Dolor sapien dictum ut libero. Integer magnis tincidunt quis nulla nam justo amet vidi sit elit. Ante pede massa nisi nullam tellus dolor dui mus quis tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564659886769\"} -->\n<p>Nec quam sit dolor ultricies etiam elementum vulputate eleifend. Praesent orci felis, lacinia quis bibendum eu, aliquet eget lorem. Aenean in orci nec nunc efficitur rhoncus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"right\",\"className\":\"is-style-cnvs-block-bordered\",\"canvasClassName\":\"cnvs-block-core-group-1574320891298\"} -->\n<div class=\"wp-block-group alignright is-style-cnvs-block-bordered\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574320896035\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Aenean consequat aliquet laoreet venenatis nam enim. Laoreet vidi aliquet rhoncus. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571765399\"} -->\n<p>Nam curabitur amet. Blandit curabitur sem integer rhoncus lorem imperdiet felis. Vitae tincidunt cum etiam ligula tempus quis phasellus varius eleifend ipsum consequat dis. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571766573\"} -->\n<p>Viverra ligula etiam felis sociis consequat metus nascetur vitae ultricies eget lorem vel faucibus. Eros sed pellentesque. Commodo nam ut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571766578\"} -->\n<p>Cras venenatis volutpat odio, ut finibus erat luctus vulputate. Mauris sit amet lacus a mi gravida vehicula nec vel metus. In non pharetra enim, in consequat magna. Donec pulvinar id metus ac aliquet. Pellentesque pretium urna tincidunt leo laoreet, ac convallis elit vulputate. Vivamus commodo orci iaculis mattis aliquet. Morbi auctor mauris vitae metus rutrum luctus. Mauris mollis lectus nec gravida blandit. Mauris feugiat faucibus nulla eget imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571766633\"} -->\n<p>Nunc nulla dui, tempus congue luctus vitae, commodo eu nibh. Curabitur quis cursus erat. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate, feugiat tellus vel, rhoncus est.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564571766585\"} -->\n<h2 id=\"light-blocks\">Light Blocks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571766588\"} -->\n<p>Aliquet enim dui libero lorem eget natoque pede. Justo cum sem ipsum etiam ultricies. Ipsum neque quam in tellus phasellus ut aenean augue justo eget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571766590\"} -->\n<h3 id=\"center-aligned-2\">Center-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571766553\"} -->\n<p>Tincidunt vulputate eu. Ligula lorem neque nec quis aenean penatibus eget nam ultricies felis feugiat arcu nulla.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574320980942\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574320984031\"} -->\n<p class=\"has-text-align-center is-style-cnvs-paragraph-callout\">Ullamcorper sit amet rutrum varius id quam enim maecenas etiam vulputate aenean.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571809168\"} -->\n<p>Sem dapibus nulla imperdiet vel. Consequat neque a cum pellentesque tincidunt eleifend. Nulla donec ut quam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571810189\"} -->\n<h3 id=\"left-aligned-2\">Left-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571810171\"} -->\n<p>Pretium lorem a odio elementum cras ligula. Nec vulputate venenatis eget tincidunt libero ligula mus vivamus pulvinar. Eros eget vulputate sociis nulla. Pellentesque ligula rhoncus ullamcorper commodo nisi ut eget vel venenatis sed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"left\",\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574321044479\"} -->\n<div class=\"wp-block-group alignleft is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321049288\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Vel vici donec ridiculus quis tincidunt consequat elit. Aliquet lorem mollis luctus.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564659936436\"} -->\n<p>Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571854024\"} -->\n<p>Nullam curabitur nulla aenean eu nunc libero consequat maecenas viverra enim elit. Varius etiam et consectetuer vivamus vulputate natoque ut nullam dictum nunc justo hendrerit massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571855257\"} -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pharetra arcu eu dui scelerisque gravida. Cras fringilla gravida lectus a luctus. Nunc in eros at lectus ultricies tempor. Nulla facilisi. Etiam id imperdiet ante, eget fringilla purus. Maecenas feugiat magna in venenatis lobortis. Pellentesque viverra, mi ut ornare tristique, turpis purus suscipit lectus, eu sodales dolor justo eu ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571855314\"} -->\n<p>Donec commodo, eros sed porta accumsan, est leo euismod ligula, quis rhoncus tellus sem ut risus. Morbi eget vehicula odio. Etiam vestibulum libero scelerisque ullamcorper blandit. Cras at blandit nibh, eget rhoncus ligula. Phasellus in dolor vel sem laoreet tincidunt ut convallis ipsum. Praesent orci felis, lacinia quis bibendum eu, aliquet eget lorem. Aenean in orci nec nunc efficitur rhoncus. Nullam et purus luctus, dictum quam at, sagittis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571855265\"} -->\n<p>Aenean tincidunt nibh a dui ullamcorper laoreet. Pellentesque mattis ullamcorper tellus, non vulputate nisl luctus imperdiet. Nulla gravida orci ac purus euismod, et placerat turpis dapibus. Etiam vel tristique turpis, tincidunt cursus neque. Nam vel suscipit turpis, a pharetra nibh. Curabitur lobortis justo a lectus vulputate, id ultrices turpis venenatis. In vitae risus vel dui porttitor tempor a id erat. Nulla sit amet porta lectus, nec sodales neque</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571855269\"} -->\n<h3 id=\"right-aligned-2\">Right-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571855239\"} -->\n<p>Dolor sapien dictum ut libero. Integer magnis tincidunt quis nulla nam justo amet vidi sit elit. Ante pede massa nisi nullam tellus dolor dui mus quis tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"right\",\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574321080593\"} -->\n<div class=\"wp-block-group alignright is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321086621\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Aenean consequat aliquet laoreet venenatis nam enim. Laoreet vidi aliquet rhoncus. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564659987869\"} -->\n<p> Viverra ligula etiam felis sociis consequat metus nascetur vitae ultricies eget lorem vel faucibus. Eros sed pellentesque. Commodo nam utvenenatis nam enim. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571944606\"} -->\n<p>Nam curabitur amet. Blandit curabitur sem integer rhoncus lorem imperdiet felis. Vitae tincidunt cum etiam ligula tempus quis phasellus varius eleifend ipsum consequat dis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571945826\"} -->\n<p>Viverra ligula etiam felis sociis consequat metus nascetur vitae ultricies eget lorem vel faucibus. Eros sed pellentesque. Commodo nam ut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571945898\"} -->\n<p>Cras venenatis volutpat odio, ut finibus erat luctus vulputate. Mauris sit amet lacus a mi gravida vehicula nec vel metus. In non pharetra enim, in consequat magna. Donec pulvinar id metus ac aliquet. Pellentesque pretium urna tincidunt leo laoreet, ac convallis elit vulputate. Vivamus commodo orci iaculis mattis aliquet. Morbi auctor mauris vitae metus rutrum luctus. Mauris mollis lectus nec gravida blandit. Mauris feugiat faucibus nulla eget imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571945834\"} -->\n<p>Nunc nulla dui, tempus congue luctus vitae, commodo eu nibh. Curabitur quis cursus erat. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate, feugiat tellus vel, rhoncus est.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564571945837\"} -->\n<h2 id=\"inverse-blocks\">Inverse Blocks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571945841\"} -->\n<p>Nascetur eget aliquam sociis nullam libero penatibus dolor. Orci phasellus quis pede nullam felis adipiscing nascetur sit justo. Sit ullamcorper vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571945844\"} -->\n<h3 id=\"center-aligned-3\">Center-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571945809\"} -->\n<p>Tincidunt vulputate eu. Ligula lorem neque nec quis aenean penatibus eget nam ultricies felis feugiat arcu nulla.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bg-inverse\",\"canvasClassName\":\"cnvs-block-core-group-1574321123258\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bg-inverse\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321130164\"} -->\n<p class=\"has-text-align-center is-style-cnvs-paragraph-callout\">Ullamcorper sit amet rutrum varius id quam enim maecenas etiam vulputate aenean.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571983814\"} -->\n<p>Sem dapibus nulla imperdiet vel. Consequat neque a cum pellentesque tincidunt eleifend. Nulla donec ut quam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564571985021\"} -->\n<h3 id=\"left-aligned-3\">Left-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564571985004\"} -->\n<p>Pretium lorem a odio elementum cras ligula. Nec vulputate venenatis eget tincidunt libero ligula mus vivamus pulvinar. Eros eget vulputate sociis nulla. Pellentesque ligula rhoncus ullamcorper commodo nisi ut eget vel venenatis sed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"left\",\"className\":\"is-style-cnvs-block-bg-inverse\",\"canvasClassName\":\"cnvs-block-core-group-1574321170869\"} -->\n<div class=\"wp-block-group alignleft is-style-cnvs-block-bg-inverse\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321177248\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Vel vici donec ridiculus quis tincidunt consequat elit. Aliquet lorem mollis luctus.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564660048162\"} -->\n<p> Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572031247\"} -->\n<p>Nullam curabitur nulla aenean eu nunc libero consequat maecenas viverra enim elit. Varius etiam et consectetuer vivamus vulputate natoque ut nullam dictum nunc justo hendrerit massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572032494\"} -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pharetra arcu eu dui scelerisque gravida. Cras fringilla gravida lectus a luctus. Nunc in eros at lectus ultricies tempor. Nulla facilisi. Etiam id imperdiet ante, eget fringilla purus. Maecenas feugiat magna in venenatis lobortis. Pellentesque viverra, mi ut ornare tristique, turpis purus suscipit lectus, eu sodales dolor justo eu ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572032553\"} -->\n<p>Donec commodo, eros sed porta accumsan, est leo euismod ligula, quis rhoncus tellus sem ut risus. Morbi eget vehicula odio. Etiam vestibulum libero scelerisque ullamcorper blandit. Cras at blandit nibh, eget rhoncus ligula. Phasellus in dolor vel sem laoreet tincidunt ut convallis ipsum. Praesent orci felis, lacinia quis bibendum eu, aliquet eget lorem. Aenean in orci nec nunc efficitur rhoncus. Nullam et purus luctus, dictum quam at, sagittis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572032502\"} -->\n<p>Aenean tincidunt nibh a dui ullamcorper laoreet. Pellentesque mattis ullamcorper tellus, non vulputate nisl luctus imperdiet. Nulla gravida orci ac purus euismod, et placerat turpis dapibus. Etiam vel tristique turpis, tincidunt cursus neque. Nam vel suscipit turpis, a pharetra nibh. Curabitur lobortis justo a lectus vulputate, id ultrices turpis venenatis. In vitae risus vel dui porttitor tempor a id erat. Nulla sit amet porta lectus, nec sodales neque</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572032506\"} -->\n<h3 id=\"right-aligned-3\">Right-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572032478\"} -->\n<p>Dolor sapien dictum ut libero. Integer magnis tincidunt quis nulla nam justo amet vidi sit elit. Ante pede massa nisi nullam tellus dolor dui mus quis tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"right\",\"className\":\"is-style-cnvs-block-bg-inverse\",\"canvasClassName\":\"cnvs-block-core-group-1574321210666\"} -->\n<div class=\"wp-block-group alignright is-style-cnvs-block-bg-inverse\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321215705\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Aenean consequat aliquet laoreet venenatis nam enim. Laoreet vidi aliquet rhoncus. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564660100340\"} -->\n<p>Nec quam sit dolor ultricies etiam elementum vulputate eleifend. Laoreet venenatis nam enim tellus vulputate tincidunt. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572091678\"} -->\n<p>Nam curabitur amet. Blandit curabitur sem integer rhoncus lorem imperdiet felis. Vitae tincidunt cum etiam ligula tempus quis phasellus varius eleifend ipsum consequat dis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572092696\"} -->\n<p>Viverra ligula etiam felis sociis consequat metus nascetur vitae ultricies eget lorem vel faucibus. Eros sed pellentesque. Commodo nam ut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572092700\"} -->\n<p>Cras venenatis volutpat odio, ut finibus erat luctus vulputate. Mauris sit amet lacus a mi gravida vehicula nec vel metus. In non pharetra enim, in consequat magna. Donec pulvinar id metus ac aliquet. Pellentesque pretium urna tincidunt leo laoreet, ac convallis elit vulputate. Vivamus commodo orci iaculis mattis aliquet. Morbi auctor mauris vitae metus rutrum luctus. Mauris mollis lectus nec gravida blandit. Mauris feugiat faucibus nulla eget imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572092812\"} -->\n<p>Nunc nulla dui, tempus congue luctus vitae, commodo eu nibh. Curabitur quis cursus erat. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate, feugiat tellus vel, rhoncus est.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572092828\"} -->\n<h2 id=\"shadow-blocks\">Shadow Blocks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572092712\"} -->\n<p>Nascetur eget aliquam sociis nullam libero penatibus dolor. Orci phasellus quis pede nullam felis adipiscing nascetur sit justo. Sit ullamcorper vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572092716\"} -->\n<h3 id=\"center-aligned-4\">Center-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572092677\"} -->\n<p>Tincidunt vulputate eu. Ligula lorem neque nec quis aenean penatibus eget nam ultricies felis feugiat arcu nulla.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"className\":\"is-style-cnvs-block-shadow\",\"canvasClassName\":\"cnvs-block-core-group-1574321248186\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-shadow\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321254859\"} -->\n<p class=\"has-text-align-center is-style-cnvs-paragraph-callout\">Ullamcorper sit amet rutrum varius id quam enim maecenas etiam vulputate aenean.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572128168\"} -->\n<p>Sem dapibus nulla imperdiet vel. Consequat neque a cum pellentesque tincidunt eleifend. Nulla donec ut quam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572129578\"} -->\n<h3 id=\"left-aligned-4\">Left-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572129561\"} -->\n<p>Pretium lorem a odio elementum cras ligula. Nec vulputate venenatis eget tincidunt libero ligula mus vivamus pulvinar. Eros eget vulputate sociis nulla. Pellentesque ligula rhoncus ullamcorper commodo nisi ut eget vel venenatis sed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"left\",\"className\":\"is-style-cnvs-block-shadow\",\"canvasClassName\":\"cnvs-block-core-group-1574321278153\"} -->\n<div class=\"wp-block-group alignleft is-style-cnvs-block-shadow\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321283411\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Vel vici donec ridiculus quis tincidunt consequat elit. Aliquet lorem mollis luctus.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564660156373\"} -->\n<p> Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572179814\"} -->\n<p>Nullam curabitur nulla aenean eu nunc libero consequat maecenas viverra enim elit. Varius etiam et consectetuer vivamus vulputate natoque ut nullam dictum nunc justo hendrerit massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572181532\"} -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pharetra arcu eu dui scelerisque gravida. Cras fringilla gravida lectus a luctus. Nunc in eros at lectus ultricies tempor. Nulla facilisi. Etiam id imperdiet ante, eget fringilla purus. Maecenas feugiat magna in venenatis lobortis. Pellentesque viverra, mi ut ornare tristique, turpis purus suscipit lectus, eu sodales dolor justo eu ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572181537\"} -->\n<p>Donec commodo, eros sed porta accumsan, est leo euismod ligula, quis rhoncus tellus sem ut risus. Morbi eget vehicula odio. Etiam vestibulum libero scelerisque ullamcorper blandit. Cras at blandit nibh, eget rhoncus ligula. Phasellus in dolor vel sem laoreet tincidunt ut convallis ipsum. Praesent orci felis, lacinia quis bibendum eu, aliquet eget lorem. Aenean in orci nec nunc efficitur rhoncus. Nullam et purus luctus, dictum quam at, sagittis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572181604\"} -->\n<p>Aenean tincidunt nibh a dui ullamcorper laoreet. Pellentesque mattis ullamcorper tellus, non vulputate nisl luctus imperdiet. Nulla gravida orci ac purus euismod, et placerat turpis dapibus. Etiam vel tristique turpis, tincidunt cursus neque. Nam vel suscipit turpis, a pharetra nibh. Curabitur lobortis justo a lectus vulputate, id ultrices turpis venenatis. In vitae risus vel dui porttitor tempor a id erat. Nulla sit amet porta lectus, nec sodales neque</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572181550\"} -->\n<h3 id=\"right-aligned-4\">Right-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572181512\"} -->\n<p>Dolor sapien dictum ut libero. Integer magnis tincidunt quis nulla nam justo amet vidi sit elit. Ante pede massa nisi nullam tellus dolor dui mus quis tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"align\":\"right\",\"className\":\"is-style-cnvs-block-shadow\",\"canvasClassName\":\"cnvs-block-core-group-1574321308826\"} -->\n<div class=\"wp-block-group alignright is-style-cnvs-block-shadow\"><div class=\"wp-block-group__inner-container\"><!-- wp:paragraph {\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321311554\"} -->\n<p class=\"is-style-cnvs-paragraph-callout\">Aenean consequat aliquet laoreet venenatis nam enim. Laoreet vidi aliquet rhoncus. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564660213163\"} -->\n<p>Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572230799\"} -->\n<p>Nam curabitur amet. Blandit curabitur sem integer rhoncus lorem imperdiet felis. Vitae tincidunt cum etiam ligula tempus quis phasellus varius eleifend ipsum consequat dis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1565614717687\"} -->\n<p>Viverra ligula etiam felis sociis consequat metus nascetur vitae ultricies eget lorem vel faucibus. Eros sed pellentesque. Commodo nam ut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572231615\"} -->\n<p>Cras venenatis volutpat odio, ut finibus erat luctus vulputate. Mauris sit amet lacus a mi gravida vehicula nec vel metus. In non pharetra enim, in consequat magna. Donec pulvinar id metus ac aliquet. Pellentesque pretium urna tincidunt leo laoreet, ac convallis elit vulputate. Vivamus commodo orci iaculis mattis aliquet. Morbi auctor mauris vitae metus rutrum luctus. Mauris mollis lectus nec gravida blandit. Mauris feugiat faucibus nulla eget imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1164572092828\"} -->\n<h2 id=\"shadow-blocks\">Background Blocks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1264572092712\"} -->\n<p>Nascetur eget aliquam sociis nullam libero penatibus dolor. Orci phasellus quis pede nullam felis adipiscing nascetur sit justo. Sit ullamcorper vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1364572092716\"} -->\n<h3 id=\"center-aligned-4\">Center-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1464572092677\"} -->\n<p>Tincidunt vulputate eu. Ligula lorem neque nec quis aenean penatibus eget nam ultricies felis feugiat arcu nulla.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":170,\"canvasClassName\":\"cnvs-block-core-cover-1574321369638\"} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write titleΓǪ\",\"customTextColor\":\"#ffffff\",\"fontSize\":\"large\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321383484\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-center has-large-font-size is-style-cnvs-paragraph-callout\">Ullamcorper sit amet rutrum varius id quam enim maecenas etiam vulputate aenean.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1764572128168\"} -->\n<p>Sem dapibus nulla imperdiet vel. Consequat neque a cum pellentesque tincidunt eleifend. Nulla donec ut quam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1864572129578\"} -->\n<h3 id=\"left-aligned-4\">Left-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1964572129561\"} -->\n<p>Pretium lorem a odio elementum cras ligula. Nec vulputate venenatis eget tincidunt libero ligula mus vivamus pulvinar. Eros eget vulputate sociis nulla. Pellentesque ligula rhoncus ullamcorper commodo nisi ut eget vel venenatis sed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":171,\"align\":\"left\",\"canvasClassName\":\"cnvs-block-core-cover-1574321441246\"} -->\n<div class=\"wp-block-cover alignleft has-background-dim\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"placeholder\":\"Write titleΓǪ\",\"customTextColor\":\"#ffffff\",\"fontSize\":\"large\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321451706\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-large-font-size is-style-cnvs-paragraph-callout\">Vel vici donec ridiculus quis tincidunt consequat elit. Aliquet lorem mollis luctus.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1114660156373\"} -->\n<p> Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1124572179814\"} -->\n<p>Nullam curabitur nulla aenean eu nunc libero consequat maecenas viverra enim elit. Varius etiam et consectetuer vivamus vulputate natoque ut nullam dictum nunc justo hendrerit massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1134572181532\"} -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pharetra arcu eu dui scelerisque gravida. Cras fringilla gravida lectus a luctus. Nunc in eros at lectus ultricies tempor. Nulla facilisi. Etiam id imperdiet ante, eget fringilla purus. Maecenas feugiat magna in venenatis lobortis. Pellentesque viverra, mi ut ornare tristique, turpis purus suscipit lectus, eu sodales dolor justo eu ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1144572181537\"} -->\n<p>Donec commodo, eros sed porta accumsan, est leo euismod ligula, quis rhoncus tellus sem ut risus. Morbi eget vehicula odio. Etiam vestibulum libero scelerisque ullamcorper blandit. Cras at blandit nibh, eget rhoncus ligula. Phasellus in dolor vel sem laoreet tincidunt ut convallis ipsum. Praesent orci felis, lacinia quis bibendum eu, aliquet eget lorem. Aenean in orci nec nunc efficitur rhoncus. Nullam et purus luctus, dictum quam at, sagittis erat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1154572181604\"} -->\n<p>Aenean tincidunt nibh a dui ullamcorper laoreet. Pellentesque mattis ullamcorper tellus, non vulputate nisl luctus imperdiet. Nulla gravida orci ac purus euismod, et placerat turpis dapibus. Etiam vel tristique turpis, tincidunt cursus neque. Nam vel suscipit turpis, a pharetra nibh. Curabitur lobortis justo a lectus vulputate, id ultrices turpis venenatis. In vitae risus vel dui porttitor tempor a id erat. Nulla sit amet porta lectus, nec sodales neque</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1164572181550\"} -->\n<h3 id=\"right-aligned-4\">Right-Aligned</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1174572181512\"} -->\n<p>Dolor sapien dictum ut libero. Integer magnis tincidunt quis nulla nam justo amet vidi sit elit. Ante pede massa nisi nullam tellus dolor dui mus quis tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":171,\"align\":\"right\",\"canvasClassName\":\"cnvs-block-core-cover-1574321540115\"} -->\n<div class=\"wp-block-cover alignright has-background-dim\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"placeholder\":\"Write titleΓǪ\",\"customTextColor\":\"#ffffff\",\"fontSize\":\"large\",\"className\":\"is-style-cnvs-paragraph-callout\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574321551718\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-large-font-size is-style-cnvs-paragraph-callout\">Aenean consequat aliquet laoreet venenatis nam enim. Laoreet vidi aliquet rhoncus. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1194660213163\"} -->\n<p>Elit dictum neque eu tellus aenean ultricies sit commodo eget. Mus ut faucibus felis imperdiet etiam orci donec natoque aenean amet vel nisi. Suspendisse placerat lorem vitae arcu scelerisque eleifend. Nam leo tellus, pharetra id posuere non, semper quis ligula. Nunc quis rutrum enim. Praesent egestas sapien nec tellus eleifend, feugiat cursus erat condimentum. Cras egestas dolor ac lacus euismod pulvinar. Donec et arcu vulputate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1204572230799\"} -->\n<p>Nam curabitur amet. Blandit curabitur sem integer rhoncus lorem imperdiet felis. Vitae tincidunt cum etiam ligula tempus quis phasellus varius eleifend ipsum consequat dis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572231634\"} -->\n<p>Viverra ligula etiam felis sociis consequat metus nascetur vitae ultricies eget lorem vel faucibus. Eros sed pellentesque. Commodo nam ut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1214572231615\"} -->\n<p>Cras venenatis volutpat odio, ut finibus erat luctus vulputate. Mauris sit amet lacus a mi gravida vehicula nec vel metus. In non pharetra enim, in consequat magna. Donec pulvinar id metus ac aliquet. Pellentesque pretium urna tincidunt leo laoreet, ac convallis elit vulputate. Vivamus commodo orci iaculis mattis aliquet. Morbi auctor mauris vitae metus rutrum luctus. Mauris mollis lectus nec gravida blandit. Mauris feugiat faucibus nulla eget imperdiet.</p>\n<!-- /wp:paragraph -->','Styled Blocks','','publish','closed','closed','','styled-blocks','','','2019-07-31 11:18:14','2019-07-31 11:18:14','',1260,'http://codesupply.co/?page_id=980',0,'page','',0),(1268,1,'2019-07-31 11:27:39','2019-07-31 11:27:39','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1569242428612\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1569242453709\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569242453717\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">CANVAS</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/toc {\"canvasClassName\":\"cnvs-block-toc-1564572335093\",\"canvasLocation\":\"root\"} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572352230\"} -->\n<p>Quam maecenas vitae laoreet eget donec etiam ullamcorper varius a. Ultricies eu eros leo sem ut aenean. Maecenas montes donec vel. Nec sit augue cras a id rhoncus lorem nunc. Vici ante enim rhoncus eget aenean tincidunt vitae eleifend. Et veni quis tellus felis vulputate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572354236\"} -->\n<h2 id=\"simple-lists\">Simple Lists</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354239\"} -->\n<p>Quis arcu enim pulvinar vitae. Porttitor faucibus felis vivamus enim venenatis. Phasellus enim metus amet quis curabitur elementum tellus eget pede nec a nam ipsum. Sed ante quis aenean eu justo pede tincidunt amet ligula rhoncus libero. Mollis pretium faucibus ante libero vitae lorem consectetuer. Quam eu dolor lorem magnis eleifend augue penatibus sem amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572354242\"} -->\n<h3 id=\"ordered\">Ordered</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1564572354244\"} -->\n<ol class=\"is-style-cnvs-list-styled\"><li>Tempus amet ut etiam donec nascetur ante phasellus pede eu quam rhoncus in eget.</li><li>Dis aenean justo sem eu.</li><li>Viverra montes pretium nec eget.</li><li>Eget aenean tempus vulputate quam.</li><li>Nec dapibus neque semper ut aenean ligula metus natoque orci nisi cras.</li><li>Nam sit tellus vel imperdiet ligula.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354248\"} -->\n<p>Enim etiam eleifend libero dapibus semper felis aenean metus porttitor vitae. Cum nam aenean vel blandit ultricies et semper amet imperdiet leo commodo nunc. Libero pretium quam ante donec maecenas blandit rhoncus nunc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572354253\"} -->\n<h3 id=\"unordered\">Unordered</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1564572354256\"} -->\n<ul class=\"is-style-cnvs-list-styled\"><li>Tempus amet ut etiam donec nascetur ante phasellus pede eu quam rhoncus in eget.</li><li>Dis aenean justo sem eu.</li><li>Viverra montes pretium nec eget.</li><li>Eget aenean tempus vulputate quam.</li><li>Nec dapibus neque semper ut aenean ligula metus natoque orci nisi cras.</li><li>Nam sit tellus vel imperdiet ligula.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354260\"} -->\n<p>Nisi ipsum etiam enim ligula sed augue cum odio imperdiet consectetuer metus sit. Condimentum pretium nullam venenatis vulputate. Eleifend amet lorem elit aenean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572354264\"} -->\n<h2 id=\"positive-lists\">Positive Lists</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354267\"} -->\n<p>Quis arcu enim pulvinar vitae. Porttitor faucibus felis vivamus enim venenatis. Phasellus enim metus amet quis curabitur elementum tellus eget pede nec a nam ipsum. Sed ante quis aenean eu justo pede tincidunt amet ligula rhoncus libero. Mollis pretium faucibus ante libero vitae lorem consectetuer. Quam eu dolor lorem magnis eleifend augue penatibus sem amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572354270\"} -->\n<h3 id=\"ordered-2\">Ordered</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"className\":\"is-style-cnvs-list-styled-positive\",\"canvasClassName\":\"cnvs-block-core-list-1564572354272\"} -->\n<ol class=\"is-style-cnvs-list-styled-positive\"><li>Tempus amet ut etiam donec nascetur ante phasellus pede eu quam rhoncus in eget.</li><li>Dis aenean justo sem eu.</li><li>Viverra montes pretium nec eget.</li><li>Eget aenean tempus vulputate quam.</li><li>Nec dapibus neque semper ut aenean ligula metus natoque orci nisi cras.</li><li>Nam sit tellus vel imperdiet ligula.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354274\"} -->\n<p>Enim etiam eleifend libero dapibus semper felis aenean metus porttitor vitae. Cum nam aenean vel blandit ultricies et semper amet imperdiet leo commodo nunc. Libero pretium quam ante donec maecenas blandit rhoncus nunc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572354277\"} -->\n<h3 id=\"unordered-2\">Unordered</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled-positive\",\"canvasClassName\":\"cnvs-block-core-list-1564572354279\"} -->\n<ul class=\"is-style-cnvs-list-styled-positive\"><li>Tempus amet ut etiam donec nascetur ante phasellus pede eu quam rhoncus in eget.</li><li>Dis aenean justo sem eu.</li><li>Viverra montes pretium nec eget.</li><li>Eget aenean tempus vulputate quam.</li><li>Nec dapibus neque semper ut aenean ligula metus natoque orci nisi cras.</li><li>Nam sit tellus vel imperdiet ligula.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354281\"} -->\n<p>Nisi ipsum etiam enim ligula sed augue cum odio imperdiet consectetuer metus sit. Condimentum pretium nullam venenatis vulputate. Eleifend amet lorem elit aenean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572354286\"} -->\n<h2 id=\"negative-lists\">Negative Lists</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354290\"} -->\n<p>Ridiculus libero phasellus vulputate nam odio nulla viverra laoreet maecenas vel eleifend. Dictum eu vel luctus. Nisi massa integer semper nullam amet phasellus penatibus. Quam ligula donec venenatis quis aenean neque vulputate eget montes tempus massa. Vel justo sem vici leo commodo consequat massa. Dictum aenean tempus enim sem ultricies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572354294\"} -->\n<h3 id=\"ordered-3\">Ordered</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"className\":\"is-style-cnvs-list-styled-negative\",\"canvasClassName\":\"cnvs-block-core-list-1564572354298\"} -->\n<ol class=\"is-style-cnvs-list-styled-negative\"><li>Tempus amet ut etiam donec nascetur ante phasellus pede eu quam rhoncus in eget.</li><li>Dis aenean justo sem eu.</li><li>Viverra montes pretium nec eget.</li><li>Eget aenean tempus vulputate quam.</li><li>Nec dapibus neque semper ut aenean ligula metus natoque orci nisi cras.</li><li>Nam sit tellus vel imperdiet ligula.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354301\"} -->\n<p>Enim etiam eleifend libero dapibus semper felis aenean metus porttitor vitae. Cum nam aenean vel blandit ultricies et semper amet imperdiet leo commodo nunc. Libero pretium quam ante donec maecenas blandit rhoncus nunc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1564572354304\"} -->\n<h3 id=\"unordered-3\">Unordered</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"className\":\"is-style-cnvs-list-styled-negative\",\"canvasClassName\":\"cnvs-block-core-list-1564572354336\"} -->\n<ul class=\"is-style-cnvs-list-styled-negative\"><li>Tempus amet ut etiam donec nascetur ante phasellus pede eu quam rhoncus in eget.</li><li>Dis aenean justo sem eu.</li><li>Viverra montes pretium nec eget.</li><li>Eget aenean tempus vulputate quam.</li><li>Nec dapibus neque semper ut aenean ligula metus natoque orci nisi cras.</li><li>Nam sit tellus vel imperdiet ligula.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572354206\"} -->\n<p>Id libero odio pulvinar penatibus maecenas sem venenatis quisque lorem amet ultricies sociis veni. Maecenas id cum integer nam sem ultricies. Phasellus sed quis eleifend eget nisi eros viverra rhoncus ligula adipiscing aenean. Magnis amet donec lorem aenean laoreet eu curabitur hendrerit nam quam. Donec pretium a nascetur etiam sociis quis elit justo eu. Sit ipsum eget venenatis sapien et cum magnis sem.</p>\n<!-- /wp:paragraph -->','Styled Lists','','publish','closed','closed','','styled-lists','','','2019-07-31 11:27:39','2019-07-31 11:27:39','',1260,'http://codesupply.co/?page_id=987',0,'page','',0),(1269,1,'2019-07-31 11:29:10','2019-07-31 11:29:10','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1569242428612\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1569242453709\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569242453717\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">CANVAS</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/toc {\"canvasClassName\":\"cnvs-block-toc-1564572512944\",\"canvasLocation\":\"root\"} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572522744\"} -->\n<p>Eu nascetur tempus quam eget veni lorem felis maecenas. Sem vivamus metus rhoncus. Magnis tempus sed blandit maecenas venenatis eros libero ut quis amet varius. Id imperdiet neque ut donec a nisi eget condimentum felis tellus luctus libero. Sed nisi ante maecenas nec etiam eget feugiat nunc donec metus. Mollis dolor donec leo etiam pellentesque nulla natoque ultricies et.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572523713\"} -->\n<h2 class=\"is-style-cnvs-heading-numbered\" id=\"metus-adipiscing-aenean-massa\">Metus adipiscing aenean massa</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523716\"} -->\n<p>Nec veni odio mus fringilla vici ligula orci aliquet eleifend rhoncus neque. Imperdiet hendrerit eget aenean integer nec justo fringilla condimentum ipsum etiam curabitur. Vitae eu sem. Vici vidi luctus. Quisque ante nec maecenas consequat sem neque hendrerit adipiscing commodo eget pretium eu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523718\"} -->\n<p>Ut venenatis vel imperdiet libero nec aliquet rhoncus blandit porttitor vivamus tempus condimentum pretium. Consequat sit quam hendrerit vel libero sem ante. Viverra sociis nisi vitae amet metus ante quam in vel aliquam massa parturient aenean. Quam dui lorem. Adipiscing dis elementum leo viverra quis. Donec rhoncus nam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572523720\"} -->\n<h2 class=\"is-style-cnvs-heading-numbered\" id=\"eleifend-sapien-vulputate\">Eleifend sapien vulputate</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523726\"} -->\n<p>Tellus etiam maecenas faucibus nulla ante. Nisi quis orci dolor. Ut pellentesque aenean pede venenatis rhoncus sit tempus sem. Aenean orci rutrum laoreet eget pede cras. Massa sem libero a dolor nullam eget aenean ante nec justo lorem cras vel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572523729\"} -->\n<h3 class=\"is-style-cnvs-heading-numbered\" id=\"aliquam-enim-arcu-ut\">Aliquam enim arcu ut</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523731\"} -->\n<p>Vulputate pede nisi arcu ut nullam. Ac elit ut ullamcorper aenean dolor pede nec aliquam. Cum enim a. Ut dui phasellus cras. Vivamus pulvinar justo faucibus nec semper lorem nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523734\"} -->\n<p>Ut pede leo libero cum ridiculus quis arcu natoque ullamcorper eget nulla sociis. Semper condimentum quam integer lorem. Amet ac dis semper eget a dictum ligula. Justo eu ut. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque. Ultricies dui vel ipsum eleifend dolor ante donec justo nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572523736\"} -->\n<h3 class=\"is-style-cnvs-heading-numbered\" id=\"ligula-orci-justo-imperdiet\">Ligula orci justo imperdiet</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523738\"} -->\n<p>Sociis imperdiet eget pulvinar quam cras vel tempus nec id. Etiam ac nulla pulvinar aenean nec. Nullam amet curabitur nam vulputate imperdiet sapien. Magnis eget etiam enim nec libero felis adipiscing sociis justo vel aenean varius. Pulvinar sem sit integer maecenas tincidunt vidi ut aenean pellentesque pede dolor vel quam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523782\"} -->\n<p>Nullam vidi imperdiet tincidunt ante. Ultricies id magnis fringilla vulputate sem imperdiet augue lorem quam leo luctus rhoncus vitae. Eu elementum nam natoque ligula nisi sit aenean pretium justo. Sapien eu viverra nec dolor. Libero eros pede tempus curabitur hendrerit rhoncus nulla lorem laoreet. Tincidunt cum a ac viverra penatibus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-cnvs-heading-numbered\",\"canvasClassName\":\"cnvs-block-core-heading-1564572523746\"} -->\n<h2 class=\"is-style-cnvs-heading-numbered\" id=\"ut-fringilla-nec-enim-sit-nullam-pede\">Ut fringilla nec enim sit nullam pede</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572523690\"} -->\n<p>Vulputate tempus ac a ut lorem enim condimentum. Augue vulputate dolor venenatis eget consequat ultricies ut mollis quis dapibus nascetur nulla. Eu justo dictum maecenas venenatis luctus imperdiet fringilla. Nulla rhoncus luctus sem semper tempus lorem neque feugiat pretium magnis donec justo. Ultricies sociis ullamcorper leo aenean tellus.</p>\n<!-- /wp:paragraph -->','Numbered Headings','','publish','closed','closed','','numbered-headings','','','2019-07-31 11:29:10','2019-07-31 11:29:10','',1260,'http://codesupply.co/?page_id=989',0,'page','',0),(1270,1,'2019-07-31 11:31:05','2019-07-31 11:31:05','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1569242428612\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1569242453709\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569242453717\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">CANVAS</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572608599\"} -->\n<h2 id=\"simple\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"dropCap\":true,\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608602\"} -->\n<p class=\"has-drop-cap\">Aenean eget mus orci aliquet phasellus enim. Nullam felis dis viverra ridiculus blandit consectetuer. Nisi lorem enim amet ut viverra nascetur blandit justo tincidunt ante commodo vitae. Vitae ipsum leo justo libero mus aenean venenatis ut ante penatibus nisi vulputate tempus. Natoque quam dapibus sit ante. Lorem elit libero et integer vel nisi aenean eu sed id ut eget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608604\"} -->\n<p>Cras curabitur nisi ligula amet et condimentum sapien quis etiam aenean. Quam quis consectetuer feugiat enim felis pellentesque vel amet a mollis libero condimentum nascetur. Tellus adipiscing dapibus amet sit pede ultricies ligula. Massa parturient faucibus vidi. Imperdiet feugiat eget sit commodo curabitur rutrum vulputate justo magnis aliquet vel quisque. Pulvinar arcu felis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572608606\"} -->\n<h2 id=\"bordered\">Bordered</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bordered\",\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608608\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bordered\">Quam venenatis. Eget aliquam nam parturient vulputate ante dui faucibus dolor et ullamcorper nisi. Etiam dapibus feugiat ante vidi. Tellus quam aenean ullamcorper vici a. Et ante sociis massa enim ut pellentesque eu nam. Feugiat faucibus laoreet aenean felis augue varius tellus blandit neque etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608610\"} -->\n<p>Elementum et elit quis maecenas consequat felis sem etiam leo. Eleifend quis dolor hendrerit a dapibus ipsum feugiat. Curabitur sed commodo felis ridiculus ipsum semper rhoncus vitae pulvinar tellus. Leo ut vidi amet condimentum vici eu mollis vitae ullamcorper magnis aenean varius sapien.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572608613\"} -->\n<h2 id=\"border-right\">Border Right</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-border-right\",\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608615\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-border-right\">Nte orci dapibus libero. A aenean vivamus vulputate magnis dolor felis. Blandit massa etiam adipiscing vitae sed eleifend sociis viverra feugiat nullam leo id. Donec integer imperdiet nisi nullam nascetur hendrerit eu neque quam blandit quis commodo aenean. Ligula eu dis quis tellus laoreet enim et. Sed pede a enim.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608617\"} -->\n<p>Dictum consequat natoque justo ante quam ligula hendrerit ut felis. Ligula nullam nisi blandit dui eros. Eget varius dolor sem eleifend semper ridiculus neque. Vidi quam imperdiet ac.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572608619\"} -->\n<h2 id=\"light\">Light</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bg-light\",\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608661\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bg-light\">Feugiat justo consectetuer dolor libero commodo ac nisi pretium quis natoque odio. Ipsum ullamcorper aliquam tellus pede felis donec. Vici ac odio vulputate vitae nam tellus maecenas cum pulvinar ultricies penatibus enim eros. Nam vulputate integer. Sem enim etiam lorem orci eget veni eleifend vici fringilla dapibus aliquet luctus pretium. Pede eget donec pretium ante.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608624\"} -->\n<p>Dolor mus ut eu sit pretium tempus adipiscing vel maecenas quis. Felis aenean dis imperdiet tellus maecenas vitae rutrum eros. Eget ipsum libero vitae. Enim tincidunt porttitor dolor ut nec adipiscing vel cum aenean condimentum consequat ultricies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1564572608627\"} -->\n<h2 id=\"inverse\">Inverse</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"dropCap\":true,\"className\":\"is-cnvs-dropcap-bg-dark\",\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608629\"} -->\n<p class=\"has-drop-cap is-cnvs-dropcap-bg-dark\">Mec vulputate eget nulla aenean pede laoreet eleifend rutrum. Elementum nec tellus sem sit mollis etiam massa quam veni. Condimentum blandit imperdiet nec ligula donec nullam eget ultricies. Quisque sociis libero ipsum nunc montes quam a dis amet ligula natoque. Nascetur ante ridiculus ultricies eget eros orci etiam amet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564572608565\"} -->\n<p>Pretium ridiculus venenatis metus commodo ante id cum eros sociis et pede. Eget nulla hendrerit enim. Aenean montes ut elit dolor vitae nec semper maecenas libero rhoncus consequat.</p>\n<!-- /wp:paragraph -->','Drop Caps','','publish','closed','closed','','drop-caps','','','2019-07-31 11:31:05','2019-07-31 11:31:05','',1260,'http://codesupply.co/?page_id=992',0,'page','',0),(1378,1,'2019-09-23 12:36:46','2019-09-23 12:36:46','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1569242428612\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1569242453709\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569242453717\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">CANVAS</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569241568529\"} -->\n<h2 id=\"variations\">Variations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569241568535\"} -->\n<p><span class=\"cnvs-badge is-cnvs-badge-color-primary\">PRIMARY</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-secondary\">SECONDARY</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-success\">SUCCESS</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-danger\">DANGER</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-warning\">WARNING</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-info\">INFO</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-dark\">DARK</span>&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-light\">LIGHT</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569241568541\"} -->\n<h2 id=\"buttons\">Buttons</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574517373061\",\"canvasLocation\":\"root\",\"columns\":4} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569241975293\",\"canvasLocation\":\"default\",\"size\":3} -->\n<!-- wp:button {\"canvasClassName\":\"cnvs-block-core-button-1569241767722\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"/\">Button <span class=\"cnvs-badge is-cnvs-badge-color-light\">new</span></a></div>\n<!-- /wp:button -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569241975303\",\"canvasLocation\":\"default\",\"size\":3} -->\n<!-- wp:button {\"backgroundColor\":\"very-light-gray\",\"customTextColor\":\"#000000\",\"canvasClassName\":\"cnvs-block-core-button-1569241803115\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background has-very-light-gray-background-color\" href=\"/\" style=\"color:#000000\">Button <span class=\"cnvs-badge is-cnvs-badge-color-light\">new</span></a></div>\n<!-- /wp:button -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569241997632\",\"canvasLocation\":\"default\",\"size\":3} -->\n<!-- wp:button {\"customBackgroundColor\":\"#28a745\",\"canvasClassName\":\"cnvs-block-core-button-1569242127658\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background\" style=\"background-color:#28a745\">Button <span class=\"cnvs-badge is-cnvs-badge-color-light\">new</span></a></div>\n<!-- /wp:button -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569241998253\",\"canvasLocation\":\"default\",\"size\":3} -->\n<!-- wp:button {\"customBackgroundColor\":\"#17a2b8\",\"canvasClassName\":\"cnvs-block-core-button-1569242156923\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background\" style=\"background-color:#17a2b8\">button <span class=\"cnvs-badge is-cnvs-badge-color-light\">new</span></a></div>\n<!-- /wp:button -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1569241975215\",\"canvasLocation\":\"root\",\"columns\":4} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569242274661\",\"canvasLocation\":\"default\",\"size\":3} -->\n<!-- wp:button {\"textColor\":\"very-dark-gray\",\"customBackgroundColor\":\"#ffc107\",\"canvasClassName\":\"cnvs-block-core-button-1569242274654\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-very-dark-gray-color has-background\" href=\"/\" style=\"background-color:#ffc107\">Button <span class=\"cnvs-badge is-cnvs-badge-color-light\">new</span></a></div>\n<!-- /wp:button -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569242274673\",\"canvasLocation\":\"default\",\"size\":3} -->\n<!-- wp:button {\"textColor\":\"very-light-gray\",\"customBackgroundColor\":\"#dc3545\",\"canvasClassName\":\"cnvs-block-core-button-1569242274668\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-very-light-gray-color has-background\" href=\"/\" style=\"background-color:#dc3545\">Button <span class=\"cnvs-badge is-cnvs-badge-color-light\">new</span></a></div>\n<!-- /wp:button -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569242274685\",\"canvasLocation\":\"default\",\"size\":3} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569242274697\",\"canvasLocation\":\"default\",\"size\":3} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569241568551\"} -->\n<h2 id=\"headings\">Headings</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569241568557\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1,\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1569241568562\"} -->\n<h1 class=\"is-style-default\">Example heading&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-default\">NEW</span></h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1569241568567\"} -->\n<h2>Example heading&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-default\">NEW</span></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1569241568571\"} -->\n<h3>Example heading&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-default\">NEW</span></h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"canvasClassName\":\"cnvs-block-core-heading-1569241568577\"} -->\n<h4>Example heading&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-default\">NEW</span></h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1569241568584\"} -->\n<h5>Example heading&nbsp;<span class=\"cnvs-badge is-cnvs-badge-color-default\">NEW</span></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1569241568590\"} -->\n<h6>Example heading&nbsp;<span class=\"pk-badge\">NEW</span></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569241568595\"} -->\n<p>Sit nisi ridiculus elit a eget. Ipsum id eu faucibus. Pede condimentum etiam et cras lorem eget. Ligula ultricies quis. Varius nunc pulvinar vitae nam tellus. Ultricies penatibus eu vitae aenean parturient etiam massa vel tellus vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569241568603\"} -->\n<p>Aenean id ut. Ac condimentum tempus tellus blandit felis libero etiam vel maecenas feugiat quam eget pede. Cras commodo ut rutrum enim dolor. Felis consequat vitae mollis eros mus ut vel. Tellus ut penatibus id sed sapien viverra tincidunt enim vulputate pede blandit et integer. Imperdiet sit in eros semper.</p>\n<!-- /wp:paragraph -->','Badges','','publish','closed','closed','','badges','','','2019-09-23 12:36:46','2019-09-23 12:36:46','',1260,'https://codesupply.co/?page_id=1378',0,'page','',0),(1738,1,'2019-09-26 11:18:50','2019-09-26 11:18:50','<!-- wp:canvas/section {\"canvasClassName\":\"cnvs-block-section-1572878045000\",\"canvasLocation\":\"root\",\"layout\":\"full\"} -->\n<!-- wp:canvas/section-content {\"canvasClassName\":\"cnvs-block-section-content-1572878046368\",\"canvasLocation\":\"default\"} -->\n<!-- wp:heading {\"level\":1,\"canvasClassName\":\"cnvs-block-core-heading-1572878075931\"} -->\n<h1>Category Blocks</h1>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"section-wide\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-title-block\",\"canvasClassName\":\"cnvs-block-core-heading-1569497391724\"} -->\n<h2 class=\"is-style-title-block\">Fullwidth </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/featured-categories {\"canvasClassName\":\"cnvs-block-featured-categories-1569497374852\",\"canvasLocation\":\"section-wide\",\"layout\":\"tiles\",\"maximum\":4} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569497411425\"} -->\n<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lobortis diam at lorem venenatis, lobortis faucibus mauris tincidunt. Vivamus eu euismod quam. Nam lobortis erat sit amet turpis porta venenatis. Nulla malesuada ut nunc nec dapibus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569497427184\"} -->\n<p>Morbi bibendum, felis eu placerat viverra, lectus est tempor lectus, vel euismod purus risus et lorem. Fusce blandit metus ac nisl congue, in aliquet dui efficitur. Aliquam vel velit eget purus pharetra placerat id in purus. Phasellus sed urna dignissim, lacinia leo posuere, rhoncus felis. Aliquam et elit sapien. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/section-content -->\n<!-- /wp:canvas/section -->\n\n<!-- wp:canvas/section {\"canvasClassName\":\"cnvs-block-section-1569497090600\",\"canvasLocation\":\"root\",\"layout\":\"with-sidebar\"} -->\n<!-- wp:canvas/section-content {\"canvasClassName\":\"cnvs-block-section-content-1569497091874\",\"canvasLocation\":\"default\"} -->\n<!-- wp:heading {\"className\":\"is-style-title-block\",\"canvasClassName\":\"cnvs-block-core-heading-1569497189490\"} -->\n<h2 class=\"is-style-title-block\">Inside a Sidebar Section</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/featured-categories {\"canvasClassName\":\"cnvs-block-featured-categories-1569497102425\",\"canvasLocation\":\"section-content\",\"layout\":\"tiles\",\"maximum\":4} /-->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569497386157\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/section-content -->\n\n<!-- wp:canvas/section-sidebar {\"canvasClassName\":\"cnvs-block-section-sidebar-1569497091980\",\"canvasLocation\":\"default\"} -->\n<!-- wp:heading {\"className\":\"is-style-title-block\",\"canvasClassName\":\"cnvs-block-core-heading-1569497163957\"} -->\n<h2 class=\"is-style-title-block\">Widget</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/featured-categories {\"canvasClassName\":\"cnvs-block-featured-categories-1569497112754\",\"canvasLocation\":\"section-sidebar\",\"layout\":\"vertical-list\",\"maximum\":4} /-->\n<!-- /wp:canvas/section-sidebar -->\n<!-- /wp:canvas/section -->','Category Blocks','','publish','closed','closed','','category-blocks','','','2019-09-26 11:18:50','2019-09-26 11:18:50','',0,'https://codesupply.co/?page_id=1738',0,'page','',0),(1748,1,'2019-09-26 11:33:29','2019-09-26 11:33:29','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1569497730983\",\"canvasLocation\":\"root\",\"marginBottom\":80,\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569497731027\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":169,\"dimRatio\":0,\"minHeight\":260,\"className\":\"is-cnvs-vert-align-middle\",\"canvasClassName\":\"cnvs-block-core-cover-1574261382253\"} -->\n<div class=\"wp-block-cover is-cnvs-vert-align-middle\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:260px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:button {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-button-1569497852708\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\">Browse Shop</a></div>\n<!-- /wp:button -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574261620734\"} -->\n<p></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569497731104\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":169,\"dimRatio\":0,\"minHeight\":260,\"className\":\"is-cnvs-vert-align-middle\",\"canvasClassName\":\"cnvs-block-core-cover-1574261480269\"} -->\n<div class=\"wp-block-cover is-cnvs-vert-align-middle\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:260px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:button {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-button-1574261480323\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\"> <strong>ABOUT ME</strong></a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1569497736161\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":169,\"dimRatio\":0,\"minHeight\":260,\"className\":\"is-cnvs-vert-align-middle\",\"canvasClassName\":\"cnvs-block-core-cover-1574261511981\"} -->\n<div class=\"wp-block-cover is-cnvs-vert-align-middle\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:260px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:button {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-button-1574261512034\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\"> <strong>FOLLOW</strong></a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574261552646\",\"canvasLocation\":\"root\",\"marginBottom\":80,\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574261552747\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":172,\"minHeight\":540,\"className\":\"is-cnvs-vert-align-middle\",\"canvasClassName\":\"cnvs-block-core-cover-1574261552730\"} -->\n<div class=\"wp-block-cover has-background-dim is-cnvs-vert-align-middle\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:540px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"center\",\"level\":3,\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-heading-1569498200178\"} -->\n<h3 class=\"has-text-color has-text-align-center\" style=\"color:#ffffff\">Fun Things to Do in Rome</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569498242014\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-center\">Structured gripped tape invisible moulded cups for suppor firm hold strong powermesh front liner sport detailΓǪ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:button {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-button-1569498134436\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\">View post</a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574261552760\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":172,\"minHeight\":540,\"className\":\"is-cnvs-vert-align-middle\",\"canvasClassName\":\"cnvs-block-core-cover-1574261552754\"} -->\n<div class=\"wp-block-cover has-background-dim is-cnvs-vert-align-middle\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:540px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"center\",\"level\":3,\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-heading-1569498343928\"} -->\n<h3 class=\"has-text-color has-text-align-center\" style=\"color:#ffffff\">Wardrobe Essentials: Chinos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574261651916\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-center\"> Structured gripped tape invisible moulded cups for suppor firm hold strong powermesh front liner sport detailΓǪ </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:button {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-button-1569498134450\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\">View Post</a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574261552774\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":172,\"minHeight\":540,\"className\":\"is-cnvs-vert-align-middle\",\"canvasClassName\":\"cnvs-block-core-cover-1574261552767\"} -->\n<div class=\"wp-block-cover has-background-dim is-cnvs-vert-align-middle\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:540px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"center\",\"level\":3,\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-heading-1569498413540\"} -->\n<h3 class=\"has-text-color has-text-align-center\" style=\"color:#ffffff\">How To Make It Work For Work</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-paragraph-1569498433331\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-center\">Structured gripped tape invisible moulded cups for suppor firm hold strong powermesh front liner sport detailΓǪ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:button {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-button-1569498134464\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\">View post</a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574261804185\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574261804301\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":172,\"minHeight\":540,\"className\":\"is-cnvs-vert-align-bottom\",\"canvasClassName\":\"cnvs-block-core-cover-1574261804283\"} -->\n<div class=\"wp-block-cover has-background-dim is-cnvs-vert-align-bottom\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:540px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"left\",\"level\":3,\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-heading-1574261804408\"} -->\n<h3 class=\"has-text-color has-text-align-left\" style=\"color:#ffffff\">Fun Things to Do in Rome</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574261804417\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-left\">Structured gripped tape invisible moulded cups for suppor firm hold strong powermesh front liner sport detailΓǪ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:button {\"canvasClassName\":\"cnvs-block-core-button-1574261804424\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\">View post</a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574261804321\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":172,\"minHeight\":540,\"className\":\"is-cnvs-vert-align-bottom\",\"canvasClassName\":\"cnvs-block-core-cover-1574261804312\"} -->\n<div class=\"wp-block-cover has-background-dim is-cnvs-vert-align-bottom\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:540px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"left\",\"level\":3,\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-heading-1574261804433\"} -->\n<h3 class=\"has-text-color has-text-align-left\" style=\"color:#ffffff\">Wardrobe Essentials: Chinos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574261804439\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-left\"> Structured gripped tape invisible moulded cups for suppor firm hold strong powermesh front liner sport detailΓǪ </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:button {\"canvasClassName\":\"cnvs-block-core-button-1574261804445\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\">View Post</a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574261804337\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:cover {\"url\":\"https://cloud.codesupply.co/demo-content/demo-image-00001.jpg\",\"id\":172,\"minHeight\":540,\"className\":\"is-cnvs-vert-align-bottom\",\"canvasClassName\":\"cnvs-block-core-cover-1574261804330\"} -->\n<div class=\"wp-block-cover has-background-dim is-cnvs-vert-align-bottom\" style=\"background-image:url(https://cloud.codesupply.co/demo-content/demo-image-00001.jpg);min-height:540px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"left\",\"level\":3,\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-heading-1574261804454\"} -->\n<h3 class=\"has-text-color has-text-align-left\" style=\"color:#ffffff\">How To Make It Work For Work</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"customTextColor\":\"#ffffff\",\"canvasClassName\":\"cnvs-block-core-paragraph-1574261804461\"} -->\n<p style=\"color:#ffffff\" class=\"has-text-color has-text-align-left\">Structured gripped tape invisible moulded cups for suppor firm hold strong powermesh front liner sport detailΓǪ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:button {\"canvasClassName\":\"cnvs-block-core-button-1574261804471\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\">View post</a></div>\n<!-- /wp:button --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Promo Blocks','','publish','closed','closed','','promo-blocks','','','2019-09-26 11:33:29','2019-09-26 11:33:29','',0,'https://codesupply.co/?page_id=1748',0,'page','',0),(2015,1,'2023-10-09 20:41:19','2019-11-23 13:28:45','','Contact Us','','publish','closed','closed','','2015','','','2023-10-09 20:41:19','2023-10-09 20:41:19','',0,'http://codesupply.co/?p=2015',5,'nav_menu_item','',0),(2071,1,'2019-11-23 14:41:07','2019-11-23 14:41:07','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574520064520\"} -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1574520064526\"} -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi├▒a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574520064533\"} -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1574520064541\"} -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574520064548\"} -->\n<p>As a new WordPress user, you should go to <a href=\"http://wordpress.test/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','closed','','sample-page-2','','','2019-11-23 14:41:07','2019-11-23 14:41:07','',0,'http://codesupply.co/?page_id=2071',0,'page','',0),(2156,1,'2019-11-23 13:14:43','2019-11-23 13:14:43','<div class=\"cs-row\">\n<div class=\"cs-col-md-6\">\n<label> Your Name <span class=\"required\">*</span>\n [text* your-name] </label>\n</div><div class=\"cs-col-md-6\">\n<label> Your Email <span class=\"required\">*</span>\n [email* your-email] </label>\n</div>\n</div>\n<label for=\"cs-message\">Your Message <span class=\"required\">*</span></label>\n[textarea* your-message id:cs-message x5][/textarea*]\n[submit class:button class:button-primary \"Send\"]\n1\ncodesupply.co \"[your-subject]\"\ncodesupply.co <wordpress@codesupply.co>\nplazorax@gmail.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on codesupply.co (http://codesupply.co)\nReply-To: [your-email]\n\n\n\n\ncodesupply.co \"[your-subject]\"\ncodesupply.co <wordpress@codesupply.co>\n[your-email]\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on codesupply.co (http://codesupply.co)\nReply-To: plazorax@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Us','','publish','closed','closed','','contact-form-1-2','','','2019-11-23 13:14:43','2019-11-23 13:14:43','',0,'http://codesupply.co/?post_type=wpcf7_contact_form&amp;p=5',0,'wpcf7_contact_form','',0),(2157,1,'2019-07-31 06:42:30','2019-07-31 06:42:30','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564555417403\"} -->\n<h2 class=\"is-style-default\">Inline</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866093\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866723\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659250138\"} -->\n<h5 id=\"light\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866715\",\"canvasLocation\":\"section-content\",\"template\":\"inline\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866735\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659255597\"} -->\n<h5 id=\"bold\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866729\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"inline\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866097\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866748\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659262960\"} -->\n<h5 id=\"light-background\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866743\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866760\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659273076\"} -->\n<h5 id=\"bold-background\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866754\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1567066222873\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1567066223149\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1567066223127\"} -->\n<h5 id=\"light-background\"> Bold Background </h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1567066223140\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1567066223172\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1567066223157\"} -->\n<h5 id=\"bold-background\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1567066223164\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866101\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866775\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659280011\"} -->\n<h5 id=\"light-rounded\">Dark Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866769\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-dark-bg\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866786\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659286388\"} -->\n<h5 id=\"bold-rounded\">Dark Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866781\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-dark-rounded\",\"showLabels\":false,\"showTitles\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564557217824\"} -->\n<h2 class=\"is-style-default\"> Vertical List</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866106\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866810\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659381617\"} -->\n<h5 id=\"light-2\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866795\",\"canvasLocation\":\"section-sidebar\",\"template\":\"vertical\",\"showLabels\":false,\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866832\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659388139\"} -->\n<h5 id=\"bold-2\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866823\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"vertical\",\"showLabels\":false,\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659300419\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659393004\"} -->\n<h5 id=\"light-background-2\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659374660\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866111\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866854\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659492404\"} -->\n<h5 id=\"bold-background-2\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866845\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866875\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659499013\"} -->\n<h5 id=\"light-rounded-2\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866864\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659445222\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659607038\"} -->\n<h5>Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659520998\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"vertical\",\"showLabels\":false,\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565692866115\"} -->\n<h2 class=\"is-style-default\"> 2 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866118\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866900\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659578688\"} -->\n<h5 id=\"light-3\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866892\",\"canvasLocation\":\"section-sidebar\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866914\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659584004\"} -->\n<h5 id=\"bold-3\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866908\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659550777\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659589026\"} -->\n<h5 id=\"light-background-3\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659593102\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866124\",\"canvasLocation\":\"root\",\"columns\":3} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866934\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659637915\"} -->\n<h5 id=\"bold-background-3\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866926\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866953\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659644917\"} -->\n<h5 id=\"light-rounded-3\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866943\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564659556814\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659651838\"} -->\n<h5 id=\"bold-rounded-3\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564659654743\",\"canvasLocation\":\"section-sidebar\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-2\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565692866137\"} -->\n<h2 class=\"is-style-default\">3 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866145\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866976\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659191334\"} -->\n<h5 id=\"light-4\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866968\",\"canvasLocation\":\"section-content\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692866994\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659185858\"} -->\n<h5 id=\"bold-4\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692866985\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866153\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867009\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659174519\"} -->\n<h5 id=\"light-background-4\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867002\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867031\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659167234\"} -->\n<h5 id=\"bold-background-4\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867020\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866162\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867048\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659157845\"} -->\n<h5 id=\"light-rounded-4\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867039\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867067\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659146780\"} -->\n<h5 id=\"bold-rounded-4\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867059\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-3\",\"count\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565692866169\"} -->\n<h2 class=\"is-style-default\">4 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866177\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867084\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659121587\"} -->\n<h5 id=\"light-5\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867077\",\"canvasLocation\":\"section-content\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867102\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659115904\"} -->\n<h5 id=\"bold-5\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867093\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866196\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867125\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659108680\"} -->\n<h5 id=\"light-background-5\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867115\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867142\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659101245\"} -->\n<h5 id=\"bold-background-5\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867132\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1565692866200\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867159\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659035162\"} -->\n<h5 id=\"light-rounded-5\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867150\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1565692867184\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564659028730\"} -->\n<h5 id=\"bold-rounded-5\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1565692867169\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-4\",\"count\":8} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564557374609\"} -->\n<h2 class=\"is-style-default\">6 columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564555895956\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555895996\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658964250\"} -->\n<h5 id=\"light-6\">Light</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564555921404\",\"canvasLocation\":\"section-content\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555896060\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658949534\"} -->\n<h5 id=\"light-background-6\">Light Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564555935773\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-bg\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564555956239\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555956278\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658955728\"} -->\n<h5 id=\"bold-6\">Bold</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564556017736\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564555956322\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658933461\"} -->\n<h5 id=\"bold-background-6\">Bold Background</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564555962955\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-bg\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564556048174\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564556048210\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658923737\"} -->\n<h5 id=\"light-rounded-6\">Light Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564556064327\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564556048252\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564658915603\"} -->\n<h5 id=\"bold-rounded-6\">Bold Rounded</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564556103658\",\"canvasLocation\":\"section-content\",\"className\":\"is-style-pk-social-links-bold-rounded\",\"template\":\"col-6\",\"showLabels\":false,\"showTitles\":false,\"count\":12} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564557792351\"} -->\n<h2 class=\"is-style-default\"> All Supported Social Links </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/social-links {\"canvasClassName\":\"cnvs-block-social-links-1564557796095\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-social-links-light-rounded\",\"template\":\"col-4\"} /-->','Social Links','','inherit','closed','closed','','893-revision-v1','','','2019-07-31 06:42:30','2019-07-31 06:42:30','',893,'http://192.168.1.140:8011/?p=2157',0,'revision','',0),(2158,1,'2019-07-31 09:20:49','2019-07-31 09:20:49','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564691557\"} -->\n<h2 class=\"is-style-default\">Dismissible Alerts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702830\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-danger\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702870\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702831\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702871\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702832\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-info\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702872\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564702833\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-success\",\"dismissible\":true} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564702873\"} -->\n<p>\n\nDui ullamcorper libero ut eleifend ridiculus consequat.\n\n</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564564770046\"} -->\n<h2 class=\"is-style-default\" id=\"multi-line-alerts\">Multi-Line Alerts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564770034\"} -->\n<p>HereΓÇÖre some examples of multi-line alerts with headings and paragraphs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780254\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-danger\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781304\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1569488515285\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780255\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781305\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564781312\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780256\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-info\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781306\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564781317\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564780258\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-success\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564781308\"} -->\n<h6>Sociis Porttitor et Quis</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564781319\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->','Alerts','','inherit','closed','closed','','925-revision-v1','','','2019-07-31 09:20:49','2019-07-31 09:20:49','',925,'http://192.168.1.140:8011/?p=2158',0,'revision','',0),(2159,1,'2019-07-31 09:24:50','2019-07-31 09:24:50','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931420\",\"canvasLocation\":\"root\",\"width\":25,\"height\":16,\"animated\":true} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931421\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-dark\",\"width\":50,\"height\":16,\"animated\":true,\"displayPercent\":true} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931422\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-success\",\"width\":75,\"height\":2,\"striped\":false} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931423\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-info\",\"width\":25,\"height\":16,\"striped\":false} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931424\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-warning\",\"width\":50,\"height\":1,\"striped\":false} /-->\n\n<!-- wp:canvas/progress {\"canvasClassName\":\"cnvs-block-progress-1564564931425\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-progress-danger\",\"width\":75,\"height\":16,\"displayPercent\":true} /-->','Progress Bars','','inherit','closed','closed','','929-revision-v1','','','2019-07-31 09:24:50','2019-07-31 09:24:50','',929,'http://192.168.1.140:8011/?p=2159',0,'revision','',0),(2160,1,'2019-07-31 09:33:33','2019-07-31 09:33:33','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565482077\"} -->\n<h2 class=\"is-style-default\" id=\"solid\">Solid</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565482119\"} -->\n<p>Amet imperdiet vulputate. Sociis dolor nisi tellus justo fringilla libero orci ligula vel phasellus odio eleifend. Ante quam quis varius. Donec aenean sed quisque varius rutrum quam tellus. Massa quis justo et leo ipsum aliquet ullamcorper curabitur eu ut sem. Veni maecenas et rhoncus vivamus metus consectetuer nisi ante etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565482063\"} -->\n<p>Dui ullamcorper libero ut eleifend ridiculus consequat. Enim augue ante. Justo imperdiet sapien. Imperdiet ligula dictum amet nec tellus id quis libero. Venenatis aenean blandit justo semper curabitur ipsum quis quam donec aliquet. Varius dapibus aenean massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide is-cnvs-separator-id-1574522713494\",\"canvasClassName\":\"cnvs-block-core-separator-1564565499408\"} -->\n<hr class=\"wp-block-separator is-style-wide is-cnvs-separator-id-1574522713494\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565520865\"} -->\n<h2 class=\"is-style-default\" id=\"double\">Double</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565520904\"} -->\n<p>Ullamcorper aenean enim sociis porttitor et quis vitae. Nec tincidunt quam a rhoncus quisque amet id in. A luctus dis pellentesque nulla ultricies amet. Enim nisi eget tempus etiam eleifend ut nec aenean ullamcorper. Etiam dis aenean nam leo magnis. Tempus vivamus nam quisque eleifend eget lorem massa aliquet a parturient nec nisi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565520847\"} -->\n<p>Justo nullam vel ipsum consequat aliquam ut ligula cras. Maecenas pretium nam orci leo quis a augue. Ante sem aenean consequat phasellus eget dis et odio sociis. Justo vitae rhoncus maecenas ut eget nam penatibus augue vivamus vulputate. Venenatis veni vitae semper rutrum pretium ullamcorper augue luctus. Eget odio rhoncus nullam pellentesque vici et aenean ut nisi commodo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-cnvs-separator-double is-cnvs-separator-id-1574522713503\",\"canvasClassName\":\"cnvs-block-core-separator-1564565535801\"} -->\n<hr class=\"wp-block-separator is-style-cnvs-separator-double is-cnvs-separator-id-1574522713503\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565563528\"} -->\n<h2 class=\"is-style-default\" id=\"dotted\">Dotted</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565563531\"} -->\n<p>A quam veni. Tincidunt veni et. Pulvinar nec magnis semper quis justo donec venenatis sed et. Ut etiam veni amet enim. Vitae ante varius. Pede eu massa justo vel penatibus eget viverra commodo lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565563516\"} -->\n<p>Donec nascetur tellus quam ullamcorper vel. Etiam faucibus elementum et. Ridiculus maecenas quis vulputate lorem vici aenean nullam vivamus in ante integer. Eu magnis vel donec mus. Hendrerit sociis quam lorem. Nisi eget vitae blandit eros varius aliquet ante.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-cnvs-separator-dotted is-cnvs-separator-id-1574522713512\",\"canvasClassName\":\"cnvs-block-core-separator-1564565573821\"} -->\n<hr class=\"wp-block-separator is-style-cnvs-separator-dotted is-cnvs-separator-id-1574522713512\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565591579\"} -->\n<h2 class=\"is-style-default\" id=\"dashed\">Dashed</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565591551\"} -->\n<p>Imperdiet vici condimentum sem etiam quis leo pede nec. Amet etiam feugiat sapien tincidunt eget. Luctus quam ut cum sem dui rhoncus nec eu maecenas. Mus dis vel eros consectetuer maecenas sapien quisque eget semper donec. Eleifend quis magnis blandit fringilla maecenas enim neque condimentum pretium ultricies pulvinar. Vel nisi aenean imperdiet a viverra pulvinar sed ligula pede mus lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565591535\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-cnvs-separator-dashed is-cnvs-separator-id-1574522713520\",\"canvasClassName\":\"cnvs-block-core-separator-1564565595858\"} -->\n<hr class=\"wp-block-separator is-style-cnvs-separator-dashed is-cnvs-separator-id-1574522713520\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565607476\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565608516\"} -->\n<p>Massa ac venenatis faucibus maecenas leo nunc eleifend a ultricies sem hendrerit nam. Vitae dis venenatis hendrerit vulputate eleifend dui ultricies rhoncus mus. Tincidunt vitae semper adipiscing quam eros lorem ut vel elementum pellentesque nec parturient. Lorem nam eu a sem quis. Rhoncus vulputate eget fringilla mollis massa rutrum ipsum magnis. Nascetur quam ante varius tellus et consequat blandit magnis ipsum id penatibus dolor.</p>\n<!-- /wp:paragraph -->','Separators','','inherit','closed','closed','','934-revision-v1','','','2019-07-31 09:33:33','2019-07-31 09:33:33','',934,'http://192.168.1.140:8011/?p=2160',0,'revision','',0),(2161,1,'2019-07-31 09:37:04','2019-07-31 09:37:04','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565727857\"} -->\n<h2 class=\"is-style-default\" id=\"with-posts\">With Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564565759236\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565759267\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/facebook-fanpage {\"canvasClassName\":\"cnvs-block-facebook-fanpage-1564565791090\",\"canvasLocation\":\"section-content\",\"href\":\"https://facebook.com/envato/\",\"showFacepile\":true,\"showPosts\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565759312\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565779977\"} -->\n<p>Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565780562\"} -->\n<p>Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus. Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565780498\"} -->\n<p>Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565862194\"} -->\n<h2 class=\"is-style-default\" id=\"without-posts\">Without Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564565867072\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565867107\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/facebook-fanpage {\"canvasClassName\":\"cnvs-block-facebook-fanpage-1564565885229\",\"canvasLocation\":\"section-content\",\"href\":\"https://facebook.com/envato/\",\"showFacepile\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565867146\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565874259\"} -->\n<p>\n\nMassa ac venenatis faucibus maecenas leo nunc eleifend a ultricies sem hendrerit nam. Vitae dis venenatis hendrerit vulputate eleifend dui ultricies rhoncus mus. Tincidunt vitae semper adipiscing quam eros lorem ut vel elementum pellentesque nec parturient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565874740\"} -->\n<p>Feugiat nec ante amet nam dolor etiam sed quis eleifend ipsum. Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564565922351\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564565934708\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565934753\",\"canvasLocation\":\"default\",\"size\":5} -->\n<!-- wp:canvas/facebook-fanpage {\"canvasClassName\":\"cnvs-block-facebook-fanpage-1564565950879\",\"canvasLocation\":\"section-content\",\"href\":\"https://facebook.com/envato/\",\"showCover\":false,\"smallHeader\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564565934810\",\"canvasLocation\":\"default\",\"size\":7} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564565965004\"} -->\n<p>Massa ac venenatis faucibus maecenas leo nunc eleifend a ultricies sem hendrerit nam. Vitae dis venenatis hendrerit vulputate eleifend dui ultricies rhoncus mus. Tincidunt vitae semper adipiscing quam eros lorem ut vel elementum pellentesque nec parturient. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Facebook Fanpage','','inherit','closed','closed','','936-revision-v1','','','2019-07-31 09:37:04','2019-07-31 09:37:04','',936,'http://192.168.1.140:8011/?p=2161',0,'revision','',0),(2162,1,'2019-07-31 10:12:44','2019-07-31 10:12:44','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564567781295\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564567781338\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564567867942\"} -->\n<h2 class=\"is-style-default\" id=\"2-columns\">2 Columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1564567811859\",\"canvasLocation\":\"section-sidebar\",\"showHeader\":false,\"columns\":2,\"buttonStyle\":\"squared\",\"buttonFullWidth\":true} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564567781400\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564567873152\"} -->\n<h2 class=\"is-style-default\" id=\"3-columns\">3 Columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1564567879082\",\"canvasLocation\":\"section-content\",\"showHeader\":false,\"showFollowButton\":false,\"number\":6} /-->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564568531815\"} -->\n<h2 class=\"is-style-default\">5 Columns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1564567929489\",\"canvasLocation\":\"root\",\"showHeader\":false,\"showFollowButton\":false,\"number\":10,\"columns\":5} /-->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564569036452\"} -->\n<h2 class=\"is-style-default\"> Featured Style </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564569069444\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564569069492\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:group {\"className\":\"is-style-cnvs-block-bg-light\",\"canvasClassName\":\"cnvs-block-core-group-1574258549609\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-bg-light\"><div class=\"wp-block-group__inner-container\"><!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1565615152485\",\"canvasLocation\":\"default\",\"number\":6,\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /--></div></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564569069533\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:group {\"className\":\"is-style-cnvs-block-shadow\",\"canvasClassName\":\"cnvs-block-core-group-1574258571614\"} -->\n<div class=\"wp-block-group is-style-cnvs-block-shadow\"><div class=\"wp-block-group__inner-container\"><!-- wp:canvas/instagram {\"canvasClassName\":\"cnvs-block-instagram-1565615197827\",\"canvasLocation\":\"default\",\"number\":6,\"buttonStyle\":\"squared\",\"buttonSize\":\"md\"} /--></div></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Instagram Feed','','inherit','closed','closed','','940-revision-v1','','','2019-07-31 10:12:44','2019-07-31 10:12:44','',940,'http://192.168.1.140:8011/?p=2162',0,'revision','',0),(2163,1,'2019-07-31 11:52:43','2019-07-31 11:52:43','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564573507260\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573662919\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-light\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565686209870\"} -->\n<h2 class=\"is-style-default\">Bold</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686194280\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold-light\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565686215772\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564573507261\"} -->\n<h2 class=\"is-style-default\">Simple &amp; Light Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573516318\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573527865\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-default\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573616326\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573625556\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-default\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573655706\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573662920\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-default\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1564573944867\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564573507262\"} -->\n<h2 class=\"is-style-default\">Simple &amp; Dark Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573516319\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573527866\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-dark-back\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573616327\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573625555\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-dark-back\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1564573655707\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1564573662921\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-dark-back\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565438487068\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565686244005\"} -->\n<h2 class=\"is-style-default\">Simple &amp; Bold Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686247124\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686250573\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-bold-back is-style-pk-share-buttons-bold-bg\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686255295\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686259505\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-bold-back is-style-pk-share-buttons-bold-bg\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686263371\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686267285\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-simple-bold-back is-style-pk-share-buttons-bold-bg\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565686239094\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565686350591\"} -->\n<h2 class=\"is-style-default\">Bold &amp; Light Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686374029\"} -->\n<h5 id=\"light\">First Two Large Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686381728\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686400467\"} -->\n<h5>Equal Width Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686412455\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold\",\"layout\":\"equal\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:heading {\"level\":5,\"canvasClassName\":\"cnvs-block-core-heading-1565686424050\"} -->\n<h5>Simple Buttons</h5>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565686436317\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold\",\"layout\":\"simple\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\"],\"showTitles\":false} /-->\n\n<!-- wp:spacer {\"height\":40,\"canvasClassName\":\"cnvs-block-core-spacer-1565686348024\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1565438363713\"} -->\n<h2 class=\"is-style-default\"> All Supported Share Buttons </h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/share-buttons {\"canvasClassName\":\"cnvs-block-share-buttons-1565438374473\",\"canvasLocation\":\"root\",\"className\":\"is-style-pk-share-buttons-bold-bg\",\"accounts\":[\"facebook\",\"twitter\",\"pinterest\",\"mail\",\"xing\",\"linkedin\",\"stumbleupon\",\"pocket\",\"whatsapp\",\"fb-messenger\",\"viber\",\"ok\",\"vkontakte\",\"telegram\",\"line\",\"reddit\",\"mix\"],\"showTitles\":false} /-->','Share Buttons','','inherit','closed','closed','','999-revision-v1','','','2019-07-31 11:52:43','2019-07-31 11:52:43','',999,'http://192.168.1.140:8011/?p=2163',0,'revision','',0),(2164,1,'2019-11-18 05:19:00','2019-11-18 05:19:00','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523537732\"} -->\n<p>Aenean eleifend ante maecenas pulvinar montes lorem et pede dis dolor pretium donec dictum. Vici consequat justo enim. Venenatis eget adipiscing luctus lorem. Adipiscing veni amet luctus enim sem libero tellus viverra venenatis aliquam. Commodo natoque quam pulvinar elit.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/toc {\"canvasLocation\":\"root\"} /-->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574523538056\"} -->\n<h2>Nam condimentum varius justo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535124\"} -->\n<p>Eget aenean tellus venenatis. Donec odio tempus. Felis arcu <a href=\"#\">pretium metus</a> nullam quam aenean sociis quis sem neque vici libero. Venenatis nullam fringilla pretium magnis aliquam nunc vulputate integer augue ultricies cras. Eget viverra feugiat cras ut. Sit natoque montes tempus ligula eget vitae pede rhoncus maecenas consectetuer commodo condimentum aenean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"canvasClassName\":\"cnvs-block-core-quote-1574523538327\"} -->\n<blockquote class=\"wp-block-quote\"><p>Quis adipiscing ligula donec ullamcorper tellus. Id odio vulputate aliquam nullam vitae tincidunt semper etiam quam donec quis</p><cite>Donec Massa Integer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538404\"} -->\n<p>Ut eu sem aenean imperdiet. Hendrerit penatibus <strong>sem adipiscing</strong> aliquet consequat nec orci nascetur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538557\"} -->\n<p>Etiam massa quam dolor aenean maecenas sociis tellus consectetuer. In sit donec massa integer nisi mus viverra odio ultricies ridiculus. Sapien sem lorem. Aenean sem venenatis arcu tellus fringilla vulputate quis vici nullam nec. Cum quam veni lorem elit aliquet pede in enim. Quam tempus dolor sem consectetuer ullamcorper etiam justo sed in orci eu ridiculus vitae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"className\":\"pk-list-styled\",\"canvasClassName\":\"cnvs-block-core-list-1574523538750\"} -->\n<ol class=\"pk-list-styled\"><li>Mollis lorem vitae varius.</li><li>Felis laoreet justo aenean curabitur <a href=\"#\">donec consequat</a> sit nascetur tellus dapibus.</li><li>Maecenas imperdiet vitae vidi vel parturient eleifend mollis eu libero.</li><li>Dictum libero felis feugiat fringilla sed etiam vel sem nullam elit vitae eu.</li><li>Felis nec eget curabitur sapien nisi aliquam pretium donec dapibus feugiat. Faucibus enim venenatis mus semper.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535153\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523538758\"} -->\n<p>Enim dapibus ante sapien eleifend <em>dis vulputate</em> quis viverra ultricies vitae eros. Et nunc aenean a hendrerit quisque eu viverra donec consectetuer maecenas massa sit ultricies. Tellus ante quis vici elementum etiam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574523535163\"} -->\n<h2>Faucibus nullam luctus felis pretium donec</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535169\"} -->\n<p>Amet tempus viverra ut libero nascetur id veni ridiculus rhoncus. Dis donec cras ultricies. Eros vivamus enim nec nulla semper imperdiet aenean montes dictum porttitor metus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[172,171,173],\"canvasClassName\":\"cnvs-block-core-gallery-1574523658351\"} -->\n<figure class=\"wp-block-gallery columns-3 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1-1160x1741.jpg\" alt=\"\" data-id=\"172\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1.jpg\" data-link=\"http://codesupply.co/demo-image-00005/\" class=\"wp-image-172\"/><figcaption class=\"blocks-gallery-item__caption\">Pellentesque venenatis ac</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1-1160x1741.jpg\" alt=\"\" data-id=\"171\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1.jpg\" data-link=\"http://codesupply.co/2018/10/14/vici-consequat-justo-enim-adipiscing-luctus/demo-image-00004/\" class=\"wp-image-171\"/><figcaption class=\"blocks-gallery-item__caption\">Faucibus etiam libero</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1-1160x1741.jpg\" alt=\"\" data-id=\"173\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1.jpg\" data-link=\"http://codesupply.co/demo-image-00006/\" class=\"wp-image-173\"/><figcaption class=\"blocks-gallery-item__caption\">Viverra faucibus sem</figcaption></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535173\"} -->\n<p>Sit dis sed ante integer ullamcorper vel donec tellus a. Nisi vici vulputate elit quis adipiscing aenean imperdiet justo varius. Vel <strong>eget luctus</strong> a sem pede sit metus nulla maecenas. Etiam eleifend curabitur lorem. Viverra faucibus sem ultricies vitae etiam quam id feugiat in tellus vici ut. Tellus quam varius commodo luctus aliquam nec amet nullam quis viverra sit fringilla consectetuer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"pk-list-positive\",\"canvasClassName\":\"cnvs-block-core-list-1574523535179\"} -->\n<ul class=\"pk-list-positive\"><li>Ultricies sit semper leo dolor maecenas.</li><li>Magnis nam penatibus justo nec quis eget amet venenatis integer rutrum eleifend commodo tincidunt.</li><li>Aenean nunc pretium lorem ullamcorper leo.</li><li>Nec arcu ullamcorper lorem mus eu.</li><li>Elit natoque mollis quisque.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535185\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535189\"} -->\n<p>Metus eros tellus viverra justo sapien quam nisi odio eu nullam. Justo neque nam ipsum ullamcorper lorem pellentesque donec condimentum porttitor. Orci ac tempus ridiculus quis maecenas imperdiet neque nascetur veni.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574523535194\"} -->\n<h3>Tincidunt veni tellus orci aenean consectetuer</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535200\"} -->\n<p>Sociis consequat adipiscing sit curabitur donec sem luctus cras natoque vulputate dolor eget dapibus. Nec vitae eros ullamcorper laoreet dapibus mus ac ante viverra. A aenean sit augue curabitur et parturient nisi sed enim. Nulla nec quis sit quisque sem commodo ultricies neque. Lorem eget venenatis dui ante luctus ultricies tellus montes. Quis in sapien tempus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":170,\"canvasClassName\":\"cnvs-block-core-image-1574523535205\"} -->\n<figure class=\"wp-block-image\"><img src=\"https://cloud.codesupply.co/demo-content/demo-image-00003.jpg\" alt=\"\" class=\"wp-image-170\"/><figcaption>Pede nascetur eros</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535211\"} -->\n<p>Aliquam enim arcu ut. Vulputate pede nisi arcu ut nullam. Ac elit ut ullamcorper aenean dolor pede nec aliquam. Cum enim a. Ut dui phasellus cras. Vivamus pulvinar justo faucibus nec semper lorem nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535215\"} -->\n<p>Ut pede leo libero cum ridiculus quis arcu natoque ullamcorper eget nulla sociis. Semper condimentum quam integer lorem. Amet ac <em>dis semper eget</em> a dictum ligula. Justo eu ut. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque. Ultricies dui vel ipsum eleifend dolor ante donec justo nullam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:nextpage {\"canvasClassName\":\"cnvs-block-core-nextpage-1574523535219\"} -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574523535224\"} -->\n<h3>Eu ridiculus fringilla</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535228\"} -->\n<p>Nam dictum vitae penatibus ligula id sem eget ante faucibus feugiat nascetur vel. Pretium vitae mus rhoncus sit maecenas quam felis orci adipiscing. Aenean parturient eget quam. Leo vel lorem sociis phasellus arcu dolor. Dis donec eu pede.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[172,171,173],\"canvasClassName\":\"cnvs-block-core-gallery-1574523681348\"} -->\n<figure class=\"wp-block-gallery columns-3 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1-1160x1741.jpg\" alt=\"\" data-id=\"172\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/12/demo-image-00005-1.jpg\" data-link=\"http://codesupply.co/demo-image-00005/\" class=\"wp-image-172\"/><figcaption class=\"blocks-gallery-item__caption\">Pellentesque venenatis ac</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1-1160x1741.jpg\" alt=\"\" data-id=\"171\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1.jpg\" data-link=\"http://codesupply.co/2018/10/14/vici-consequat-justo-enim-adipiscing-luctus/demo-image-00004/\" class=\"wp-image-171\"/><figcaption class=\"blocks-gallery-item__caption\">Faucibus etiam libero</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1-1160x1741.jpg\" alt=\"\" data-id=\"173\" data-full-url=\"http://codesupply.co/wp-content/uploads/2018/04/demo-image-00006-1.jpg\" data-link=\"http://codesupply.co/demo-image-00006/\" class=\"wp-image-173\"/><figcaption class=\"blocks-gallery-item__caption\">Viverra faucibus sem</figcaption></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535233\"} -->\n<p>Venenatis ante veni nullam ridiculus penatibus <a href=\"#\">vidi eu consectetuer</a> integer. Vulputate ipsum lorem nascetur rhoncus. Aliquam vitae elit blandit enim eget laoreet. Dapibus leo sociis quis nulla adipiscing amet integer sem ullamcorper in maecenas eu imperdiet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535239\"} -->\n<p>Ante blandit amet ultricies ut in nam massa rhoncus. Eget eu massa nisi quis viverra dapibus aliquam. Id ridiculus lorem ut amet dis orci tellus etiam aenean pellentesque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1574523535243\"} -->\n<p>Maecenas tempus aenean nulla <strong>viverra neque</strong> vel nec cras justo sapien condimentum ut varius. Blandit sem etiam vel nullam vulputate sociis amet varius dolor. Vitae a ut. Etiam rhoncus ante sit. Nisi nullam donec dui eu phasellus a elementum elit faucibus nec. Eros eu pulvinar pede luctus sit aenean lorem.</p>\n<!-- /wp:paragraph -->','A Pretium Enim Dolor Donec Eu Venenatis Curabitur','','inherit','closed','closed','','296-revision-v1','','','2019-11-18 05:19:00','2019-11-18 05:19:00','',296,'http://192.168.1.140:8011/?p=2164',0,'revision','',0),(2173,1,'2023-10-09 20:41:18','2023-01-14 11:20:37','','Home','','publish','closed','closed','','home','','','2023-10-09 20:41:18','2023-10-09 20:41:18','',0,'http://192.168.1.140:8011/?p=2173',1,'nav_menu_item','',0),(2176,1,'2023-01-14 11:49:12','2023-01-14 11:49:12','<!-- wp:canvas/alert {\"canvasClassName\":\"cnvs-block-alert-1564564660843\",\"canvasLocation\":\"root\",\"className\":\"is-style-cnvs-block-alert-warning\"} -->\n<!-- wp:heading {\"level\":6,\"canvasClassName\":\"cnvs-block-core-heading-1564564662210\"} -->\n<h6>Please Note</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564564662192\"} -->\n<p>You need to install and activate <a href=\"https://wordpress.org/plugins/powerkit/\">Powerkit</a> and <a href=\"https://wordpress.org/plugins/canvas/\">Canvas</a> to make this feature work.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/alert -->\n\n<!-- wp:heading {\"className\":\"is-style-default\",\"canvasClassName\":\"cnvs-block-core-heading-1564574331684\"} -->\n<h2 class=\"is-style-default\">Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564574271321\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574271364\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/author {\"canvasClassName\":\"cnvs-block-author-1564574276138\",\"canvasLocation\":\"section-content\",\"author\":\"1\",\"showArchiveBtn\":true,\"buttonStyle\":\"squared\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574271422\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574295517\"} -->\n<p>\n\nNec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante. Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574295911\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574258324624\"} -->\n<h2>With Background</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564574368825\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574368878\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/author {\"canvasClassName\":\"cnvs-block-author-1564574376643\",\"canvasLocation\":\"section-content\",\"author\":\"1\",\"bgImage\":{\"id\":171,\"url\":\"http://codesupply.co/wp-content/uploads/2018/06/demo-image-00004-1.jpg\"},\"showArchiveBtn\":true,\"buttonStyle\":\"squared\",\"buttonSize\":\"lg\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574368926\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574397889\"} -->\n<p> Metus curabitur ullamcorper dolor dapibus sapien quis vitae a nullam cras cum eget sem. Ut leo felis eu consectetuer donec cras nullam magnis nulla luctus. Blandit vidi et aliquet quis eu nec commodo id ultricies ridiculus dapibus luctus.&nbsp;Imperdiet nulla nisi quis viverra id consectetuer nec aenean semper porttitor sed. Pulvinar semper quis enim tincidunt viverra. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574258343312\"} -->\n<h2>Contributors Simple</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1564574539824\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574539858\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:canvas/contributors {\"canvasClassName\":\"cnvs-block-contributors-1673696882662\",\"canvasLocation\":\"section-content\"} /-->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1564574539905\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574611340\"} -->\n<p> Nec nascetur mus vici. Dolor rhoncus augue quisque parturient etiam imperdiet sit nisi tellus veni faucibus orci. Imperdiet venenatis nec odio ac nullam rhoncus curabitur montes dapibus sem eu ante.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574613636\"} -->\n<p> Condimentum a nec. Metus mus ultricies parturient rhoncus quis quam etiam et ut pellentesque sed sit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1564574616462\"} -->\n<p>Tincidunt eleifend pellentesque justo sociis parturient rutrum semper vitae aenean nec massa eu vivamus. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1574258355528\"} -->\n<h2>Contributors With Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:canvas/contributors {\"canvasClassName\":\"cnvs-block-contributors-1673696882697\",\"canvasLocation\":\"root\",\"showRecentPosts\":true} /-->\n\n<!-- wp:canvas/contributors {\"canvasClassName\":\"cnvs-block-contributors-1564574673947\",\"canvasLocation\":\"root\",\"contributors\":[\"3\",\"4\"],\"showRecentPosts\":true,\"countRecentPosts\":5} /-->','Author','','inherit','closed','closed','','1005-autosave-v1','','','2023-01-14 11:49:12','2023-01-14 11:49:12','',1005,'http://192.168.1.140:8011/?p=2176',0,'revision','',0),(2180,1,'2023-01-14 17:25:54','2023-01-14 17:25:54','','test001','','inherit','open','closed','','test001','','','2023-01-14 17:25:54','2023-01-14 17:25:54','',1,'http://192.168.1.140:8011/wp-content/uploads/2023/01/test001.jpg',0,'attachment','image/jpeg',0),(2181,1,'2023-01-14 17:26:12','2023-01-14 17:26:12','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1673717001215\"} -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2023-01-14 17:26:12','2023-01-14 17:26:12','',1,'http://192.168.1.140:8011/?p=2181',0,'revision','',0),(2182,1,'2023-01-14 19:03:10','2023-01-14 19:03:10','','home_image','','inherit','open','closed','','home_image','','','2023-01-14 19:03:10','2023-01-14 19:03:10','',0,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/home_image.jpg',0,'attachment','image/jpeg',0),(2184,1,'2023-01-14 19:07:04','2023-01-14 19:07:04','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1673717001215\"} -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','KevKem Chiropractic!','','inherit','closed','closed','','1-revision-v1','','','2023-01-14 19:07:04','2023-01-14 19:07:04','',1,'http://demo.kevkem.chiefsoft.net/?p=2184',0,'revision','',0),(2185,1,'2023-01-14 19:10:55','2023-01-14 19:10:55','','logo-kevkem','','inherit','open','closed','','logo-kevkem','','','2023-01-14 19:10:55','2023-01-14 19:10:55','',0,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/logo-kevkem.png',0,'attachment','image/png',0),(2189,1,'2023-01-21 14:59:30','2023-01-21 14:59:30','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361652016\"} -->\n<h3 class=\"wp-block-heading\" id=\"company-mission\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652021\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652024\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1701361710483\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712707\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361753246\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753252\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753258\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753263\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712711\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-list-item-1701361889815\"} -->\n<p><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1701361886617\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886586\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886592\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886597\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886602\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886608\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886613\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','publish','closed','closed','','about-us','','','2023-11-30 16:43:20','2023-11-30 16:43:20','',0,'http://demo.kevkem.chiefsoft.net/?page_id=2189',0,'page','',0),(2190,1,'2023-01-21 14:59:30','2023-01-21 14:59:30','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-01-21 14:59:30','2023-01-21 14:59:30','',2189,'http://demo.kevkem.chiefsoft.net/?p=2190',0,'revision','',0),(2191,1,'2023-01-21 15:01:22','2023-01-21 15:01:22','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At KevKem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"0\",\"bottom\":\"0\"}}},\"backgroundColor\":\"white\",\"canvasClassName\":\"cnvs-block-core-columns-1697216022439\"} -->\n<div class=\"wp-block-columns has-white-background-color has-background\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216022429\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"canvasClassName\":\"cnvs-block-core-columns-1697216148045\"} -->\n<div class=\"wp-block-columns\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149781\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1697216168685\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1697216168688\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has 20+ years of training, expertise and experience in helping patients optimize recovery from accident injuries, and pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149784\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1697216176547\",\"borderRadiusTopLeft\":5,\"borderRadiusTopRight\":5,\"borderRadiusBottomLeft\":5,\"borderRadiusBottomRight\":5,\"borderRadiusLink\":true} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1697216176547\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain and also to facilitate and optimize recovery from auto accident injuries. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper tone. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and optimal health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','publish','closed','closed','','services','','','2023-10-13 17:23:38','2023-10-13 17:23:38','',0,'http://demo.kevkem.chiefsoft.net/?page_id=2191',0,'page','',0),(2192,1,'2023-01-21 15:01:22','2023-01-21 15:01:22','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313258415\"} -->\n<p>services</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:01:22','2023-01-21 15:01:22','',2191,'http://demo.kevkem.chiefsoft.net/?p=2192',0,'revision','',0),(2194,1,'2023-10-09 20:41:19','2023-01-21 15:03:29',' ','','','publish','closed','closed','','2194','','','2023-10-09 20:41:19','2023-10-09 20:41:19','',0,'http://demo.kevkem.chiefsoft.net/?p=2194',3,'nav_menu_item','',0),(2195,1,'2023-10-09 20:41:18','2023-01-21 15:03:29',' ','','','publish','closed','closed','','2195','','','2023-10-09 20:41:18','2023-10-09 20:41:18','',0,'http://demo.kevkem.chiefsoft.net/?p=2195',2,'nav_menu_item','',0),(2199,1,'2023-01-21 15:10:37','2023-01-21 15:10:37','','kev-kem-abou','','inherit','open','closed','','kev-kem-abou','','','2023-01-21 15:10:37','2023-01-21 15:10:37','',2189,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg',0,'attachment','image/jpeg',0),(2200,1,'2023-01-21 15:11:48','2023-01-21 15:11:48','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2>Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 19 years of patient care as a clinical scientist and 9 years as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our Austell chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-01-21 15:11:48','2023-01-21 15:11:48','',2189,'http://demo.kevkem.chiefsoft.net/?p=2200',0,'revision','',0),(2202,1,'2023-01-21 15:13:08','2023-01-21 15:13:08','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2>Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 19 years of patient care as a clinical scientist and 9 years as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our Austell chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-01-21 15:13:08','2023-01-21 15:13:08','',2189,'http://demo.kevkem.chiefsoft.net/?p=2202',0,'revision','',0),(2204,1,'2023-01-21 15:14:24','2023-01-21 15:14:24','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2>Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 19 years of patient care as a clinical scientist and 9 years as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our Austell chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3>Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 9 years. Conveniently located at the intersection of clay and Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydroterm massage therapy, and a certified full service massage therapist is available.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3>Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic care and adjustments. We actively help you and your family in taking responsibility for your total health, wellness, and disease management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-01-21 15:14:24','2023-01-21 15:14:24','',2189,'http://demo.kevkem.chiefsoft.net/?p=2204',0,'revision','',0),(2206,1,'2023-01-21 15:28:37','2023-01-21 15:28:37','','care-1','','inherit','open','closed','','care-1','','','2023-01-21 15:28:37','2023-01-21 15:28:37','',2191,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg',0,'attachment','image/jpeg',0),(2207,1,'2023-01-21 15:28:48','2023-01-21 15:28:48','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313258415\"} -->\n<p>services</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:28:48','2023-01-21 15:28:48','',2191,'http://demo.kevkem.chiefsoft.net/?p=2207',0,'revision','',0),(2209,1,'2023-01-21 15:31:46','2023-01-21 15:31:46','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:31:46','2023-01-21 15:31:46','',2191,'http://demo.kevkem.chiefsoft.net/?p=2209',0,'revision','',0),(2211,1,'2023-01-21 15:35:25','2023-01-21 15:35:25','','care-2','','inherit','open','closed','','care-2','','','2023-01-21 15:35:25','2023-01-21 15:35:25','',2191,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg',0,'attachment','image/jpeg',0),(2212,1,'2023-01-21 15:35:28','2023-01-21 15:35:28','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:35:28','2023-01-21 15:35:28','',2191,'http://demo.kevkem.chiefsoft.net/?p=2212',0,'revision','',0),(2213,1,'2023-01-21 15:36:12','2023-01-21 15:36:12','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:36:12','2023-01-21 15:36:12','',2191,'http://demo.kevkem.chiefsoft.net/?p=2213',0,'revision','',0),(2215,1,'2023-01-21 15:38:10','2023-01-21 15:38:10','','care-3','','inherit','open','closed','','care-3','','','2023-01-21 15:38:10','2023-01-21 15:38:10','',2191,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg',0,'attachment','image/jpeg',0),(2216,1,'2023-01-21 15:38:13','2023-01-21 15:38:13','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:38:13','2023-01-21 15:38:13','',2191,'http://demo.kevkem.chiefsoft.net/?p=2216',0,'revision','',0),(2217,1,'2023-01-21 15:40:12','2023-01-21 15:40:12','','care-4','','inherit','open','closed','','care-4','','','2023-01-21 15:40:12','2023-01-21 15:40:12','',2191,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg',0,'attachment','image/jpeg',0),(2218,1,'2023-01-21 15:40:13','2023-01-21 15:40:13','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:40:13','2023-01-21 15:40:13','',2191,'http://demo.kevkem.chiefsoft.net/?p=2218',0,'revision','',0),(2221,1,'2023-01-21 15:43:00','2023-01-21 15:43:00','','care-5','','inherit','open','closed','','care-5','','','2023-01-21 15:43:00','2023-01-21 15:43:00','',2191,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg',0,'attachment','image/jpeg',0),(2222,1,'2023-01-21 15:43:05','2023-01-21 15:43:05','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:43:05','2023-01-21 15:43:05','',2191,'http://demo.kevkem.chiefsoft.net/?p=2222',0,'revision','',0),(2224,1,'2023-01-21 15:45:38','2023-01-21 15:45:38','','care-6','','inherit','open','closed','','care-6','','','2023-01-21 15:45:38','2023-01-21 15:45:38','',2191,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg',0,'attachment','image/jpeg',0),(2225,1,'2023-01-21 15:45:43','2023-01-21 15:45:43','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:45:43','2023-01-21 15:45:43','',2191,'http://demo.kevkem.chiefsoft.net/?p=2225',0,'revision','',0),(2227,1,'2023-01-21 15:46:34','2023-01-21 15:46:34','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 15:46:34','2023-01-21 15:46:34','',2191,'http://demo.kevkem.chiefsoft.net/?p=2227',0,'revision','',0),(2228,1,'2023-01-21 15:49:01','2023-01-21 15:49:01','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2>Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 19 years of patient care as a clinical scientist and 9 years as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our Austell chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3>Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 9 years. Conveniently located at the intersection of clay and Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydroterm massage therapy, and a certified full service massage therapist is available.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3>Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674316111700\"} -->\n<p><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674316111710\"} -->\n<p><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674316111719\"} -->\n<p><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674316111730\"} -->\n<p><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674316111741\"} -->\n<p><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674316111751\"} -->\n<p><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3>Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic care and adjustments. We actively help you and your family in taking responsibility for your total health, wellness, and disease management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-01-21 15:49:01','2023-01-21 15:49:01','',2189,'http://demo.kevkem.chiefsoft.net/?p=2228',0,'revision','',0),(2230,1,'2023-01-21 15:51:47','2023-01-21 15:51:47','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2>Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 19 years of patient care as a clinical scientist and 9 years as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our Austell chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3>Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 9 years. Conveniently located at the intersection of clay and Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydroterm massage therapy, and a certified full service massage therapist is available.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3>Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3>Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic care and adjustments. We actively help you and your family in taking responsibility for your total health, wellness, and disease management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-01-21 15:51:47','2023-01-21 15:51:47','',2189,'http://demo.kevkem.chiefsoft.net/?p=2230',0,'revision','',0),(2234,1,'2023-01-21 18:14:31','2023-01-21 18:14:31','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674324707790\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2240,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2211-1024x768.jpeg\" alt=\"\" class=\"wp-image-2240\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2238,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2212-1024x768.jpeg\" alt=\"\" class=\"wp-image-2238\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2241,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2213-1024x768.jpeg\" alt=\"\" class=\"wp-image-2241\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2243,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2214-1024x768.jpeg\" alt=\"\" class=\"wp-image-2243\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2242,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2215-1024x768.jpeg\" alt=\"\" class=\"wp-image-2242\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2239,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2216-1024x768.jpeg\" alt=\"\" class=\"wp-image-2239\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2217-1024x768.jpeg\" alt=\"\" class=\"wp-image-2244\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Gallery','','publish','closed','closed','','gallery','','','2023-10-09 20:43:08','2023-10-09 20:43:08','',0,'http://demo.kevkem.chiefsoft.net/?page_id=2234',0,'page','',0),(2235,1,'2023-01-21 18:14:31','2023-01-21 18:14:31','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674324707790\"} -->\n<p>Gallery</p>\n<!-- /wp:paragraph -->','Gallery','','inherit','closed','closed','','2234-revision-v1','','','2023-01-21 18:14:31','2023-01-21 18:14:31','',2234,'http://demo.kevkem.chiefsoft.net/?p=2235',0,'revision','',0),(2237,1,'2023-01-21 18:37:18','2023-01-21 18:37:18','','pic001-1','','inherit','open','closed','','pic001-1','','','2023-01-21 18:37:18','2023-01-21 18:37:18','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/pic001-1.jpg',0,'attachment','image/jpeg',0),(2238,1,'2023-01-21 18:37:45','2023-01-21 18:37:45','','IMG_2212','','inherit','open','closed','','img_2212','','','2023-01-21 18:37:45','2023-01-21 18:37:45','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2212.jpeg',0,'attachment','image/jpeg',0),(2239,1,'2023-01-21 18:37:45','2023-01-21 18:37:45','','IMG_2216','','inherit','open','closed','','img_2216','','','2023-01-21 18:37:45','2023-01-21 18:37:45','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2216.jpeg',0,'attachment','image/jpeg',0),(2240,1,'2023-01-21 18:37:45','2023-01-21 18:37:45','','IMG_2211','','inherit','open','closed','','img_2211','','','2023-01-21 18:37:45','2023-01-21 18:37:45','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2211.jpeg',0,'attachment','image/jpeg',0),(2241,1,'2023-01-21 18:37:45','2023-01-21 18:37:45','','IMG_2213','','inherit','open','closed','','img_2213','','','2023-01-21 18:37:45','2023-01-21 18:37:45','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2213.jpeg',0,'attachment','image/jpeg',0),(2242,1,'2023-01-21 18:37:45','2023-01-21 18:37:45','','IMG_2215','','inherit','open','closed','','img_2215','','','2023-01-21 18:37:45','2023-01-21 18:37:45','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2215.jpeg',0,'attachment','image/jpeg',0),(2243,1,'2023-01-21 18:37:45','2023-01-21 18:37:45','','IMG_2214','','inherit','open','closed','','img_2214','','','2023-01-21 18:37:45','2023-01-21 18:37:45','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2214.jpeg',0,'attachment','image/jpeg',0),(2244,1,'2023-01-21 18:37:51','2023-01-21 18:37:51','','IMG_2217','','inherit','open','closed','','img_2217','','','2023-01-21 18:37:51','2023-01-21 18:37:51','',2234,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2217.jpeg',0,'attachment','image/jpeg',0),(2245,1,'2023-01-21 18:37:53','2023-01-21 18:37:53','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674324707790\"} -->\n<p>Gallery</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/6a645320-5502-41c9-ad11-352f8ab61292\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/f5e55664-af9a-4b0b-bf80-db7bd771c1b5\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/004da2a4-cc56-4a3f-9f69-b72500cddc31\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/d75f7ce8-ee2e-4b89-85e3-938132ac0d0b\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/36a1840e-f2a6-4213-8571-94c632a082b4\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/2da39e1f-52e6-4a37-8a90-49b365308a13\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"blob:http://demo.kevkem.chiefsoft.net/e06c1254-3be4-46a5-978b-7655af7824a2\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Gallery','','inherit','closed','closed','','2234-revision-v1','','','2023-01-21 18:37:53','2023-01-21 18:37:53','',2234,'http://demo.kevkem.chiefsoft.net/?p=2245',0,'revision','',0),(2247,1,'2023-01-21 18:39:02','2023-01-21 18:39:02','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674324707790\"} -->\n<p>Gallery</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2240,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2211-1024x768.jpeg\" alt=\"\" class=\"wp-image-2240\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2238,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2212-1024x768.jpeg\" alt=\"\" class=\"wp-image-2238\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2241,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2213-1024x768.jpeg\" alt=\"\" class=\"wp-image-2241\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2243,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2214-1024x768.jpeg\" alt=\"\" class=\"wp-image-2243\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2242,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2215-1024x768.jpeg\" alt=\"\" class=\"wp-image-2242\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2239,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2216-1024x768.jpeg\" alt=\"\" class=\"wp-image-2239\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2217-1024x768.jpeg\" alt=\"\" class=\"wp-image-2244\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Gallery','','inherit','closed','closed','','2234-revision-v1','','','2023-01-21 18:39:02','2023-01-21 18:39:02','',2234,'http://demo.kevkem.chiefsoft.net/?p=2247',0,'revision','',0),(2251,1,'2023-01-21 18:45:50','2023-01-21 18:45:50','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has years of training, expertise and experience in helping patients get pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Austell is dedicated to helping you achieve your wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper place. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-01-21 18:45:50','2023-01-21 18:45:50','',2191,'http://demo.kevkem.chiefsoft.net/?p=2251',0,'revision','',0),(2254,1,'2023-03-17 16:00:53','2023-03-17 16:00:53','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2>Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at 770-778-0088 today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3>Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipments to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3>Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3>Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-03-17 16:00:53','2023-03-17 16:00:53','',2189,'http://demo.kevkem.chiefsoft.net/?p=2254',0,'revision','',0),(2256,1,'2023-03-17 16:15:43','2023-03-17 16:15:43','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has 20+ years of training, expertise and experience in helping patients optimize recovery from accident injuries, and pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your wellness and injury recovery objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain and also to facilitate and optimize recovery from auto accident injuries. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper tone. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and optimal health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-03-17 16:15:43','2023-03-17 16:15:43','',2191,'http://demo.kevkem.chiefsoft.net/?p=2256',0,'revision','',0),(2263,1,'2023-04-15 02:27:28','2023-04-15 02:27:28','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2380,2338],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360277141\"} -->\n<div class=\"wp-block-comments\"><!-- wp:comments-title {\"canvasClassName\":\"cnvs-block-core-comments-title-1701367698462\"} /-->\n\n<!-- wp:comment-template {\"canvasClassName\":\"cnvs-block-core-comment-template-1701367698466\"} -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"40px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40px\"><!-- wp:avatar {\"size\":40,\"style\":{\"border\":{\"radius\":\"20px\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:comment-author-name {\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:comment-date {\"fontSize\":\"small\"} /-->\n\n<!-- wp:comment-edit-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:comment-content /-->\n\n<!-- wp:comment-reply-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:comment-template -->\n\n<!-- wp:comments-pagination {\"canvasClassName\":\"cnvs-block-core-comments-pagination-1701367698472\"} -->\n<!-- wp:comments-pagination-previous {\"canvasClassName\":\"cnvs-block-core-comments-pagination-previous-1701367698543\"} /-->\n\n<!-- wp:comments-pagination-numbers {\"canvasClassName\":\"cnvs-block-core-comments-pagination-numbers-1701367698548\"} /-->\n\n<!-- wp:comments-pagination-next {\"canvasClassName\":\"cnvs-block-core-comments-pagination-next-1701367698558\"} /-->\n<!-- /wp:comments-pagination -->\n\n<!-- wp:post-comments-form {\"canvasClassName\":\"cnvs-block-core-post-comments-form-1701367698476\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360268895\"} -->\n<div class=\"wp-block-comments\"><!-- wp:comments-title {\"canvasClassName\":\"cnvs-block-core-comments-title-1701367698480\"} /-->\n\n<!-- wp:comment-template {\"canvasClassName\":\"cnvs-block-core-comment-template-1701367698485\"} -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"40px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40px\"><!-- wp:avatar {\"size\":40,\"style\":{\"border\":{\"radius\":\"20px\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:comment-author-name {\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:comment-date {\"fontSize\":\"small\"} /-->\n\n<!-- wp:comment-edit-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:comment-content /-->\n\n<!-- wp:comment-reply-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:comment-template -->\n\n<!-- wp:comments-pagination {\"canvasClassName\":\"cnvs-block-core-comments-pagination-1701367698489\"} -->\n<!-- wp:comments-pagination-previous {\"canvasClassName\":\"cnvs-block-core-comments-pagination-previous-1701367698563\"} /-->\n\n<!-- wp:comments-pagination-numbers {\"canvasClassName\":\"cnvs-block-core-comments-pagination-numbers-1701367698569\"} /-->\n\n<!-- wp:comments-pagination-next {\"canvasClassName\":\"cnvs-block-core-comments-pagination-next-1701367698574\"} /-->\n<!-- /wp:comments-pagination -->\n\n<!-- wp:post-comments-form {\"canvasClassName\":\"cnvs-block-core-post-comments-form-1701367698494\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360344270\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360795307\"} -->\n<p></p>\n<!-- /wp:paragraph -->','','','publish','closed','closed','','home','','','2023-11-30 18:11:22','2023-11-30 18:11:22','',0,'http://demo.kevkem.chiefsoft.net/?page_id=2263',0,'page','',0),(2264,1,'2023-04-15 02:27:28','2023-04-15 02:27:28','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p>This is home page</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:27:28','2023-04-15 02:27:28','',2263,'http://demo.kevkem.chiefsoft.net/?p=2264',0,'revision','',0),(2267,1,'2023-04-15 02:37:26','2023-04-15 02:37:26','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p>RRrrrrrrrrr</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p>hjgjgjjkgj jkgj kgjkgjkgk</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p>jkjkhjkhjkhjkkjhjkhjkhjkhjkh</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:37:26','2023-04-15 02:37:26','',2263,'http://demo.kevkem.chiefsoft.net/?p=2267',0,'revision','',0),(2269,1,'2023-04-15 02:39:38','2023-04-15 02:39:38','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:39:38','2023-04-15 02:39:38','',2263,'http://demo.kevkem.chiefsoft.net/?p=2269',0,'revision','',0),(2270,1,'2023-04-15 02:40:17','2023-04-15 02:40:17','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:40:17','2023-04-15 02:40:17','',2263,'http://demo.kevkem.chiefsoft.net/?p=2270',0,'revision','',0),(2272,1,'2023-04-15 02:41:45','2023-04-15 02:41:45','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:41:45','2023-04-15 02:41:45','',2263,'http://demo.kevkem.chiefsoft.net/?p=2272',0,'revision','',0),(2273,1,'2023-04-15 02:43:08','2023-04-15 02:43:08','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1681526573628\"} -->\n<div class=\"wp-block-comments\"><!-- wp:comments-title {\"canvasClassName\":\"cnvs-block-core-comments-title-1681526573696\"} /-->\n\n<!-- wp:comment-template {\"canvasClassName\":\"cnvs-block-core-comment-template-1681526573701\"} -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"40px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40px\"><!-- wp:avatar {\"size\":40,\"style\":{\"border\":{\"radius\":\"20px\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:comment-author-name {\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:comment-date {\"fontSize\":\"small\"} /-->\n\n<!-- wp:comment-edit-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:comment-content /-->\n\n<!-- wp:comment-reply-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:comment-template -->\n\n<!-- wp:comments-pagination {\"canvasClassName\":\"cnvs-block-core-comments-pagination-1681526573704\"} -->\n<!-- wp:comments-pagination-previous {\"canvasClassName\":\"cnvs-block-core-comments-pagination-previous-1681526573754\"} /-->\n\n<!-- wp:comments-pagination-numbers {\"canvasClassName\":\"cnvs-block-core-comments-pagination-numbers-1681526573756\"} /-->\n\n<!-- wp:comments-pagination-next {\"canvasClassName\":\"cnvs-block-core-comments-pagination-next-1681526573759\"} /-->\n<!-- /wp:comments-pagination -->\n\n<!-- wp:post-comments-form {\"canvasClassName\":\"cnvs-block-core-post-comments-form-1681526573706\"} /--></div>\n<!-- /wp:comments -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:43:08','2023-04-15 02:43:08','',2263,'http://demo.kevkem.chiefsoft.net/?p=2273',0,'revision','',0),(2275,1,'2023-04-15 02:50:46','2023-04-15 02:50:46','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:50:46','2023-04-15 02:50:46','',2263,'http://demo.kevkem.chiefsoft.net/?p=2275',0,'revision','',0),(2277,1,'2023-04-15 02:52:34','2023-04-15 02:52:34','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:52:34','2023-04-15 02:52:34','',2263,'http://demo.kevkem.chiefsoft.net/?p=2277',0,'revision','',0),(2279,1,'2023-04-15 02:57:12','2023-04-15 02:57:12','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2} -->\n<div class=\"wp-block-columns cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681527429202\"} -->\n<p></p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2263-revision-v1','','','2023-04-15 02:57:12','2023-04-15 02:57:12','',2263,'http://demo.kevkem.chiefsoft.net/?p=2279',0,'revision','',0),(2288,1,'2023-10-04 14:05:36','0000-00-00 00:00:00','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696422912960\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2182,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1696422924197\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/home_image-1024x398.jpg\" alt=\"\" class=\"wp-image-2182\"/></figure>\n<!-- /wp:image -->','KevKem Home','','draft','closed','closed','','','','','2023-10-04 14:05:36','2023-10-04 14:05:36','',0,'http://demo.kevkem.chiefsoft.net/?page_id=2288',0,'page','',0),(2289,1,'2023-10-04 14:05:35','2023-10-04 14:05:35','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696422912960\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2182,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1696422924197\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/home_image-1024x398.jpg\" alt=\"\" class=\"wp-image-2182\"/></figure>\n<!-- /wp:image -->','KevKem Home','','inherit','closed','closed','','2288-revision-v1','','','2023-10-04 14:05:35','2023-10-04 14:05:35','',2288,'http://demo.kevkem.chiefsoft.net/?p=2289',0,'revision','',0),(2290,1,'2023-10-04 14:07:00','2023-10-04 14:07:00','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2} -->\n<div class=\"wp-block-columns cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681527429202\"} -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-04 14:07:00','2023-10-04 14:07:00','',2263,'http://demo.kevkem.chiefsoft.net/?p=2290',0,'revision','',0),(2292,1,'2023-10-09 16:48:53','2023-10-09 16:48:53','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574515986293\"} -->\n<h3 class=\"wp-block-heading\">Contact info</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1696870118786\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1696870118780\"} -->\n<li>3077 Austell Rd Marietta, GA 30008</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1696870118783\"} -->\n<li>770-778-0088</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1696870118785\"} -->\n<li><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1696870098215\"} -->\n<h3 class=\"wp-block-heading\">Working hours</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098217\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098219\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098222\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098223\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098225\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098227\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870098228\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\">Get in Touch ?</h3>\n<!-- /wp:heading -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->','Contact Form','','inherit','closed','closed','','726-revision-v1','','','2023-10-09 16:48:53','2023-10-09 16:48:53','',726,'http://demo.kevkem.chiefsoft.net/?p=2292',0,'revision','',0),(2294,1,'2023-10-09 16:52:50','2023-10-09 16:52:50','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870244905\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1696870283576\"} -->\n<h3 class=\"wp-block-heading\">Working hours</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-10-09 16:52:50','2023-10-09 16:52:50','',726,'http://demo.kevkem.chiefsoft.net/?p=2294',0,'revision','',0),(2296,1,'2023-10-09 16:56:37','2023-10-09 16:56:37','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574515986293\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-10-09 16:56:37','2023-10-09 16:56:37','',726,'http://demo.kevkem.chiefsoft.net/?p=2296',0,'revision','',0),(2297,1,'2023-10-09 16:58:31','2023-10-09 16:58:31','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipments to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-09 16:58:31','2023-10-09 16:58:31','',2189,'http://demo.kevkem.chiefsoft.net/?p=2297',0,'revision','',0),(2298,1,'2023-10-09 17:04:11','2023-10-09 17:04:11','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p>About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-09 17:04:11','2023-10-09 17:04:11','',2189,'http://demo.kevkem.chiefsoft.net/?p=2298',0,'revision','',0),(2299,1,'2023-10-09 17:09:38','2023-10-09 17:09:38','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At Kevkem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314844654\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847099\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314854418\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855871\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674314898815\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314855883\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674314877172\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314877182\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has 20+ years of training, expertise and experience in helping patients optimize recovery from accident injuries, and pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674314847107\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314973788\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your wellness and injury recovery objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain and also to facilitate and optimize recovery from auto accident injuries. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper tone. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and optimal health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-10-09 17:09:38','2023-10-09 17:09:38','',2191,'http://demo.kevkem.chiefsoft.net/?p=2299',0,'revision','',0),(2301,1,'2023-10-09 17:11:56','2023-10-09 17:11:56','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"size\":8} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-10-09 17:11:56','2023-10-09 17:11:56','',726,'http://demo.kevkem.chiefsoft.net/?p=2301',0,'revision','',0),(2303,1,'2023-10-09 17:28:08','2023-10-09 17:28:08','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-09 17:28:08','2023-10-09 17:28:08','',2263,'http://demo.kevkem.chiefsoft.net/?p=2303',0,'revision','',0),(2304,1,'2023-10-09 17:31:47','2023-10-09 17:31:47','','wellness-coach-logo','','inherit','open','closed','','wellness-coach-logo','','','2023-10-09 17:31:47','2023-10-09 17:31:47','',2263,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg',0,'attachment','image/jpeg',0),(2305,1,'2023-10-09 17:31:54','2023-10-09 17:31:54','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872535020\"} -->\n<p>About Us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872535044\"} -->\n<p>Services</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872535066\"} -->\n<p>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-09 17:31:54','2023-10-09 17:31:54','',2263,'http://demo.kevkem.chiefsoft.net/?p=2305',0,'revision','',0),(2307,1,'2023-10-09 17:53:59','2023-10-09 17:53:59','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-09 17:53:59','2023-10-09 17:53:59','',2263,'http://demo.kevkem.chiefsoft.net/?p=2307',0,'revision','',0),(2309,1,'2023-10-09 20:26:05','2023-10-09 20:26:05','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-09 20:26:05','2023-10-09 20:26:05','',2263,'http://demo.kevkem.chiefsoft.net/?p=2309',0,'revision','',0),(2310,1,'2023-10-09 20:36:45','2023-10-09 20:36:45','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696883732272\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2217-1024x768.jpeg\" alt=\"\" class=\"wp-image-2244\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2238,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2212-1024x768.jpeg\" alt=\"\" class=\"wp-image-2238\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2240,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2211-1024x768.jpeg\" alt=\"\" class=\"wp-image-2240\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2241,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2213-1024x768.jpeg\" alt=\"\" class=\"wp-image-2241\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2242,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2215-1024x768.jpeg\" alt=\"\" class=\"wp-image-2242\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2243,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2214-1024x768.jpeg\" alt=\"\" class=\"wp-image-2243\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2237,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/pic001-1.jpg\" alt=\"\" class=\"wp-image-2237\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Gallery','','publish','closed','closed','','gallery-2','','','2023-10-09 20:37:54','2023-10-09 20:37:54','',0,'http://demo.kevkem.chiefsoft.net/?page_id=2310',0,'page','',0),(2311,1,'2023-10-09 20:36:45','2023-10-09 20:36:45','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696883732272\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2217-1024x768.jpeg\" alt=\"\" class=\"wp-image-2244\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2238,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2212-1024x768.jpeg\" alt=\"\" class=\"wp-image-2238\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2240,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2211-1024x768.jpeg\" alt=\"\" class=\"wp-image-2240\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2241,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2213-1024x768.jpeg\" alt=\"\" class=\"wp-image-2241\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2242,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2215-1024x768.jpeg\" alt=\"\" class=\"wp-image-2242\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2243,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2214-1024x768.jpeg\" alt=\"\" class=\"wp-image-2243\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2237,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/pic001-1.jpg\" alt=\"\" class=\"wp-image-2237\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Gallery','','inherit','closed','closed','','2310-revision-v1','','','2023-10-09 20:36:45','2023-10-09 20:36:45','',2310,'http://demo.kevkem.chiefsoft.net/?p=2311',0,'revision','',0),(2312,1,'2023-10-09 20:40:31','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-10-09 20:40:31','0000-00-00 00:00:00','',0,'https://demo.kevkem.chiefsoft.net/?p=2312',1,'nav_menu_item','',0),(2313,1,'2023-10-09 20:41:19','2023-10-09 20:41:19',' ','','','publish','closed','closed','','2313','','','2023-10-09 20:41:19','2023-10-09 20:41:19','',0,'https://demo.kevkem.chiefsoft.net/?p=2313',4,'nav_menu_item','',0),(2314,1,'2023-10-09 20:42:51','2023-10-09 20:42:51','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674324707790\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2240,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2211-1024x768.jpeg\" alt=\"\" class=\"wp-image-2240\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2238,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2212-1024x768.jpeg\" alt=\"\" class=\"wp-image-2238\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2241,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2213-1024x768.jpeg\" alt=\"\" class=\"wp-image-2241\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2243,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2214-1024x768.jpeg\" alt=\"\" class=\"wp-image-2243\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2242,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2215-1024x768.jpeg\" alt=\"\" class=\"wp-image-2242\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2239,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2216-1024x768.jpeg\" alt=\"\" class=\"wp-image-2239\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/IMG_2217-1024x768.jpeg\" alt=\"\" class=\"wp-image-2244\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Gallery','','inherit','closed','closed','','2234-revision-v1','','','2023-10-09 20:42:51','2023-10-09 20:42:51','',2234,'https://demo.kevkem.chiefsoft.net/?p=2314',0,'revision','',0),(2315,1,'2023-10-09 20:50:33','2023-10-09 20:50:33','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-09 20:50:33','2023-10-09 20:50:33','',2189,'http://demo.kevkem.chiefsoft.net/?p=2315',0,'revision','',0),(2316,1,'2023-10-09 20:52:00','2023-10-09 20:52:00','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-09 20:52:00','2023-10-09 20:52:00','',2189,'http://demo.kevkem.chiefsoft.net/?p=2316',0,'revision','',0),(2318,1,'2023-10-09 20:52:40','2023-10-09 20:52:40','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":2199,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/kev-kem-abou.jpg\" alt=\"\" class=\"wp-image-2199\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884735527\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-09 20:52:40','2023-10-09 20:52:40','',2189,'http://demo.kevkem.chiefsoft.net/?p=2318',0,'revision','',0),(2321,1,'2023-10-13 16:47:33','2023-10-13 16:47:33','','dr-about1','','inherit','open','closed','','dr-about1','','','2023-10-13 16:47:33','2023-10-13 16:47:33','',2189,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png',0,'attachment','image/png',0),(2322,1,'2023-10-13 16:47:40','2023-10-13 16:47:40','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313871291\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884735527\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-13 16:47:40','2023-10-13 16:47:40','',2189,'https://demo.kevkem.chiefsoft.net/?p=2322',0,'revision','',0),(2323,1,'2023-10-13 16:48:31','2023-10-13 16:48:31','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884735527\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-10-13 16:48:31','2023-10-13 16:48:31','',2189,'https://demo.kevkem.chiefsoft.net/?p=2323',0,'revision','',0),(2325,1,'2023-10-13 16:58:08','2023-10-13 16:58:08','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At KevKem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"0\",\"bottom\":\"0\"}}},\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1697216022439\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216022429\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1697216148045\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149781\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1697216168685\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1697216168688\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has 20+ years of training, expertise and experience in helping patients optimize recovery from accident injuries, and pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149784\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1697216176547\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain and also to facilitate and optimize recovery from auto accident injuries. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper tone. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and optimal health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-10-13 16:58:08','2023-10-13 16:58:08','',2191,'https://demo.kevkem.chiefsoft.net/?p=2325',0,'revision','',0),(2326,1,'2023-10-13 17:22:15','2023-10-13 17:22:15','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At KevKem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"0\",\"bottom\":\"0\"}}},\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1697216022439\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216022429\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"canvasClassName\":\"cnvs-block-core-columns-1697216148045\"} -->\n<div class=\"wp-block-columns\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149781\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1697216168685\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1697216168688\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has 20+ years of training, expertise and experience in helping patients optimize recovery from accident injuries, and pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149784\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1697216176547\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain and also to facilitate and optimize recovery from auto accident injuries. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper tone. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and optimal health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-10-13 17:22:15','2023-10-13 17:22:15','',2191,'https://demo.kevkem.chiefsoft.net/?p=2326',0,'revision','',0),(2328,1,'2023-10-13 17:22:52','2023-10-13 17:22:52','<!-- wp:paragraph {\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1674314980698\"} -->\n<p class=\"has-medium-font-size\">At KevKem Chiropractic Health &amp; Injury Rehab Center, we take great pride in providing the finest chiropractic care to each and every patient. We have included information below about the different chiropractic services offered in our Austell chiropractic office, but please call us at 770-778-0088 if you have any questions!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"0\",\"bottom\":\"0\"}}},\"backgroundColor\":\"white\",\"canvasClassName\":\"cnvs-block-core-columns-1697216022439\"} -->\n<div class=\"wp-block-columns has-white-background-color has-background\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216022429\"} -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"canvasClassName\":\"cnvs-block-core-columns-1697216148045\"} -->\n<div class=\"wp-block-columns\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149781\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1697216168685\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Chiropractic Care</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1697216168688\"} -->\n<p>We provide advanced spinal correction and chiropractic adjustments utilizing \"state of the art\" chiropractic techniques. Never in the history of chiropractic care have chiropractors been able to provide the level of help and expertise that is available today. Many of the newest chiropractic techniques are actually safer, more comfortable and more effective than ever before. As a chiropractor who cares about utilizing the most advanced chiropractic techniques, Dr. Edith Mobolade has 20+ years of training, expertise and experience in helping patients optimize recovery from accident injuries, and pain relief for back pain, neck pain, headaches, and other related conditions originating from the spine. Chiropractic care under a trained professional can even be used to prevent injuries and help you achieve total health or wellness.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1697216149784\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2206,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1697216176547\",\"borderRadiusTopLeft\":5,\"borderRadiusTopRight\":5,\"borderRadiusBottomLeft\":5,\"borderRadiusBottomRight\":5,\"borderRadiusLink\":true} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1697216176547\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-1.jpg\" alt=\"\" class=\"wp-image-2206\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315238729\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242808\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2211,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315308080\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-2.jpg\" alt=\"\" class=\"wp-image-2211\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315242817\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315283374\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Corrective Exercises</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315283385\"} -->\n<p>At Kevkem Chiropractic Health &amp; Injury Rehab Center, we teach our patients how to perform special \"blueprint\" exercises which can help strengthen and correct the irregularities in their body which may be causing pain and also to facilitate and optimize recovery from auto accident injuries. Many of these corrective exercises can actually be performed in the comfort of your own home to help improve the effectiveness of your chiropractic care and spinal correction plan. In addition to skeletal misalignment, you may be experiencing pain that is caused by muscles and connective tissues which are out of their proper tone. Other types of pain such as back pain, neck pain, and headaches are caused by muscles and tissues that are being used improperly, causing injuries over time. In each case, targeted corrective exercises and stretches from our experienced chiropractor will help you feel good while also helping your body achieve balance and optimal health.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315428457\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430363\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315444693\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Lifestyle Advice</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315444706\"} -->\n<p>Many of our patients come to see our chiropractor to address a specific pain symptom such as back pain, neck pain or headaches. While our chiropractor will address each patient\'s specific condition with chiropractic care, we often find it helpful to \"coach\" our patients towards achieving a healthier lifestyle. For example, there may be certain activities that you should avoid or do differently to prevent yourself from unintentionally aggravating your particular health challenges. The goal of including lifestyle advice with a chiropractic care plan is to help each and every patient achieve the fulfilling and happy lifestyle they deserve, one that is full of the activities that are enjoyed most. We recognize that every single one of our patients is a whole person, and we use our expertise to help them reach total health</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315430374\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2215,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315472013\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-3.jpg\" alt=\"\" class=\"wp-image-2215\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315550131\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551798\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2217,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315594321\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-4.jpg\" alt=\"\" class=\"wp-image-2217\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315551815\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315570203\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\"><br>Nutritional Counseling</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315570221\"} -->\n<p>What does nutrition have to do with chiropractic care? The goal of chiropractic care is to help patients achieve total health and balance with their body, and as part of that goal we provide specific recommendations on nutritional supplements and healthy food choices. Nutritional counseling by our experienced chiropractic health professionals can assist a patient on their return to optimal health. Do you know which supplements and vitamins are good for you? Do you know how these supplements and vitamins interact with one another? At our Austell chiropractic clinic, we can provide each patient with a structured nutritional program that is based on their individual needs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674315723046\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725392\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315742029\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Massage Therapy</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315742043\"} -->\n<p>Massage therapy does more than make you feel good, it can actually help your body achieve balance and health. Massage therapy offers a natural treatment approach which actually relieves musculoskeletal pain for many patients. Our chiropractic office provides specific massage and muscular therapy that is complimentary to their chiropractic care. Each massage therapy plan is tailored to meet the patient\'s unique pain condition or injury. The benefits of massage therapy may include the increase of blood circulation, a localized reduction in swelling and the relaxation of muscles. Massage has been known to relieve muscle pain and spasms, increase a patient\'s range of motion, while also aiding in a patient\'s recovery. Some investigative studies have even indicated that a single session of massage may help boost your immune system!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315725405\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2221,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315763492\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-5.jpg\" alt=\"\" class=\"wp-image-2221\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"backgroundColor\":\"gray-50\",\"canvasClassName\":\"cnvs-block-core-columns-1674315869631\"} -->\n<div class=\"wp-block-columns has-gray-50-background-color has-background\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871309\"} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2224,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674315917727\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/01/care-6.jpg\" alt=\"\" class=\"wp-image-2224\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674315871296\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674315892542\"} -->\n<h2 class=\"wp-block-heading\"><a href=\"https://kevkemchiro.com/contact\">Spinal &amp; Postural Screenings</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674315892557\"} -->\n<p>There is a saying that an ounce of prevention is worth a pound of cure. Your spinal health is no exception. Posture and spinal screenings by a trained and experienced chiropractor such as Dr. Edith Mobolade can help reveal important health information, unlocking the door to improved health and well-being. In order to help the Austell community, we provide screenings at area malls, community events, health fairs and places of employment. Contact us today at 770-778-0088 to arrange a screening at your event or workplace.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Services','','inherit','closed','closed','','2191-revision-v1','','','2023-10-13 17:22:52','2023-10-13 17:22:52','',2191,'https://demo.kevkem.chiefsoft.net/?p=2328',0,'revision','',0),(2329,1,'2023-10-13 17:36:00','2023-10-13 17:36:00','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"size\":8,\"textColor\":\"#e9ecef\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-10-13 17:36:00','2023-10-13 17:36:00','',726,'https://demo.kevkem.chiefsoft.net/?p=2329',0,'revision','',0),(2330,1,'2023-10-13 17:36:34','2023-10-13 17:36:34','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"size\":8,\"textColor\":\"#000000\",\"backgroundColor\":\"#f8f9fa\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-10-13 17:36:34','2023-10-13 17:36:34','',726,'https://demo.kevkem.chiefsoft.net/?p=2330',0,'revision','',0),(2331,1,'2023-10-13 17:37:16','2023-10-13 17:37:16','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8,\"textColor\":\"#000000\",\"backgroundColor\":\"#f8f9fa\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-10-13 17:37:16','2023-10-13 17:37:16','',726,'https://demo.kevkem.chiefsoft.net/?p=2331',0,'revision','',0),(2333,1,'2023-10-13 18:59:16','2023-10-13 18:59:16','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2237,2224]} /-->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-13 18:59:16','2023-10-13 18:59:16','',2263,'https://demo.kevkem.chiefsoft.net/?p=2333',0,'revision','',0),(2334,1,'2023-10-13 18:59:42','2023-10-13 18:59:42','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2237,2224]} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-13 18:59:42','2023-10-13 18:59:42','',2263,'https://demo.kevkem.chiefsoft.net/?p=2334',0,'revision','',0),(2335,1,'2023-10-13 19:00:50','2023-10-13 19:00:50','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2237,2224],\"imageSize\":\"1536x1536\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-13 19:00:50','2023-10-13 19:00:50','',2263,'https://demo.kevkem.chiefsoft.net/?p=2335',0,'revision','',0),(2337,1,'2023-10-13 19:03:09','2023-10-13 19:03:09','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2237,2224],\"imageSize\":\"1536x1536\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-13 19:03:09','2023-10-13 19:03:09','',2263,'https://demo.kevkem.chiefsoft.net/?p=2337',0,'revision','',0),(2338,1,'2023-10-13 19:08:27','2023-10-13 19:08:27','','back-kv1','','inherit','open','closed','','back-kv1','','','2023-10-13 19:08:27','2023-10-13 19:08:27','',0,'http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/back-kv1.jpg',0,'attachment','image/jpeg',0),(2339,1,'2023-10-13 19:09:15','2023-10-13 19:09:15','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338],\"imageSize\":\"1536x1536\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-13 19:09:15','2023-10-13 19:09:15','',2263,'https://demo.kevkem.chiefsoft.net/?p=2339',0,'revision','',0),(2341,1,'2023-10-13 19:12:21','2023-10-13 19:12:21','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338],\"imageSize\":\"2048x2048\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-10-13 19:12:21','2023-10-13 19:12:21','',2263,'https://demo.kevkem.chiefsoft.net/?p=2341',0,'revision','',0),(2343,1,'2023-11-30 14:26:28','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-11-30 14:26:28','0000-00-00 00:00:00','',0,'http://localhost:9099/?p=2343',0,'post','',0),(2344,1,'2023-11-30 15:36:43','2023-11-30 15:36:43','{\n \"squaretype::header_width\": {\n \"value\": \"fullwidth\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2023-11-30 15:36:43\"\n }\n}','','','trash','closed','closed','','4d0b9837-c157-42d7-96ff-2a5372cc1396','','','2023-11-30 15:36:43','2023-11-30 15:36:43','',0,'http://localhost:9099/?p=2344',0,'customize_changeset','',0),(2345,1,'2023-11-30 15:38:02','2023-11-30 15:38:02','{\n \"squaretype::header_social_links\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2023-11-30 15:38:02\"\n },\n \"squaretype::header_shadow_submenus\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2023-11-30 15:38:02\"\n }\n}','','','trash','closed','closed','','65a0c189-11d4-4b71-b5e2-c1109aed46bc','','','2023-11-30 15:38:02','2023-11-30 15:38:02','',0,'http://localhost:9099/?p=2345',0,'customize_changeset','',0),(2347,1,'2023-11-30 15:42:36','2023-11-30 15:42:36','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 15:42:36','2023-11-30 15:42:36','',2263,'http://localhost:9099/?p=2347',0,'revision','',0),(2349,1,'2023-11-30 15:44:15','2023-11-30 15:44:15','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong> 33</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 15:44:15','2023-11-30 15:44:15','',2263,'http://localhost:9099/?p=2349',0,'revision','',0),(2350,1,'2023-11-30 15:44:51','2023-11-30 15:44:51','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215628\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 15:44:51','2023-11-30 15:44:51','',2263,'http://localhost:9099/?p=2350',0,'revision','',0),(2351,1,'2023-11-30 15:46:04','2023-11-30 15:46:04','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\"} -->\n<p class=\"has-text-align-center\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 15:46:04','2023-11-30 15:46:04','',2263,'http://localhost:9099/?p=2351',0,'revision','',0),(2352,1,'2023-11-30 15:46:38','2023-11-30 15:46:38','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center cnvs-block-core-paragraph-1681526493800\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 15:46:38','2023-11-30 15:46:38','',2263,'http://localhost:9099/?p=2352',0,'revision','',0),(2354,1,'2023-11-30 15:49:14','2023-11-30 15:49:14','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 15:49:14','2023-11-30 15:49:14','',2263,'http://localhost:9099/?p=2354',0,'revision','',0),(2356,1,'2023-11-30 16:01:24','2023-11-30 16:01:24','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 16:01:24','2023-11-30 16:01:24','',2263,'http://localhost:9099/?p=2356',0,'revision','',0),(2358,1,'2023-11-30 16:10:14','2023-11-30 16:10:14','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360277141\"} -->\n<div class=\"wp-block-comments\"><!-- wp:freeform {\"canvasClassName\":\"cnvs-block-core-freeform-1701360416204\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360268895\"} -->\n<div class=\"wp-block-comments\"></div>\n<!-- /wp:comments -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360344270\"} -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 16:10:14','2023-11-30 16:10:14','',2263,'http://localhost:9099/?p=2358',0,'revision','',0),(2359,1,'2023-11-30 16:12:06','2023-11-30 16:12:06','<!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Home\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"2189\",\"kind\":\"post-type\",\"label\":\"About Us\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"http://localhost:9099/?page_id=2189\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"2191\",\"kind\":\"post-type\",\"label\":\"Services\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"http://localhost:9099/?page_id=2191\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"2234\",\"kind\":\"post-type\",\"label\":\"Gallery\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"http://localhost:9099/?page_id=2234\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"726\",\"kind\":\"post-type\",\"label\":\"Contact Us\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"http://localhost:9099/?page_id=726\"} /-->','Primary','','publish','closed','closed','','primary','','','2023-11-30 16:12:06','2023-11-30 16:12:06','',0,'http://localhost:9099/?p=2359',0,'wp_navigation','',0),(2361,1,'2023-11-30 16:14:41','2023-11-30 16:14:41','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360277141\"} -->\n<div class=\"wp-block-comments\"><!-- wp:freeform {\"canvasClassName\":\"cnvs-block-core-freeform-1701360416204\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360268895\"} -->\n<div class=\"wp-block-comments\"></div>\n<!-- /wp:comments -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360344270\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:pullquote {\"canvasClassName\":\"cnvs-block-core-pullquote-1701360829573\"} -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>No More Pains in My Neck! I work for a very fast-paced tech company and spend a lot of time on my PC resulting to frequent stress that I unknowingly carried in my neck. This took it\'s toll on me, and started to cause me serious pain and discomfort in my neck. I was advised to see a chiropractor and was recommended to Dr. Mobolade via my insurance provider (United Healthcare) I find Dr Mobolade to be personable. She takes the time to also counsel her patients on simple lifestyle changes that would encourage them to heal faster. I felt so much relief with my first adjustment, and also noticed that the pain in my neck had completly subsided by my third treatment since I was supplementing the visits with simple in-home neck excercises. I feel a whole lot better now, and will definitely recommend her to you.</p><cite>CLIENT TESTIMONIALS</cite></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360795307\"} -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 16:14:41','2023-11-30 16:14:41','',2263,'http://localhost:9099/?p=2361',0,'revision','',0),(2362,1,'2023-11-30 16:15:23','2023-11-30 16:15:23','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2338,2221],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360277141\"} -->\n<div class=\"wp-block-comments\"><!-- wp:freeform {\"canvasClassName\":\"cnvs-block-core-freeform-1701360416204\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360268895\"} -->\n<div class=\"wp-block-comments\"></div>\n<!-- /wp:comments -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360344270\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360795307\"} -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 16:15:23','2023-11-30 16:15:23','',2263,'http://localhost:9099/?p=2362',0,'revision','',0),(2364,1,'2023-11-30 16:26:06','2023-11-30 16:26:06','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361237871\"} -->\n<p>Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884735527\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:footnotes {\"canvasClassName\":\"cnvs-block-core-footnotes-1701361214125\"} /-->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-11-30 16:26:06','2023-11-30 16:26:06','',2189,'http://localhost:9099/?p=2364',0,'revision','',0),(2366,1,'2023-11-30 16:27:55','2023-11-30 16:27:55','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361652016\"} -->\n<h3 class=\"wp-block-heading\" id=\"company-mission\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652021\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652024\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884735527\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:footnotes {\"canvasClassName\":\"cnvs-block-core-footnotes-1701361214125\"} /-->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-11-30 16:27:55','2023-11-30 16:27:55','',2189,'http://localhost:9099/?p=2366',0,'revision','',0),(2368,1,'2023-11-30 16:32:40','2023-11-30 16:32:40','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361652016\"} -->\n<h3 class=\"wp-block-heading\" id=\"company-mission\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652021\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652024\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1701361710483\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712707\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361753246\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753252\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753258\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753263\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712711\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-list-item-1701361889815\"} -->\n<p><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1701361886617\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886586\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886592\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886597\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886602\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886608\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886613\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674314012896\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314014992\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314028041\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314028051\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884708276\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884716299\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015001\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674316111685\"} -->\n<h3 class=\"wp-block-heading\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1674316200962\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316220817\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316251752\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316261775\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316270055\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316271063\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1674316262939\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674314015021\"} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1674314045295\"} -->\n<h3 class=\"wp-block-heading\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674314045309\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696884735527\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-11-30 16:32:40','2023-11-30 16:32:40','',2189,'http://localhost:9099/?p=2368',0,'revision','',0),(2369,1,'2023-11-30 16:34:23','2023-11-30 16:34:23','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743595\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at&nbsp;770-778-0088&nbsp;today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361652016\"} -->\n<h3 class=\"wp-block-heading\" id=\"company-mission\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652021\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652024\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1701361710483\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712707\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361753246\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753252\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753258\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753263\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712711\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-list-item-1701361889815\"} -->\n<p><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1701361886617\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886586\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886592\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886597\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886602\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886608\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886613\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-11-30 16:34:23','2023-11-30 16:34:23','',2189,'http://localhost:9099/?p=2369',0,'revision','',0),(2370,1,'2023-11-30 16:37:41','2023-11-30 16:37:41','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361652016\"} -->\n<h3 class=\"wp-block-heading\" id=\"company-mission\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652021\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652024\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p>If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1701361710483\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712707\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361753246\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753252\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753258\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753263\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712711\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-list-item-1701361889815\"} -->\n<p><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1701361886617\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886586\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886592\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886597\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886602\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886608\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886613\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-11-30 16:37:41','2023-11-30 16:37:41','',2189,'http://localhost:9099/?p=2370',0,'revision','',0),(2371,1,'2023-11-30 16:40:43','2023-11-30 16:40:43','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313134114\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1674313714321\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717811\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"canvasClassName\":\"cnvs-block-core-gallery-1697215383442\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2321,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"canvasClassName\":\"cnvs-block-core-image-1674313782501\",\"marginLeft\":0} -->\n<figure class=\"wp-block-image size-full cnvs-block-core-image-1674313782501\"><img src=\"https://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/dr-about1.png\" alt=\"\" class=\"wp-image-2321\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"canvasClassName\":\"cnvs-block-core-heading-1674313743573\"} -->\n<h2 class=\"wp-block-heading\">Meet the Chiropractor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1674313743582\"} -->\n<p>Edith Mobolade is board certified with 20+ years of patient care as a clinical diagnostic scientist and as a Chiropractor. She uses chiropractic care to improve the health and wellness in all areas of patient\'s lives, whether they are having problems with back pain or neck pain due to Auto accidents, work related accidents, or just want to start feeling better when they wake up in the morning. Dr. Mobolade takes a \"whole person\" approach in chiropractic care, which means looking for the underlying causes of disease, discomfort, and pain, as opposed to just treating the symptoms. Many seemingly unrelated symptoms often arise from imbalances in the spinal column, and Dr. Mobolade will be able to determine the root of the pain and create a personalized chiropractic and wellness plan to suit each patient\'s individual needs. Under the supervision and care of our caring and skilled chiropractor, patients report higher functioning in all areas of their lives.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1674313755107\"} -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1674313717819\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1674313769991\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">Kevkem Chiropractic Health &amp; Injury Rehab Center of Marietta in Cobb county Ga, is dedicated to helping you achieve your injury recovery &amp; wellness objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361652016\"} -->\n<h3 class=\"wp-block-heading\" id=\"company-mission\">Company Mission</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652021\"} -->\n<p>Our goal at Kevkem Chiropractic Health &amp; Injury Rehab Center is to allow everyone to experience the benefits of chiropractic treatments and therapies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361652024\"} -->\n<p>We actively help you and your family in taking responsibility for your total health, wellness, and injury pain management. Our chiropractor will assist and guide you as you take the time to care for some of the most important people in your world: you and your family. In an effort to make living the wellness lifestyle as easy and affordable as possible, we can create a customized family chiropractic plan that is specific to you and your family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1701361432980\"} -->\n<p class=\"has-background\" style=\"background-color:#e8ebed\">If you have any questions about our chiropractor, or would like to learn more about chiropractic care at Kevkem Chiropractic Health &amp; Injury Rehab Center, please call us at 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1701361710483\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712707\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1701361753246\"} -->\n<h3 class=\"wp-block-heading\">Who we are</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753252\"} -->\n<p>A chiropractic and auto injury rehabilitation center dedicated to providing quality drug free treatments and therapies in the Cobb county area for over 20+ years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753258\"} -->\n<p>Conveniently located at 3077 Austell rd. Our office is well equipped with modern chiropractic and physio therapeutic instruments and equipment to meet all your treatment needs in a very comfortable and friendly clinic environment., </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701361753263\"} -->\n<p>We provide body vibration and hydrotherapy massage therapy, a full service injury rehab facility to optimize your auto accident injury recovery .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\",\"canvasClassName\":\"cnvs-block-core-column-1701361712711\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-list-item-1701361889815\"} -->\n<p><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"canvasClassName\":\"cnvs-block-core-list-1701361886617\"} -->\n<ul><!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886586\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Chiropractic Care</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886592\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Corrective Exercises</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886597\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Lifestyle Advice</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886602\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Nutritional Counseling</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886608\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Massage Therapy</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"canvasClassName\":\"cnvs-block-core-list-item-1701361886613\"} -->\n<li><a href=\"https://kevkemchiro.com/services\">Spinal &amp; Postural Screenings</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','2189-revision-v1','','','2023-11-30 16:40:43','2023-11-30 16:40:43','',2189,'http://localhost:9099/?p=2371',0,'revision','',0),(2372,1,'2023-11-30 16:48:43','2023-11-30 16:48:43','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"color\":{\"background\":\"#f0f0f0\"}},\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#f0f0f0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8,\"textColor\":\"#000000\",\"backgroundColor\":\"#f8f9fa\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-11-30 16:48:43','2023-11-30 16:48:43','',726,'http://localhost:9099/?p=2372',0,'revision','',0),(2374,1,'2023-11-30 16:50:42','2023-11-30 16:50:42','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"color\":{\"background\":\"#f0f0f0\"}},\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#f0f0f0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"small\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p class=\"has-small-font-size\"><em>Mon</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8,\"textColor\":\"#000000\",\"backgroundColor\":\"#f8f9fa\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-11-30 16:50:42','2023-11-30 16:50:42','',726,'http://localhost:9099/?p=2374',0,'revision','',0),(2375,1,'2023-11-30 16:51:20','2023-11-30 16:51:20','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"color\":{\"background\":\"#f0f0f0\"}},\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#f0f0f0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"small\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283578\"} -->\n<p class=\"has-small-font-size\"><strong><em>Mon</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><em>Tue</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><em>Wed</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><em>Thu</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:00PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><em>Fri</em>&nbsp;: 10AM - 1:30PM &amp; 3:30PM - 6:30PM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><em>Sat</em>&nbsp;: By Appt Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><em>Sun</em>&nbsp;: Closed - Closed</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8,\"textColor\":\"#000000\",\"backgroundColor\":\"#f8f9fa\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-11-30 16:51:20','2023-11-30 16:51:20','',726,'http://localhost:9099/?p=2375',0,'revision','',0),(2376,1,'2023-11-30 16:52:49','2023-11-30 16:52:49','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"color\":{\"background\":\"#f0f0f0\"}},\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#f0f0f0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701363110574\"} -->\n<p><strong><em>Mon</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><strong><em>Tue</em> : 10AM - 1:30PM &amp; 3:30PM - 6:00PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><strong><em>Wed</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><strong><em>Thu</em> : 10AM - 1:30PM &amp; 3:30PM - 6:00PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><strong><em>Fri</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><strong><em>Sat</em> : By Appt Closed</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><strong><em>Sun</em> : Closed - Closed</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8,\"textColor\":\"#000000\",\"backgroundColor\":\"#f8f9fa\"} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\"} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-11-30 16:52:49','2023-11-30 16:52:49','',726,'http://localhost:9099/?p=2376',0,'revision','',0),(2378,1,'2023-11-30 16:57:33','2023-11-30 16:57:33','<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515998844\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998911\",\"canvasLocation\":\"default\",\"size\":4} -->\n<!-- wp:heading {\"level\":3,\"canvasClassName\":\"cnvs-block-core-heading-1574516027132\"} -->\n<h3 class=\"wp-block-heading\"></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870427926\"} -->\n<p>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870247198\"} -->\n<p>770-778-0088</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870261165\"} -->\n<p><a href=\"https://kevkemchiro.com/contact#\">contact@kevkemchiro.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870271412\"} -->\n<p><strong>Working hours</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"color\":{\"background\":\"#f0f0f0\"}},\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871482699\"} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#f0f0f0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"canvasClassName\":\"cnvs-block-core-group-1696871470227\"} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701363110574\"} -->\n<p><strong><em>Mon</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283581\"} -->\n<p><strong><em>Tue</em> : 10AM - 1:30PM &amp; 3:30PM - 6:00PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283583\"} -->\n<p><strong><em>Wed</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283585\"} -->\n<p><strong><em>Thu</em> : 10AM - 1:30PM &amp; 3:30PM - 6:00PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283587\"} -->\n<p><strong><em>Fri</em> : 10AM - 1:30PM &amp; 3:30PM - 6:30PM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283589\"} -->\n<p><strong><em>Sat</em> : By Appt Closed</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696870283591\"} -->\n<p><strong><em>Sun</em> : Closed - Closed</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n<!-- /wp:canvas/column -->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515998928\",\"canvasLocation\":\"default\",\"marginTop\":10,\"marginBottom\":10,\"marginLeft\":10,\"marginRight\":10,\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"marginLink\":true,\"paddingLink\":true,\"size\":8} -->\n<!-- wp:shortcode {\"canvasClassName\":\"cnvs-block-core-shortcode-1574516017831\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":20,\"paddingRight\":20,\"paddingLink\":true} -->\n[contact-form-7 id=\"5\" title=\"Contact Us\"]\n<!-- /wp:shortcode -->\n<!-- /wp:canvas/column -->\n<!-- /wp:canvas/row -->\n\n<!-- wp:canvas/row {\"canvasClassName\":\"cnvs-block-row-1574515939981\",\"canvasLocation\":\"root\"} -->\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940052\",\"canvasLocation\":\"default\",\"size\":6} /-->\n\n<!-- wp:canvas/column {\"canvasClassName\":\"cnvs-block-column-1574515940068\",\"canvasLocation\":\"default\",\"size\":6} /-->\n<!-- /wp:canvas/row -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide is-cnvs-separator-id-1574516040902\",\"canvasClassName\":\"cnvs-block-core-separator-1574516040898\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide is-cnvs-separator-id-1574516040902\"/>\n<!-- /wp:separator -->','Contact info','','inherit','closed','closed','','726-revision-v1','','','2023-11-30 16:57:33','2023-11-30 16:57:33','',726,'http://localhost:9099/?p=2378',0,'revision','',0),(2380,1,'2023-11-30 18:10:41','2023-11-30 18:10:41','','back-kv2','','inherit','open','closed','','back-kv2','','','2023-11-30 18:10:41','2023-11-30 18:10:41','',2263,'http://localhost:9099/wp-content/uploads/2023/11/back-kv2.jpg',0,'attachment','image/jpeg',0),(2381,1,'2023-11-30 18:11:17','2023-11-30 18:11:17','<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1681525627975\",\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"paddingTop\":0,\"marginLink\":true} -->\n<p class=\"cnvs-block-core-paragraph-1681525627975\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:canvas/slider-gallery {\"canvasClassName\":\"cnvs-block-slider-gallery-1697223538452\",\"canvasLocation\":\"root\",\"images\":[2380,2338],\"imageSize\":\"2048x2048\",\"linkTo\":\"post\",\"showBullets\":false} /-->\n\n<!-- wp:columns {\"canvasClassName\":\"cnvs-block-core-columns-1681526113981\"} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526115396\",\"marginTop\":-2} -->\n<div class=\"wp-block-column cnvs-block-core-column-1681526115396\"><!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1681526214127\",\"marginTop\":-2,\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1681526214127\"><!-- wp:column {\"borderColor\":\"#0693e3\",\"canvasClassName\":\"cnvs-block-core-column-1681526215628\",\"borderStyle\":\"solid\"} -->\n<div class=\"wp-block-column has-border-color has-0693-e-3-border-color cnvs-block-core-column-1681526215628\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526225940\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526409447\"} -->\n<p class=\"has-text-align-center has-background\" style=\"background-color:#e8ebed\">The Kevkem Chiropractic Health &amp; Injury Rehab Center website is the key for you to make better decisions about your health and well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215630\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526235424\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526447941\"} -->\n<p class=\"has-text-align-center\">For more information or to schedule an appointment with our chiropractic care, call 770-778-0088 today!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1681526215632\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1681526242211\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Services</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"color\":{\"background\":\"#e8ebed\"}},\"canvasClassName\":\"cnvs-block-core-paragraph-1681526493800\",\"borderStyle\":\"solid\"} -->\n<p class=\"has-text-align-center has-background cnvs-block-core-paragraph-1681526493800\" style=\"background-color:#e8ebed\">Chiropractic Care, Corrective Exercises, Lifestyle Advice, Nutritional Counseling, Massage Therapy, Spinal &amp; Postural Screenings.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"borderColor\":\"#FFFFFF\",\"canvasClassName\":\"cnvs-block-core-columns-1696872517551\",\"marginTop\":-2,\"borderStyle\":\"dashed\"} -->\n<div class=\"wp-block-columns has-border-color has-ffffff-border-color cnvs-block-core-columns-1696872517551\"><!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517536\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517529\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Kevkem Chiropractic</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696874008944\"} -->\n<p>About Us<br>Services<br>Contact Us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517543\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517539\"} -->\n<p class=\"has-text-align-left has-medium-font-size\"><strong>Contact us</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1696872564175\"} -->\n<p>770-778-0088<br>contact@kevkemchiro.com<br>3077 Austell Rd Marietta, GA 30008</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"canvasClassName\":\"cnvs-block-core-column-1696872517549\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\",\"canvasClassName\":\"cnvs-block-core-paragraph-1696872517545\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><img class=\"wp-image-2304\" style=\"width: 150px;\" src=\"http://demo.kevkem.chiefsoft.net/wp-content/uploads/2023/10/wellness-coach-logo.jpg\" alt=\"\"></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360277141\"} -->\n<div class=\"wp-block-comments\"><!-- wp:comments-title {\"canvasClassName\":\"cnvs-block-core-comments-title-1701367698462\"} /-->\n\n<!-- wp:comment-template {\"canvasClassName\":\"cnvs-block-core-comment-template-1701367698466\"} -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"40px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40px\"><!-- wp:avatar {\"size\":40,\"style\":{\"border\":{\"radius\":\"20px\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:comment-author-name {\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:comment-date {\"fontSize\":\"small\"} /-->\n\n<!-- wp:comment-edit-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:comment-content /-->\n\n<!-- wp:comment-reply-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:comment-template -->\n\n<!-- wp:comments-pagination {\"canvasClassName\":\"cnvs-block-core-comments-pagination-1701367698472\"} -->\n<!-- wp:comments-pagination-previous {\"canvasClassName\":\"cnvs-block-core-comments-pagination-previous-1701367698543\"} /-->\n\n<!-- wp:comments-pagination-numbers {\"canvasClassName\":\"cnvs-block-core-comments-pagination-numbers-1701367698548\"} /-->\n\n<!-- wp:comments-pagination-next {\"canvasClassName\":\"cnvs-block-core-comments-pagination-next-1701367698558\"} /-->\n<!-- /wp:comments-pagination -->\n\n<!-- wp:post-comments-form {\"canvasClassName\":\"cnvs-block-core-post-comments-form-1701367698476\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:comments {\"canvasClassName\":\"cnvs-block-core-comments-1701360268895\"} -->\n<div class=\"wp-block-comments\"><!-- wp:comments-title {\"canvasClassName\":\"cnvs-block-core-comments-title-1701367698480\"} /-->\n\n<!-- wp:comment-template {\"canvasClassName\":\"cnvs-block-core-comment-template-1701367698485\"} -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"40px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40px\"><!-- wp:avatar {\"size\":40,\"style\":{\"border\":{\"radius\":\"20px\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:comment-author-name {\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:comment-date {\"fontSize\":\"small\"} /-->\n\n<!-- wp:comment-edit-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:comment-content /-->\n\n<!-- wp:comment-reply-link {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:comment-template -->\n\n<!-- wp:comments-pagination {\"canvasClassName\":\"cnvs-block-core-comments-pagination-1701367698489\"} -->\n<!-- wp:comments-pagination-previous {\"canvasClassName\":\"cnvs-block-core-comments-pagination-previous-1701367698563\"} /-->\n\n<!-- wp:comments-pagination-numbers {\"canvasClassName\":\"cnvs-block-core-comments-pagination-numbers-1701367698569\"} /-->\n\n<!-- wp:comments-pagination-next {\"canvasClassName\":\"cnvs-block-core-comments-pagination-next-1701367698574\"} /-->\n<!-- /wp:comments-pagination -->\n\n<!-- wp:post-comments-form {\"canvasClassName\":\"cnvs-block-core-post-comments-form-1701367698494\"} /--></div>\n<!-- /wp:comments -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360344270\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"canvasClassName\":\"cnvs-block-core-paragraph-1701360795307\"} -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2263-revision-v1','','','2023-11-30 18:11:17','2023-11-30 18:11:17','',2263,'http://localhost:9099/?p=2381',0,'revision','',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 (1,1,0),(67,8,0),(259,8,0),(260,8,0),(261,8,0),(262,8,0),(263,8,0),(264,8,0),(265,8,0),(266,8,0),(267,8,0),(268,5,0),(269,5,0),(270,5,0),(271,5,0),(272,5,0),(273,5,0),(274,5,0),(275,5,0),(276,5,0),(277,5,0),(278,4,0),(279,4,0),(280,4,0),(281,4,0),(282,4,0),(283,4,0),(284,4,0),(285,4,0),(286,4,0),(287,4,0),(288,2,0),(288,7,0),(289,2,0),(289,7,0),(290,2,0),(290,7,0),(291,2,0),(291,7,0),(292,2,0),(292,6,0),(293,2,0),(293,6,0),(294,2,0),(294,3,0),(295,2,0),(295,6,0),(296,2,0),(296,3,0),(297,2,0),(297,3,0),(2015,9,0),(2173,9,0),(2194,9,0),(2195,9,0),(2313,9,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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext CHARACTER SET utf8mb4 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=10 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,1),(2,2,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.\n\nVel odio sem tempus sit eget arcu rhoncus eu nec ligula. Pulvinar vitae pretium donec vulputate. Massa pede amet nascetur imperdiet. Vel metus imperdiet eros quis nec.',0,10),(3,3,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.',2,3),(4,4,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.\n\nVel odio sem tempus sit eget arcu rhoncus eu nec ligula. Pulvinar vitae pretium donec vulputate. Massa pede amet nascetur imperdiet. Vel metus imperdiet eros quis nec.',0,10),(5,5,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.\n\nVel odio sem tempus sit eget arcu rhoncus eu nec ligula. Pulvinar vitae pretium donec vulputate. Massa pede amet nascetur imperdiet. Vel metus imperdiet eros quis nec.',0,10),(6,6,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.',2,3),(7,7,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.',2,4),(8,8,'category','Etiam vitae dapibus rhoncus. Eget etiam aenean nisi montes felis pretium donec veni. Pede vidi condimentum et aenean hendrerit. Quis sem justo nisi varius tincidunt nec aliquam arcu tempus vel laoreet lorem.\n\nVel odio sem tempus sit eget arcu rhoncus eu nec ligula. Pulvinar vitae pretium donec vulputate. Massa pede amet nascetur imperdiet. Vel metus imperdiet eros quis nec.',0,10),(9,9,'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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=25 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 */;
INSERT INTO `wp_termmeta` VALUES (1,1,'csco_brand_color','#C3BABA'),(2,1,'csco_gradient_start_color','#9c9595'),(3,1,'csco_gradient_end_color','#cfc8c8'),(4,2,'csco_brand_color','#E9E3E6'),(5,2,'csco_gradient_start_color','#bbb6b8'),(6,2,'csco_gradient_end_color','#eee9eb'),(7,3,'csco_brand_color','#E9E3E6'),(8,3,'csco_gradient_start_color','#bbb6b8'),(9,3,'csco_gradient_end_color','#eee9eb'),(10,6,'csco_brand_color','#E9E3E6'),(11,6,'csco_gradient_start_color','#bbb6b8'),(12,6,'csco_gradient_end_color','#eee9eb'),(13,7,'csco_brand_color','#E9E3E6'),(14,7,'csco_gradient_start_color','#bbb6b8'),(15,7,'csco_gradient_end_color','#eee9eb'),(16,4,'csco_brand_color','#B2A7A7'),(17,4,'csco_gradient_start_color','#8f8686'),(18,4,'csco_gradient_end_color','#c2b9b9'),(19,5,'csco_brand_color','#6D6D6D'),(20,5,'csco_gradient_start_color','#585858'),(21,5,'csco_gradient_end_color','#8b8b8b'),(22,8,'csco_brand_color','#E9E3E6'),(23,8,'csco_gradient_start_color','#bbb6b8'),(24,8,'csco_gradient_end_color','#eee9eb');
/*!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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) CHARACTER SET utf8mb4 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=10 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,'Uncategorized','uncategorized',0),(2,'Aenean Eleifend','aenean-eleifend',0),(3,'Aliquam','aliquam',0),(4,'Etiam','etiam',0),(5,'Maecenas','maecenas',0),(6,'Metus Vidi','metus-vidi',0),(7,'Rhoncus','rhoncus',0),(8,'Vulputate','vulputate',0),(9,'Primary','primary',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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=52 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','kevkem'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','2343'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"192.168.16.0\";}'),(19,1,'nav_menu_recently_edited','9'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:4:{i:0;s:28:\"add-post-type-sight-projects\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-sight-categories\";}'),(22,1,'facebook',''),(23,1,'twitter',''),(24,1,'instagram',''),(25,1,'pinterest',''),(26,1,'youtube',''),(27,1,'telegram',''),(28,1,'vimeo',''),(29,1,'soundcloud',''),(30,1,'spotify',''),(31,1,'dribbble',''),(32,1,'behance',''),(33,1,'github',''),(34,1,'vk',''),(35,1,'linkedin',''),(36,1,'twitch',''),(37,1,'flickr',''),(38,1,'snapchat',''),(39,1,'medium',''),(40,1,'tumblr',''),(41,1,'bloglovin',''),(42,1,'rss',''),(43,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:16:\"discussion-panel\";}}s:9:\"_modified\";s:24:\"2023-11-30T16:11:45.294Z\";}'),(44,1,'wp_user-settings','libraryContent=browse'),(45,1,'wp_user-settings-time','1673717200'),(51,1,'session_tokens','a:1:{s:64:\"e25c7d35b84d4d3c3974749f9db5082a43b64db993e4a839c10712e47e883cc3\";a:4:{s:10:\"expiration\";i:1702563977;s:2:\"ip\";s:12:\"192.168.16.1\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 OPR/104.0.0.0\";s:5:\"login\";i:1701354377;}}');
/*!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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) CHARACTER SET utf8mb4 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int NOT NULL DEFAULT '0',
`display_name` varchar(250) CHARACTER SET utf8mb4 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=2 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,'kevkem','$P$B1Hp6Gl8fVFcvtT/R3JdsTWZhhv6O6/','kevkem','ameye@chiefsoft.com','http://192.168.1.140:8011','2023-01-14 10:32:07','',0,'kevkem');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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-11-30 18:15:38